are command line switches supported for a silent install of the screensaver .exe file?
If so, what are they?
Thanks
Silent install
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: Silent install
As its just dumping a .scr file in the Windows directory, it would be dead easy to create your own setup via Inno Setup.
http://www.innosetup.com/isinfo.php
Inno setup allows silent installation.
http://www.innosetup.com/isinfo.php
Inno setup allows silent installation.
Re: Silent install
I also would like to know if there's a way to make a silent installer for bundling our screensaver within other's installers, private labeling our screensavers, other reasons, etc.
Since SSF has the built-in capability to make it's own installer, it'd be nice to know how to pass a parameter to make it silent installing, or add a feature to do that in the next version.
Thanks!
Since SSF has the built-in capability to make it's own installer, it'd be nice to know how to pass a parameter to make it silent installing, or add a feature to do that in the next version.
Thanks!
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Silent install
At the present time the built-in installer generator is very simple, so if you need more features, you will have to use a third party setup generator with your SCR file.