View Full Version : silent install
jtbmoore
01-19-2005, 10:33 AM
How do I do a silent install. I have seen other posts that say to do a -a -r to get a setup.iss. When I do a -a -r I don't get that file. Any suggestions would be great.
VALGROM
02-09-2005, 11:14 AM
to get a setup.iss file you have to type the following:
Primosetup.exe -r (ENTER)
It will go through the whole setup and when it's done it will create a setup.iss file in your Winnt (or whatever your windows directory is)
You can verify this by checking the date and time stamp on the file. It will be the same time and date you are doing the install.
VALGROM
02-09-2005, 11:15 AM
Forgot to mention...to run the silent install once you have the setup.iss file type :
Primosetup.exe -s -f1C:\directory\setup.iss