10-05-2017, 11:48 AM
(10-04-2017, 08:35 PM)Journeyover Wrote: what about making it not the default browser? or is the default install option during silent install not making centbrowser the default browser?
and I will get the three for the desktop/startmenu/taskbar in as params now as well as options that you can pass in, there won't be a default for these three but I'll have a switch that will add them to the silent install arg if the calls for them are present in the command line.
Edit:
Have now added the three options for no desktop/startmenu/taskbar icons.
You'll pass them in as just like the above options but using
Code:/NoDesktopIcon
Code:/NoTaskbarIcon
instead, and if any of them are present in the command then it'll add the correct string to the silent install arg.Code:/NoStartmenuIcon
The installer will ask for default browser only if you added the command line "--make-chrome-default". It never set as default browser silently.