Page 1 of 1
silent install?
Posted: Wed Aug 15, 2012 5:00 pm
by xois
Hello Everyone
I have been tasked with creating a package in SCCM to silently install Love 64bit. I tried the standard /qn for exe, but it didn't supress the UI. any direction would be helpful.
thanks
Jennifer
Re: silent install?
Posted: Wed Aug 15, 2012 5:10 pm
by bartbes
I believe the windows installer is based on nsis (rude should know this, he makes them after all), and according to its manual /S should do the trick. In fact, I think I just installed love in wine testing this theory..
Re: silent install?
Posted: Wed Aug 15, 2012 5:33 pm
by xois
thanks for the idea. I tried /s and /q and /qn
But I still am getting the install pop-up
Re: silent install?
Posted: Wed Aug 15, 2012 6:34 pm
by bartbes
Code: Select all
[bartbes@archery Downloads]$ wine love-0.8.0-win-x86.exe /S
Worked for me, can't imagine it'd be any different for windows itself..
Re: silent install?
Posted: Wed Aug 15, 2012 6:34 pm
by Petunien
Re: silent install?
Posted: Thu Aug 16, 2012 12:46 pm
by xois
capital S worked
thanks so much!