MSFN Forum: Switchless Silent Installers, RVM/nLite Addons, .MSI Files - 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
  • 21 Pages +
  • « First
  • 13
  • 14
  • 15
  • 16
  • 17
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Switchless Silent Installers, RVM/nLite Addons, .MSI Files for your use and enjoyment Rate Topic: ****- 4 Votes

#281 User is offline   RogueSpear 

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

Posted 21 March 2006 - 02:16 PM

Update - 20060321
Removed DVD43 V3.7.0
Removed DVDFab Decrypter V2.9.7.2
Removed DVD Decrypter V3.5.4.0
Removed DVD Shrink V3.2.0.15
Removed EULAlyzer V1.1
Removed Microsoft AntiSpyware Beta V1.0.701
Removed Microsoft Photostory 3
Removed Paint.NET V2.6 was a POS installer - use the installer by godan
Removed PowerToy - Color Control Panel Applet
Removed PowerToy - RAW Image Viewer V1.0 Build 50
Removed PowerToy - SyncToy V1.0.0.64
Removed Spybot - Search & Destroy V1.4
Removed SpywareBlaster V3.5.1
Removed Winamp V5.21
Removed Windows Defender V1.1.1051 Beta 2
Removed Windows Journal Viewer V1.5


I guess I didn't realize how many people use these things. After so many requests, I've decided to keep most of the installers up. I am taking down some of them down however. Anything that is not free, could get me in hot water with the MPAA, requires a WGA check to download from Microsoft, or has a - generally speaking - creepy EULA, is no longer available.


#282 User is offline   chiners_68 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 310
  • Joined: 02-March 05

Posted 29 March 2006 - 03:41 AM

Anyone got a silent install for real player gold/10 whatever is the latest?

#283 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 31 March 2006 - 02:12 AM

View PostRogueSpear, on Nov 9 2005, 09:45 AM, said:

Well I included the script because what it does it check the BIOS strings for "VMware", to verify that your install is being done in a VM as opposed to a real computer. For testing purposes, to make sure this thing will work for you, why don't you just hard code calling the file from RunOnceEx, so you know it'll run. Also, I didn't mention this before (probably need to do an edit), but this version of VMware Tools is for the latest release version (V5). I don't know if it would work in earlier versions or the more recent beta releases (V5.5).

Hello RogueSpear,

Can i suggest an enhancement to the VMWareTools script (I have been using this and it works wonderfully - thanks for your hard work!) - The suggestion i have is that you run the script to check if VMWare is present, and if it is it installs the tools (just as it does now), however can there be an additional option that if it is not present you can then run the VMWare installer to install VMWare?

I personally would find this very useful. Not being a VB programmer i am not sure how to go about this...

#284 User is offline   RogueSpear 

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

Posted 31 March 2006 - 10:48 AM

Old:
If Left(objBIOS.SerialNumber(i),6) = "VMware" Then
	If fs.FileExists(OEM & "\VMWareTools.exe") Then ws.Run(OEM & "\VMWareTools.exe"),0,True
End If

New:
If Left(objBIOS.SerialNumber(i),6) = "VMware" Then
	If fs.FileExists(OEM & "\VMWareTools.exe") Then ws.Run(OEM & "\VMWareTools.exe"),0,True
Else
	If fs.FileExists(OEM & "\VMWareWorkstation.exe") Then ws.Run(OEM & "\VMWareWorkstation.exe"),0,True
End If


#285 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 01 April 2006 - 04:54 AM

View PostRogueSpear, on Apr 1 2006, 12:48 AM, said:

Old:
If Left(objBIOS.SerialNumber(i),6) = "VMware" Then
	If fs.FileExists(OEM & "\VMWareTools.exe") Then ws.Run(OEM & "\VMWareTools.exe"),0,True
End If

New:
If Left(objBIOS.SerialNumber(i),6) = "VMware" Then
	If fs.FileExists(OEM & "\VMWareTools.exe") Then ws.Run(OEM & "\VMWareTools.exe"),0,True
Else
	If fs.FileExists(OEM & "\VMWareWorkstation.exe") Then ws.Run(OEM & "\VMWareWorkstation.exe"),0,True
End If

Thankyou very much - that works a treat!

#286 User is offline   chiners_68 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 310
  • Joined: 02-March 05

Posted 03 April 2006 - 03:45 AM

anyone..

Anyone got a silent install for real player gold/10 whatever is the latest?

#287 User is offline   tommk 

  • Group: Members
  • Posts: 3
  • Joined: 27-June 04

Posted 04 April 2006 - 05:48 AM

Is there an iTunes installation available somewhere that is:

1) Compatible with Quicktime Alternative 1.67
2) Doesn't suffer the iTunes.msi problem given here: http://www.msfn.org/...showtopic=69296
3) Can be installed without Apple Quicktime...
4) Silently

I've searched for ages but can't find the definative answer!

