Krim Posted September 24, 2005 Posted September 24, 2005 Hello all,Ok i have created a setup.iss file using -r switch.Use the following to run the install:Setup.exe -s -f1"C:\setup.iss" -f2"C:\setup-hraccess.log"The setup log gives the following:[installShield Silent]Version=v3.00.000File=Log File[ResponseResult]ResultCode=0The result code means its successfull right although the program does not get installed Any ideas/tips as i thought it would be a very straigt forward process with an application using Installshield.
nmX.Memnoch Posted September 24, 2005 Posted September 24, 2005 I've always just put the setup.iss file in the same directory as setup.exe. Then all you have to do is run Setup.exe -s without specifying a path to the setup.iss. Using that method if you want it logged then the following should work:Setup.exe -s -f2"%SYSTEMDRIVE%\setup-hraccess.log"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now