wItem Installer

 

What operating systems does Installer support?

wItem Installer supports all 32-bit and 64-bit Windows versions in use today - Windows 98/ME/NT4/2000/XP/Vista/Windows7.

    Minimal configuration:
  • Pentium 133 or higher
  • 32MB RAM
  • 640x480 screen resolution
  • Windows 98/ME/NT4/2000/XP/Vista
    Preferred configuration:
  • Pentium II or higher
  • 64MB RAM
  • 800x600 screen resolution
  • Windows 98/ME/NT4/2000/XP/Vista/Windows7

Privacy Policy

Names and email addresses gathered from sales will not be shared, sold or rented.

Security

Orders are processed by RegNow on our behalf. Details of the privacy policies of RegNow may be found on their sites.

What is the advantage for buying a Small Site License?

A Small Site License entitles an organization to receive one copy of the distribution software. This copy may be installed and used on up to 25 computers in one company, plus full year subscription that includes all product updates, new versions, and technical support.

What is the advantage for buying an Unlimited Site License?

An Unlimited Site License entitles an organization to receive one copy of the distribution software and to duplicate the software for any number of people or workstations within the corporation, plus full year subscription that includes all product updates, new versions, and technical support.

If there are more than 25 staffs in your corporate, it is really a cheaper way for buying an Unlimited Site License at once. Because the Unlimited Site License price is lower than the sum price of Single Licenses, and you even have licenses available for the new coming staffs.

How to access to the %appdir% variables inside the VBScript?

The following code demonstrates getting the value of a APPDIR property via VBScript.

sub showAppdir()
Dim text
text = "appdir=" + Session.Property("appdir")
MsgBox text
End sub

You can download wItem Installer2Go project example using the following link - exampleVBproject.zip.

How to install MS Access Runtime using wItem Installer?

wItem Installer does have support for ODBC drivers and Data Sources. However, Installer currently does not have any internal support for Microsoft Access 97/2000/XP/2003 runtimes.

    There are some ways to add the runtime to your installation if you require it:
  1. Contact Sagekey Software (http://www.sagekey.com) for assistance with this need. Sagekey Software has Access runtime installers already created for purchase that can be added to your current installation project.
  2. Contact Logico Solutions (http://www.logico-solutions.com; see Add-ins/Extras section) for assistance with this need. Logico Solutions has Installing Microsoft Access Applications White Paper document. This document describes how to use wItem Installer to install Microsoft Access applications.

I bought wItem Installer2Go some time ago, is this license still valid?

Yes, certainly.

I purchased the Installer2Go from www.dev4pc.com. Are you support it?

No, we are not support the Installer2Go from SDS Software.

I add a VBScript custom action to the setup, but the script failed. Why?

Make sure that you not used WScript object. Unfortunatelly the WScript object is not available in script custom actions. For more details see bonemanblog.blogspot.com/2004/08/why-cant-i-use-wscript-in-my-msi.html.
asdf