exiteable Posted October 18, 2004 Posted October 18, 2004 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.
oioldman Posted October 19, 2004 Posted October 19, 2004 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now