IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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

> Switchless Silent Installers, RVM/nLite Addons, .MSI Files, for your use and enjoyment
RogueSpear
post Nov 1 2005, 07:30 PM
Post #1


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


I had been planning to announce this at some point in the not too distant future, but some low life scumbag from Romania has accelerated the time table significantly by sucking up 800GB in two days of my bandwidth. All of the request referrals came from this thread - so this thread is now finished permanantly.

Installers that had been posted here are currently available at my forums, but depending on what happens with my bandwidth they may not be available for a short period of time.

This post has been edited by RogueSpear: Sep 16 2006, 10:04 PM
Go to the top of the page
 
+Quote Post
21 Pages V  « < 13 14 15 16 17 > »   
Start new topic
Replies (280 - 299)
RogueSpear
post Mar 21 2006, 02:16 PM
Post #281


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


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.
Go to the top of the page
 
+Quote Post
chiners_68
post Mar 29 2006, 03:41 AM
Post #282


Advanced Member
***

Group: Members
Posts: 309
Joined: 2-March 05
Member No.: 45939
Country Flag


Anyone got a silent install for real player gold/10 whatever is the latest?
Go to the top of the page
 
+Quote Post
`Felix`
post Mar 31 2006, 02:12 AM
Post #283


MSFN Contributor
***

Group: Members
Posts: 481
Joined: 28-July 04
From: Perth, Western Australia
Member No.: 25674
Country Flag


QUOTE (RogueSpear @ Nov 9 2005, 09:45 AM) *
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...
Go to the top of the page
 
+Quote Post
RogueSpear
post Mar 31 2006, 10:48 AM
Post #284


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


Old:
CODE
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:
CODE
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
Go to the top of the page
 
+Quote Post
`Felix`
post Apr 1 2006, 04:54 AM
Post #285


MSFN Contributor
***

Group: Members
Posts: 481
Joined: 28-July 04
From: Perth, Western Australia
Member No.: 25674
Country Flag


QUOTE (RogueSpear @ Apr 1 2006, 12:48 AM) *
Old:
CODE
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:
CODE
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!
Go to the top of the page
 
+Quote Post
chiners_68
post Apr 3 2006, 03:45 AM
Post #286


Advanced Member
***

Group: Members
Posts: 309
Joined: 2-March 05
Member No.: 45939
Country Flag


anyone..

Anyone got a silent install for real player gold/10 whatever is the latest?
Go to the top of the page
 
+Quote Post
tommk
post Apr 4 2006, 05:48 AM
Post #287





Group: Members
Posts: 3
Joined: 27-June 04
Member No.: 23518



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/board/index.php?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 smile.gif

Tom

This post has been edited by tommk: Apr 4 2006, 05:53 AM
Go to the top of the page
 
+Quote Post
RogueSpear
post Apr 8 2006, 05:02 PM
Post #288


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


Update - 20060408
Updated Crap Cleaner to V1.28.277
Updated ieSpell to V2.2.0 Build 647
Go to the top of the page
 
+Quote Post
Aserone
post Apr 11 2006, 03:33 AM
Post #289





Group: Members
Posts: 6
Joined: 21-December 05
From: Opioid dependent head.
Member No.: 83080
Country Flag


Eraser v5.8 released. Love your work if I haven't said it before. smile.gif
Go to the top of the page
 
+Quote Post
RogueSpear
post Apr 11 2006, 05:50 AM
Post #290


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


QUOTE (Aserone @ Apr 11 2006, 05:33 AM) *
Eraser v5.8 released. Love your work if I haven't said it before. smile.gif


Wow, that's the first update in a couple of years I think. I thought this title was pretty much retired.
Go to the top of the page
 
+Quote Post
Jedi82
post Apr 11 2006, 02:58 PM
Post #291


Member
**

Group: Members
Posts: 191
Joined: 8-May 04
Member No.: 19459
Country Flag


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...
Go to the top of the page
 
+Quote Post
RogueSpear
post Apr 11 2006, 03:06 PM
Post #292


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


QUOTE (Jedi82 @ Apr 11 2006, 04:58 PM) *
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.

QUOTE (Jedi82 @ Apr 11 2006, 04:58 PM) *
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.
Go to the top of the page
 
+Quote Post
Aserone
post Apr 12 2006, 09:29 AM
Post #293





Group: Members
Posts: 6
Joined: 21-December 05
From: Opioid dependent head.
Member No.: 83080
Country Flag


QUOTE (RogueSpear @ Apr 11 2006, 01:50 PM) *
QUOTE (Aserone @ Apr 11 2006, 05:33 AM) *

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


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: Apr 25 2006, 03:08 AM
Go to the top of the page
 
+Quote Post
RogueSpear
post Apr 20 2006, 10:28 AM
Post #294


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


Update - 20060420
Updated FileZilla to V2.2.20
Updated GrabIt to V1.6.0 Build 928
Updated TrueCrypt to V4.2
Go to the top of the page
 
+Quote Post
RogueSpear
post Apr 21 2006, 11:27 AM
Post #295


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


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.
Go to the top of the page
 
+Quote Post
av8tor
post Apr 21 2006, 07:19 PM
Post #296


Newbie


Group: Members
Posts: 12
Joined: 31-May 05
Member No.: 58420
Country Flag


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.gif
Go to the top of the page
 
+Quote Post
RogueSpear
post Apr 22 2006, 10:07 PM
Post #297


OS: SimplyMEPIS
Group Icon

Group: Normal Sponsors
Posts: 1529
Joined: 18-September 04
From: Buffalo, NY
Member No.: 31429
OS: none
Country Flag


Update - 20060422
Updated Eraser to V5.8
Updated FileZilla to V2.2.22
Go to the top of the page
 
+Quote Post
ZileXa
post Apr 27 2006, 06:29 PM
Post #298


Senior Member
****

Group: Members
Posts: 672
Joined: 27-May 04
From: Amsterdam
Member No.: 20882
Country Flag


@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.
Go to the top of the page
 
+Quote Post
citaram
post May 2 2006, 12:48 PM
Post #299





Group: Members
Posts: 2
Joined: 28-April 06
Member No.: 94976
Country Flag


is there a silent installer for windows defender?...i thought i once saw it in ur list rouge, but i guess not.
Go to the top of the page
 
+Quote Post
Super-Magician
post May 9 2006, 06:17 PM
Post #300


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


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 newwink.gif)?
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

21 Pages V  « < 13 14 15 16 17 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 07:00 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy