mrjoli021 0 Posted April 16, 2012 I would like to create an unattended install of a software we use. this software is complicated to install because of all the options we have to select. Please let me know how I can create one exe to install this software. Share this post Link to post Share on other sites
JLogan3o13 1,637 Posted April 16, 2012 Hi, mrjoli021, welcome to the forum. How you create your installation script really depends upon the software itself, and what public properties you can set for it. Can you share what software you're trying to install? This will help us assist you. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Share this post Link to post Share on other sites
Chimaera 144 Posted April 16, 2012 Also does the software have any silent switches that you can use? If Ive just helped you ... miracles do happen. ChimaeraCopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices() Share this post Link to post Share on other sites
mrjoli021 0 Posted April 17, 2012 We use a software called "Primavera" to install this software we do the following. run the normal setup as any other software. then it ask for a lic key. (same key all the time), click next then select the DB to use (again same DB), then put username and password for DB. and finally finish. this process take aprox 10- 15 min per install. We do this for every new or replacement laptop and we get new laptops at least two per week. Share this post Link to post Share on other sites
mrjoli021 0 Posted April 17, 2012 no this software does not have switches. Share this post Link to post Share on other sites
JLogan3o13 1,637 Posted April 17, 2012 (edited) Actually, Primavera uses a setup.iss file to control the install. Can you run the command below and then post the .iss file? setup.exe /r /f1"c:setup.iss" Edited April 17, 2012 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Share this post Link to post Share on other sites