EDIT: I've just found this statement from Roguespear: http://www.msfn.org/board/index.php?s=&sho...ndpost&p=475282

Typical, you search for hours and find an answer 2 seconds after you ask. I'll report back :)

Tom

This post has been edited by tommk: 04 April 2006 - 05:53 AM


#288 User is offline   RogueSpear 

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

Posted 08 April 2006 - 05:02 PM

Update - 20060408
Updated Crap Cleaner to V1.28.277
Updated ieSpell to V2.2.0 Build 647

#289 User is offline   Aserone 

  • Group: Members
  • Posts: 6
  • Joined: 21-December 05

Posted 11 April 2006 - 03:33 AM

Eraser v5.8 released. Love your work if I haven't said it before. :)

#290 User is offline   RogueSpear 

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

Posted 11 April 2006 - 05:50 AM

View PostAserone, on Apr 11 2006, 05:33 AM, said:

Eraser v5.8 released. Love your work if I haven't said it before. :)


Wow, that's the first update in a couple of years I think. I thought this title was pretty much retired.

#291 User is offline   Jedi82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 191
  • Joined: 08-May 04

Posted 11 April 2006 - 02:58 PM

rogue so i discovered the cab files and now I LOVE THEM and i love your work offering us also a cab version, you rule man!!! But let me ask you just one thing:

downloaded your cabs file, i just run Nlite and integrate them right? I don't must do anithing else right?

And how to delete the shortcut after the program is installed on my winuna copy? I mean the start menu shortcut...

#292 User is offline   RogueSpear 

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

Posted 11 April 2006 - 03:06 PM

View PostJedi82, on Apr 11 2006, 04:58 PM, said:

downloaded your cabs file, i just run Nlite and integrate them right? I don't must do anithing else right?
Yep, that's about it.

View PostJedi82, on Apr 11 2006, 04:58 PM, said:

And how to delete the shortcut after the program is installed on my winuna copy? I mean the start menu shortcut...
Best thing I could suggest is to make a batch or script that deletes the shortcuts you don't want to keep.

#293 User is offline   Aserone 

  • Group: Members
  • Posts: 6
  • Joined: 21-December 05

Posted 12 April 2006 - 09:29 AM

View PostRogueSpear, on Apr 11 2006, 01:50 PM, said:

View PostAserone, on Apr 11 2006, 05:33 AM, said:

Eraser v5.8 released. Love your work if I haven't said it before. :)


Wow, that's the first update in a couple of years I think. I thought this title was pretty much retired.


After reading the forum I'm sorry to say it's a "beta" release. They have been making "silent" updates to it without changing the version number. Maybe it isn't a good idea to upgrade this addon yet.

Edit: Been running 5.8 since release and haven't found any problems.

This post has been edited by Aserone: 25 April 2006 - 03:08 AM


#294 User is offline   RogueSpear 

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

Posted 20 April 2006 - 10:28 AM

Update - 20060420
Updated FileZilla to V2.2.20
Updated GrabIt to V1.6.0 Build 928
Updated TrueCrypt to V4.2

#295 User is offline   RogueSpear 

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

Posted 21 April 2006 - 11:27 AM

For all TrueCrypt users: I put a special note in the entry on page 1 for this utility. You must make sure to uninstall V4.1 and reboot prior to installing V4.2. For unattended installations, just install as usual.

#296 User is offline   av8tor 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 31-May 05

Posted 21 April 2006 - 07:19 PM

Thanks much

Question:
There is a awxdTools V4 made for DaemonTools v4.03 out now. Is there any way to integrate it into the cab file or switchless installer as per your instructions on page one?

Thanks again for the great work :thumbup

#297 User is offline   RogueSpear 

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

Posted 22 April 2006 - 10:07 PM

Update - 20060422
Updated Eraser to V5.8
Updated FileZilla to V2.2.22

#298 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 27 April 2006 - 06:29 PM

@RogueSpear, Shark007 created Shockwave silent/switchless installer without Yahoo toolbar/browser popup. I edited the installer making it quiet (/qn instead of /qb). Muiz also created a flash installer.

The Shockwave installer & topic is the first post here
In my post you'll find the /qn version of this Shockwave silent installer.
Muiz created a Flash switchless installer for non-English users here.

I like the Shockwave installer A LOT, don't like ads/Yahoo! Toolbar.

#299 User is offline   citaram 

  • Group: Members
  • Posts: 2
  • Joined: 28-April 06

Posted 02 May 2006 - 12:48 PM

is there a silent installer for windows defender?...i thought i once saw it in ur list rouge, but i guess not.

#300 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 09 May 2006 - 06:17 PM

Must have been for Microsoft AntiSpyware (I know there was one for that).

Rogue - can you update your CCleaner one? Also, do you have any links to other silent switchless installer lists (not that yours isn't good for my needs ;))?

Share this topic:


  • 21 Pages +
  • « First
  • 13
  • 14
  • 15
  • 16
  • 17
  • Last »
  • 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