Author Topic: Simple System Tweaker: Silent installation & tweaks?  (Read 9517 times)

0 Members and 1 Guest are viewing this topic.

Offline ektorbarajas

  • Newbie
  • *
  • Join Date: Oct 2011
  • Posts: 8
  • Karma: 0
    • View Profile
Simple System Tweaker: Silent installation & tweaks?
« on: September 11, 2013, 10:49:26 am »
Hi.

I'd like to know if this program currently support silent installation, like using /s or \s switches in command line?

And if it's also possible to apply the default tweaks while the programs is silent installed.

Just like Cleanmem works, that when silent installed it configures the programs with the default settings.

I'm asking this because I'd like to deploy Simple System Tweaker among several computers and apply the default tweaks in that way

Thanks

Offline Shane

  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9281
  • Location: USA
  • Karma: 137
  • "Knowledge should be shared not hidden."
    • View Profile
Re: Simple System Tweaker: Silent installation & tweaks?
« Reply #1 on: September 11, 2013, 11:40:04 am »
Yes the installer uses /s just like cleanmem.

And the program itself you can use /silent.

The program will load the settings from the settings ini file and apply those. So you can edit the tweaks to run, and after the install have it copy over a settings file that you changed and then run the exe with /silent.

You only need to do the setting.ini file if you need to change anything :-)

Shane

Offline ektorbarajas

  • Newbie
  • *
  • Join Date: Oct 2011
  • Posts: 8
  • Karma: 0
    • View Profile
Re: Simple System Tweaker: Silent installation & tweaks?
« Reply #2 on: September 11, 2013, 12:35:51 pm »
Thansk Shane!  :cheesy:

Kind regards

Offline ektorbarajas

  • Newbie
  • *
  • Join Date: Oct 2011
  • Posts: 8
  • Karma: 0
    • View Profile
Re: Simple System Tweaker: Silent installation & tweaks?
« Reply #3 on: September 11, 2013, 01:58:49 pm »
Couple of questions:

1) Is there a switch to avoid the creation of the desktop link? (when installing the program silently)

2) And is there a way for the program to create a file or send a notice that it was successfully ran with the /silent switch? (In order to know that the tweaks in settings.ini were successfully applied)

Thanks & Regards

Offline Shane

  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9281
  • Location: USA
  • Karma: 137
  • "Knowledge should be shared not hidden."
    • View Profile
Re: Simple System Tweaker: Silent installation & tweaks?
« Reply #4 on: September 13, 2013, 12:08:48 pm »
1. No, but if your installing from a batch file you can put a del command for the desktop short cut. I can give you the code for the batch if you like.

2. Not really, other than the logs it makes, but it only logs any errors. Logging everything it does would make huge log files. Still thinking of offering it as an option through.

Shane

Offline ektorbarajas

  • Newbie
  • *
  • Join Date: Oct 2011
  • Posts: 8
  • Karma: 0
    • View Profile
Re: Simple System Tweaker: Silent installation & tweaks?
« Reply #5 on: September 13, 2013, 01:04:42 pm »
Hi Shane.

Thanks for the reply and the offer of the batch file.

I'v already created a batch that at the end deletes the desktop shortcut.

Kind regards
Hector

Offline Shane

  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9281
  • Location: USA
  • Karma: 137
  • "Knowledge should be shared not hidden."
    • View Profile
Re: Simple System Tweaker: Silent installation & tweaks?
« Reply #6 on: September 13, 2013, 02:26:17 pm »
If you ever need some code for batch files or vbscripts feel free to ask :-)

Shane