CONTROLDESK 4.1
Trying to use silent install for this app and generated a response file for it. the problem is when i try to run it in silent mode with the following switches /s /f1 but no installation took place. I checked the setup.log and found out that the RESULTCODE = 3.
Any suggestion?
Giz
Any suggestion?
Giz
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jonasm
18 years ago
Hi!
The error (-)3 means "Required data not found in the Setup.iss file". Are you sure that you specified the iss-file correctly?
Usually it want it this way: setup.exe /s /f1"c:\Directory\Setup.iss"
Can it be that the application is expecting some entry like serialnumber or installation path, that hasn't been added to the ISS.file?
I remeber one application that didn't wanna install if you didn't also specify a log-file, for example: /f2"c:\temp\setup.log"
I don't remeber the error code tho.
Can it be that the installation requiers ISScript, the Installshield Script engine?
/Jonas
The error (-)3 means "Required data not found in the Setup.iss file". Are you sure that you specified the iss-file correctly?
Usually it want it this way: setup.exe /s /f1"c:\Directory\Setup.iss"
Can it be that the application is expecting some entry like serialnumber or installation path, that hasn't been added to the ISS.file?
I remeber one application that didn't wanna install if you didn't also specify a log-file, for example: /f2"c:\temp\setup.log"
I don't remeber the error code tho.
Can it be that the installation requiers ISScript, the Installshield Script engine?
/Jonas
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.