MSFN Forum: [RELEASE] Some Custom Silent Installers - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[RELEASE] Some Custom Silent Installers just some installers I've made Rate Topic: -----

#1 User is offline   godan 

  • Custom member title
  • PipPip
  • Group: Members
  • Posts: 209
  • Joined: 11-July 04

  Posted 17 March 2006 - 12:27 PM

Ever since I started making myself UAXP disks I've been trying to get certain programs to install in a way that I like and silently via RunOnceEx.cmd. Most often I just would do a search in the forum and find that someone had already made an installer to fit my needs but some times I would come up short so I'd have to make my own. So here they are. They are all made with WinRAR so if you have WinRAR you can open them up and make some modifications if you want. They are made the way that I like so if you like them you like them if you don't you don't but I'm not going to make any real changes to them so don't bother asking. Oh and I HATE HATE HATE desktop icons so none of my installers will ever put shortcuts on the desktop... EVER.


Foxit PDF Reader
installs to:\%systemdrive%\Program Files\Foxit\
size:1.08MB
notes:associates with pdf files, not uninstallable from add/remove programs in CP <- I will change this some time soon, I'm just a little lazy.


Alt-Tab PowerToy
installs to:\%SystemRoot%\System32\
size:77.7KB
notes:runs at startup, not uninstallable from add/remove programs in CP


Auto Hide Safely Remove Hardware Icon
installs to:\%SystemRoot%\System32\
size:165KB
notes:places a shortcut to SRH in "%AllUsersProfile%\Start Menu\Programs\Accessories", runs at startup, It doesn't just do a typical "always hide" but instead REMOVES the icon from that system tray, not uninstallable from add/remove programs in CP


Winamp 2.81 with the Winamp 5.xx Modern Skin
installs to:\%systemdrive%\Program Files\Winamp\
size:653KB
notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", only audio support, some other modifications, I use this because it is way way less of a resource hog


AudioGrabber 1.83
installs to:\%systemdrive%\Program Files\AudioGrabber\
size:1.29MB
notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", some other minor tweaks to the settings


VirtualDub-MPEG-2 1.6.11
installs to:\%systemdrive%\Program Files\VirtualDub\
size:991KB
notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories"


CCleaner 1.27 Lite (no yahoo crap)
installs to:\%ProgramFiles%\CCleaner\
size:445KB
notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", some other tweaks to the settings


Paint.NET 2.6
installs to:\%ProgramFiles%\Paint.NET\
size:3.41MB
notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", only support for x86, auto updates off, associates with JPG, BMP, PNG, and TGA


Ad-Aware SE
installs to:\%systemdrive%\Program Files\Ad-Aware\
size:3.41MB
notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", definitions file from SE1R97 13.03.2006


Resource Hacker
installs to:\%systemdrive%\Program Files\Resource Hacker\
size:534KB
notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories"


ATI Control Panel
installs to:C:\Program Files\ATI Control Panel\ (couldn't use %SystemDrive% or %ProgramFiles% with this installer, sorry)
size:10.2MB
notes:you CAN use ATI classic control panel with the new CATALYST drivers, no tray icon, Hot Key Poller service disabled, no ATIPTA, registration off and other minor tweaks, I use this because it is less of a resource hog


ATI CATALYST Control Center
installs to:%Program Files%\ATI Technologies\ (should be %ProgramFiles%, but I'm not 100% sure how the .msi saves those settings for an admin install)
size:12.2MB
notes:no tray icon, Hot Key Poller service disabled, no ATIPTA, registration off, classic skin and other minor tweaks


Also for some of the installers I use .cmd's to configure them and take care of the add/remove crap and the .cmd's call "cmdow @ /HID" to make them as silent as possible so you may want to have CMDOW.EXE in your system32 directory.

This post has been edited by godan: 21 March 2006 - 12:17 AM



#2 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 18 March 2006 - 02:41 AM

Nice

#3 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 18 March 2006 - 03:34 AM

Why "%SystemDrive%"\Program Files" instead of "%ProgramFiles%"?

#4 User is offline   InViSibLe Gr 

  • huh?
  • PipPip
  • Group: Members
  • Posts: 131
  • Joined: 01-January 06

Posted 18 March 2006 - 05:24 AM

nice one godan :thumbup thanks

#5 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 18 March 2006 - 08:21 AM

Fantastic work :thumbup

#6 User is offline   godan 

  • Custom member title
  • PipPip
  • Group: Members
  • Posts: 209
  • Joined: 11-July 04

Posted 18 March 2006 - 09:00 AM

View PostBâshrat the Sneaky, on Mar 18 2006, 03:34 AM, said:

Why "%SystemDrive%"\Program Files" instead of "%ProgramFiles%"?



hmm... I don't know why, I guess I'll change that if/when I need to rebuild them for some reason; However, if anyone wanted to rebuild them by themselves it really wouldn't be too hard to change the install directory. The .cmd's I use to do the setups are pretty simple, and aside from that all one would have to do is edit the SFX comments.

This post has been edited by godan: 18 March 2006 - 11:01 PM


#7 User is offline   Hipster Doofus 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 21-April 06

Posted 09 May 2006 - 07:14 PM

Resource Hacker has been removed from download.

#8 User is offline   Karoly67 

  • Group: Members
  • Posts: 7
  • Joined: 18-October 03

Posted 15 May 2006 - 09:36 PM

Would you re-upload Winamp? I got this message when I tried to download it:

File /files/15744415/Winamp.exe.html has been deleted.
Reason: No download for a longer period. Inactivity-timeout exceeded.

Thanks a lot.

#9 User is offline   costi 

  • Group: Members
  • Posts: 7
  • Joined: 19-December 05

Posted 10 September 2006 - 06:17 PM

Could you please re-upload Audiograbber? Same reason as the above post.

#10 User is offline   MGadAllah 

  • Brain Voice
  • PipPipPipPipPip
  • Group: Banned
  • Posts: 786
  • Joined: 03-January 06

Posted 10 September 2006 - 06:20 PM

Great Work

#11 User is offline   ScOOt3r 

  • Junior
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 14-May 06

Posted 10 September 2006 - 07:15 PM

crap there all missing.. i was looking for both the Ati drivers.. can you please fix this..

nice selection of great common apps.


ScOOt3r!

#12 User is offline   PaulIA 

  • Senior Geek
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 30-July 06

Posted 10 September 2006 - 11:13 PM

RapidShare... ya gotta love it... :D

Might want to look into EazyShare or something like it.

#13 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 11 September 2006 - 06:21 AM

Unfortunately it looks as though godan hasn't been active here since April :( So I wouldn't count on anything getting updated or links being refreshed.

#14 User is offline   cyberloner 

  • OCMania.com
  • PipPipPipPip
  • Group: Members
  • Posts: 535
  • Joined: 19-July 05

Posted 11 September 2006 - 06:26 AM

true ... LOL

#15 User is offline   teddyking 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 29-June 06

Posted 11 September 2006 - 07:44 PM

winamp link is dead
please update
turboupload is nice...

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy