USSF says "no known installer"...
[EDIT]
For anyone who gets this post from a search:
I figured it out. It was an InstallShield.
Quote
1. Start the setup application using the -R (case-sensitive) switch from command prompt.
e.g:
Setup.exe -R
2. The setup screens will appear as they normally would, asking you questions as you go along, such as destination directory, etc. It's important that you do not choose the "Restart the computer now" option. If you do, you will terminate your batch when you run an unattended installation.
3. After installation has completed, go to your C:\Windows\ (or C:\WINNT\) directory and take out the setup.iss file. Put this setup.iss file in the same directory where your application setup.exe file resides in.
4. Start the Silent installation using:
start /wait %systemdrive%\install\Application\Application_name\Setup.exe -s
e.g:
Setup.exe -R
2. The setup screens will appear as they normally would, asking you questions as you go along, such as destination directory, etc. It's important that you do not choose the "Restart the computer now" option. If you do, you will terminate your batch when you run an unattended installation.
3. After installation has completed, go to your C:\Windows\ (or C:\WINNT\) directory and take out the setup.iss file. Put this setup.iss file in the same directory where your application setup.exe file resides in.
4. Start the Silent installation using:
start /wait %systemdrive%\install\Application\Application_name\Setup.exe -s
Instructions from: http://unattended.ms...stallshield.htm



Help

Back to top








