alfreire Posted August 27, 2012 Posted August 27, 2012 (edited) Hi... I don't find silent swith, or any alternative to silent install Mirillis Splash Pro Ex... Can you help me...? In the previous version 1.12.2 I extracted .msi file to silent install, but the new version it's different...http://mirillis.com/files/splash_pro_ex_1_13_0_setup.exeRegards and thanks... ;-) Edited August 27, 2012 by alfreire
submix8c Posted August 27, 2012 Posted August 27, 2012 (edited) Yes, it has. Current version will extract with 7-Zip but there is no MSI inside. APPEARS to be NSIS (NullSoft).Differnt Installer Switches - scroll down it. Edited August 27, 2012 by submix8c
alfreire Posted August 27, 2012 Author Posted August 27, 2012 Yes, it has. Current version will extract with 7-Zip but there is no MSI inside. APPEARS to be NSIS (NullSoft).I had tried with /s, but it's /S... X-DThank you very much... Regards... ;-)
myselfidem Posted August 27, 2012 Posted August 27, 2012 Tested and works with:C:\WPI_v8.5.8\Install\splash_pro_ex_1_13_0_setup.exe /S /v /qn
alfreire Posted August 27, 2012 Author Posted August 27, 2012 Tested and works with:C:\WPI_v8.5.8\Install\splash_pro_ex_1_13_0_setup.exe /S /v /qnThanks, myselfidem... I tested with /S only and works like a charm... Why is /v and /qn...?Regards... ;-)
myselfidem Posted August 27, 2012 Posted August 27, 2012 (edited) The best way is to use:splash_pro_ex_1_13_0_setup.exe /S /v" /qnLike this there is no more files keeped inside the folder %temp%.With others silent switches there is a temp folder not removed: ~nsu.tmp (inside Au.exe)However using silent switches with quotes we must take care using WPI and we must write the command like this:cmds[pn]=['%wpipath%\\Install\\splash_pro_ex_1_13_0_setup.exe /S /v" /qn'];Cheers Edited August 27, 2012 by myselfidem
alfreire Posted August 28, 2012 Author Posted August 28, 2012 Thanks for explanation... I always clean tem folders at the end of WPI installations, but is good know this... Regards... ;-)
myselfidem Posted August 28, 2012 Posted August 28, 2012 (edited) In my experience, if some files aren't removed from the temp folder during the silent installation by the program, the program isn't really installed properly!And some trouble can occurs later...Using the switches given above works fine, even if there is no more msi file inside the installer package.About these switches, we can read, with the same link given by submix8c:... The second /s tells setup.exe to run silently, while the /v"/qb" tells it to pass /qb to msiexec, which causes msiexec to run non-interactively but display a basic interface.All my applications using silent switches , or no one, making SFX packages i.e., I don't need to clean the %temp% folder at last, because I can read some useful informations on log files...HTH Edited August 28, 2012 by myselfidem
alfreire Posted August 28, 2012 Author Posted August 28, 2012 I also do my own sfx, but every time a new version comes out you have to make them again... with sfx unzip 2 times (from sfx and setup.exe) and slows down installation time, I think...Regards... ;-)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now