| INDEX |
| |
| What is the difference between Installer2GO and Setup2GO? |
| How should I decide between Installer2GO and Setup2GO? |
| |
| Contact |
| Costs and Upgrades |
| My one year subscription has expired. What to do? |
| What is the latest version of Installer2GO? |
| Privacy Policy |
| Security |
| What operating systems does Installer2GO support? |
| |
| What's the advantage for buying a Small Site License? |
| What's the advantage for buying an Unlimited Site License? |
| |
| How to run Installer2GO in command line or batch mode? |
| |
| How to access to the %appdir% variables inside the VBScript? |
| How to start a VBScript before deinstalling a product? |
| |
| How to configure ODBC Data Source to connect to an Access database? |
| How to install MS Access Runtime using Installer2Go? |
| |
| CONTENT |
| |
| What is the difference between Installer2GO and Setup2GO? |
| Setup2Go and Installer2GO are both easy to use installation solutions. Installer2GO is for users who wish to rely on the Windows Installer service (MSI). Setup2GO is for users who wish to rely on the smart SDS Software installation engine. |
| [ Back to Top ] |
|
| How should I decide between Installer2GO and Setup2GO? |
If you decide to use the Windows Installer (MSI) technology, your decision is made. You should choose the Installer2GO. If it doesn't matter to you, or if you don't know much about the Windows Installer technology, we recommend that you decide based on the following:
You should consider using Setup2GO:
* if your product does not require advanced installation procedure;
* if your want to have small size installation package.
You should consider using Installer2GO:
* if your have large product to install;
* if your product depends on run-time software components such as Visual Basic Runtime, MFC Runtime, etc...;
* if you want to have installation packages that meet the Windows 2000/XP logo certification guidelines. |
| [ Back to Top ] |
|
| Contact |
For questions about orders: sales@dev4pc.com If not answered here, technical questions may be addressed to: support@dev4pc.com |
| [ Back to Top ] |
|
| Costs and Upgrades |
Installer2GO is FREEWARE. However, for $49.00 you may purchase license key to remove the advertising feature which displays each time you run installation packages. Licensing also entitles you to receive all major updates, bug fixes, technical support (response within 24-hours) via e-mail within a year.
Group licensing for 25 or more users is also available: please click here to get more info. |
| [ Back to Top ] |
|
| My one year subscription has expired. What to do? |
| After your subscription has expired, you may continue to use the last version of the software you received during your subscription to distribute your products. You may at any time choose to renew your subscription, which will entitle you to new full year of upgrades and support. |
| [ Back to Top ] |
|
| What is the latest version of Installer2GO? |
| The latest versions of Installer2GO is posted on Download page. All license keys continue to work with upgraded versions. |
| [ Back to Top ] |
|
| Privacy Policy |
| Names and email addresses gathered from sales will not be shared, sold or rented. |
| [ Back to Top ] |
|
| Security |
| Orders are processed by RegSoft on our behalf. Details of the privacy policies of RegSoft may be found on their sites. |
| [ Back to Top ] |
|
| What operating systems does Installer2GO support? |
Setup2GO supports all 32-bit Windows versions in use today - Windows 98, ME, NT4, 2000, and XP.
Minimal configuration:
* Pentium 133 or higher
* 32MB RAM
* 640x480 screen resolution
* Windows 98/ME/NT4/2000/XP
Preferred configuration:
* Pentium II or higher
* 64MB RAM
* 800x600 screen resolution
* Windows 98/ME/NT4/2000/XP
|
| [ Back to Top ] |
|
| What's 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. |
| [ Back to Top ] |
|
| What's 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. |
| [ Back to Top ] |
|
| How to run Installer2GO in command line or batch mode? |
Installer2GO package includes Installer2GO.com - a command line utility that you can run from the DOS prompt or a batch file to build your installation packages. Installer2GO.com is located in the same folder as Installer2GO.exe. Please, do not remove Installer2GO.com from this location.
Syntax: "[Installer2GO path]\Installer2GO.com" -build "[project file path]\My project.i2g"
Note: * Please, do not use Installer2GO.exe in the command line or batch mode. * Separate command line parameters with a space. * Enclose pathname expressions containing spaces in double quotation marks. In this case that spaces within the quotation marks are not to be treated as command line delimiters. |
| [ Back to Top ] |
|
| 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 Installer2Go project example using the following link - exampleVBproject.zip. |
| [ Back to Top ] |
|
| How to start a VBScript before deinstalling a product? |
| You can download Installer2Go project example using the following link - VBScriptExample1.zip. |
| [ Back to Top ] |
|
| How to configure ODBC Data Source to connect to an Access database? |
| You can download Installer2Go project example using the following link - AccessSample.zip. |
| [ Back to Top ] |
|
| How to install MS Access Runtime using Installer2Go? |
Installer2Go does have support for ODBC drivers and Data Sources. However, Installer2Go 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 Installer2Go to install Microsoft Access applications.
|
| [ Back to Top ] |
|