asti Posted January 30, 2012 Posted January 30, 2012 Hi,how do i configure this in wpi?the install consists of a 'loader' which invokes the real install. (and seems to prepare something for the 'real' install). the real install can't be started individuallyi need to run Setup,exe and then wait for other.exe to complete.anyone got a clue how to do that ?regards
Sentionline Posted February 2, 2012 Posted February 2, 2012 (edited) You have to create your own silent install file called "setup.iss". You can watch here, how you have to create it (InstallShield section). With this file in the same directory where is the setup.exe, you can call the setup file with the silent switch /sms. Good Luck! Edited February 2, 2012 by Sentionline
asti Posted February 8, 2012 Author Posted February 8, 2012 (edited) thanks for the info.but does not work for a brother mfc-7460.Setup.exe (for selecting language) invokes data\disk1\setup.exe (i guess, using/setting special params/environment), which actually does the install.starting data\disk1\setup.exe ends in errorregards Edited February 10, 2012 by asti
asti Posted February 10, 2012 Author Posted February 10, 2012 Hi,i am running Windows XP (german)regards
Francesco Posted May 18, 2012 Posted May 18, 2012 Hi,how do i configure this in wpi?the install consists of a 'loader' which invokes the real install. (and seems to prepare something for the 'real' install). the real install can't be started individuallyi need to run Setup,exe and then wait for other.exe to complete.anyone got a clue how to do that ?regardsHave you tried using something like {JSCRIPT}=TimedWaitForProgram("Setup.exe",3600) ?
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