the program is downloadable in the following link: http://www3.firstclass.com/ClientDownloads...es/FC8200US.exe
CODE
First Class:
Extract downloaded file:
FC8200US.exe -extract_all:"C:\Temp"
Create setup.iss (from the extracted folder):
setup.exe /r
The answerfile will be in C:\Windows
Silent install:
X:\FC82\Setup.exe /s /sms /f1X:\FC82\Setup.iss
or
\\SRVNAME\SHARE\Setup /s /sms /f1\\SRVNAME\SHARE\Setup.iss
Extract downloaded file:
FC8200US.exe -extract_all:"C:\Temp"
Create setup.iss (from the extracted folder):
setup.exe /r
The answerfile will be in C:\Windows
Silent install:
X:\FC82\Setup.exe /s /sms /f1X:\FC82\Setup.iss
or
\\SRVNAME\SHARE\Setup /s /sms /f1\\SRVNAME\SHARE\Setup.iss
However I tried in cmd typing the silent install line just for testing. It attempt to load and then nothing happend . Did a quick read in the setup file created at the same folder as setup.iss adn found these.
QUOTE
[InstallShield Silent]Version=v7.00
File=Log File
[ResponseResult]
ResultCode=-3
File=Log File
[ResponseResult]
ResultCode=-3
What am I doing wrong? And also I want to know what is /1X:\path
since it will be make as installer later what do I have to change there?
Thanks a ton!
