This process is to be used if a setup.iss file is not created in C:\Windows when using setup.exe -r.
---------------------------
1. Run the command > C:\Temp\setup.exe -r -f1c:\Temp\setup.iss
Note: there should be no spaces in between -f1 and the directory path and its - not / that need to be there with the switches.
2. Once the setup.iss file is created try to run the installation with silent parameters this time it would definitely install. eg. setup.exe /s /f1 "c:\Temp\setup.iss
No comments:
Post a Comment