October 18, 200421 yr Extraction: Extract files from main .exe to get setup.exe and the rest.Notes: use /r /f1”c:\setup.iss” to create the setup.iss in your C:\ copy setup.iss file in the same directory where your application setup.exe file resides in.I do not understand how to create the setup.iss with these instructions. what baffles me is the use /r /f1”c:\How can someone explain to me simplier.
October 19, 200421 yr Then you will need to place this newly created setup.iss in folder of program, replacing original version.Then to install silently do<pathname>\setup.exe /s
Create an account or sign in to comment