Help - Search - Members - Calendar
Full Version: Switchless Silent Installers, RVM/nLite Addons, .MSI Files
MSFN Forums > Unattended Windows Discussion & Support > Application Installs
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9

   
Google Internet Forums Unattended CD/DVD Guide
`Felix`
QUOTE (RogueSpear @ Feb 12 2006, 06:26 AM) *
This little snippet here sets the variable strOEM to the \OEM directory on your install CD/DVD:
CODE
For Each objDrive in colDrives
    If fs.FileExists(objDrive.DriveLetter & ":\WIN51") Then strOEM = objDrive.DriveLetter & ":\OEM"
Next

You can change \OEM to pretty much whatever you like so long as it's on the install media. If you don't want the switchless silent installer executed from the CD/DVD media at all, but rather you've placed it inside \$OEM$\$1 so that it winds up on the root of your system drive, then simply replace this little part:
CODE
ws.Run(strOEM & "\VMWareTools.exe"),0,True
with
CODE
ws.RUN("%systemdrive%\VMWareTools.exe"),0,True


Excellent - you have pointed me in the right direction - now i have modified the code a little differently to what is above - but it is doing exactly what i want. What i have done is created a self extracting installer that checks and then if it is vmware installs the tools - it all in once exe file - very clean and simple.

I would like to clean it up a little further - would it be possible for you to tell me what the command line code is that you are using in the 7zip exe for "VMwareTools.exe" - right now i am including your current VMwareTools.exe file inside another 7zip exe that i have running the script etc... i would prefer to do it all from a single file - much cleaner...

Thanks again for you work - i really appreciate it!
RogueSpear
Anytime mate thumbup.gif

EDIT: Well it may be "cleaner" using one file, but then every computer has to decompress the installer even if it's not a VM. Here's the config.txt used with 7-Zip:
CODE
;!@Install@!UTF-8!
RunProgram="RunHiddenConsole.exe /w msiexec /i VMwareTools.msi /qn"
;!@InstallEnd@!
`Felix`
QUOTE (RogueSpear @ Feb 12 2006, 01:09 PM) *
Anytime mate thumbup.gif

EDIT: Well it may be "cleaner" using one file, but then every computer has to decompress the installer even if it's not a VM. Here's the config.txt used with 7-Zip:
CODE
;!@Install@!UTF-8!
RunProgram="RunHiddenConsole.exe /w msiexec /i VMwareTools.msi /qn"
;!@InstallEnd@!


Mmm good point! didn't think of that... i was looking to minimise the use of RunHiddenConsole.exe as i am using it in my completed exe too

CODE
;!@Install@!UTF-8!
RunProgram="RunHiddenConsole /w wscript VMWareTools.vbs"
;!@InstallEnd@!

Suggestions?
RogueSpear
Update - 20060212
Updated DVDFab Decrypter to V2.9.7.0
Updated MSN Messenger to V7.5.0324
RogueSpear
Update - 20060213
Added InstallShield Script Engine V7, 8, 9, 10, 11
Updated DVDFab Decrypter to V2.9.7.2
muiz
Quicktime Alternative 1.68 final

Switchless installer :

Quicktime alternative 1.68 final

CODE
Changes in 1.68:
Updated QuickTime components to version 7.0.4.80
Improved .mov downloader
Removed some unneeded components
Minor changes
RogueSpear
Update - 20060214
Added Windows Defender V1.1.1051 Beta 2
Updated CrapCleaner to V1.27.260


I'm going to leave the Microsoft AntiSpyware installer up for a little while in case people would still like that instead of this new version. Note that this new installer is pretty far down the list, so you'll need to do a lot of scrolling to find it.
Solid as a rock
QUOTE
VMware Tools V5.5
Home Page:http://www.vmware.com/
File size: 3.15MB
MD5: C82925CB2D9BCDE39AA02237689C13A8
Install from: RunOnceEx
Installs to: Default
Shortcut: None - Control Panel applet
Last updated: 20051216
Notes: This download is actually a 7z archive. There is the installer itself and a VBscript I wrote which you can use in RunOnceEx to install it. The script checks the BIOS to see if you are using VMware and only then will it install VMware Tools with the included installer. The installer must be placed in \OEM on your CD/DVD for the script to work. In my testing, this installer does not work from svcpack.inf. The VMware Tools tray icon is disabled by default, 64 bit support is included, Japanese language support and all support for operating systems prior to Windows 2000 has been removed.

I want to know if this will work when i add this to my WPI install instead of runonceex? And will this work when i place this in "\Install\VMware\" instead of OEM?
`Felix`
QUOTE (SolidasRock @ Feb 15 2006, 12:14 PM) *
QUOTE
VMware Tools V5.5
Home Page:http://www.vmware.com/
File size: 3.15MB
MD5: C82925CB2D9BCDE39AA02237689C13A8
Install from: RunOnceEx
Installs to: Default
Shortcut: None - Control Panel applet
Last updated: 20051216
Notes: This download is actually a 7z archive. There is the installer itself and a VBscript I wrote which you can use in RunOnceEx to install it. The script checks the BIOS to see if you are using VMware and only then will it install VMware Tools with the included installer. The installer must be placed in \OEM on your CD/DVD for the script to work. In my testing, this installer does not work from svcpack.inf. The VMware Tools tray icon is disabled by default, 64 bit support is included, Japanese language support and all support for operating systems prior to Windows 2000 has been removed.

I want to know if this will work when i add this to my WPI install instead of runonceex? And will this work when i place this in "\Install\VMware\" instead of OEM?


No for it to work in the \install\vmware directory you will need to make one change.

Change this
CODE
For Each objDrive in colDrives
    If fs.FileExists(objDrive.DriveLetter & ":\WIN51") Then strOEM = objDrive.DriveLetter & ":\OEM"
Next


to this
CODE
For Each objDrive in colDrives
    If fs.FileExists(objDrive.DriveLetter & ":\WIN51") Then strOEM = objDrive.DriveLetter & ":\install\vmware"
Next


That will allow it to run from the directory you want.
RogueSpear
Update - 20060215
Removed WinRAR
Updated DVD Identifier to V4.3.0
Updated QuickTime Alternative to V1.68


I'm removing the WinRAR installer because it doesn't come in a freeware version and it eventually times out if no purchase information is found. I'm leaving the Winamp installer and will continue to update it because Winamp can be use indefinately without the need to purchase it. Purchasing Winamp only activates more features.

I will not be posting anymore installers that either time out after a trial period. I never have posted installers that require purchase information to run right from the start (that is to say without a trial period). Please don't request that I post any such installers as I will not respond.
digital777
[RogueSpear]
Let me ask three quick things. Do you have or created an updated add on for win xp sp2 with the recently added 5 or so fixes for xp pro that they put out? Or can I find them somewhere and use that in addtion to like ryanvm's created one, for example?

Also
Do you have a site where I can download window media player 10 with the old fixes and the recently updated ms fixes?

Do you host a site or post the install add ons in this forum only. Thanx for the help and appreciate it.
RogueSpear
RyanVM should have a new version of his update pack within a week or so that will include the recently updated fixes. He also maintains a WMP10 addon that I'm sure he will also update with new hotfixes.

As far as these postings here - I have started to post them over at Ryan's web site. With the tenuous situation regarding the Application Installs forum, I don't know how long things will last here.
godan
first off i would like to say thank you for all your installers so far, i use a bunch of them and they work great. second i just have one request, would it be possible for you to make an xvid codec installer like your realplayer and quicktime ones where it installs to %windir%/program files/multimedia/xvid/ and all desktop shortcuts and startmenu crap is removed? if you dont use it thats thats fine i understand you dont really want to bother with things you dont use, but if not what do you use in place of it? thx in advance either way.
RogueSpear
AutoGordianKnot installs XviD which is why I've never made an installer for it. If you'd like just XviD, Siginet made an installer for that which he posted over at RyanVM's site. I don't know what he's done with it regarding desktop and start menu shortcuts however.
godan
thank you much for the info i'll look into that pack.
`Felix`
QUOTE (RogueSpear @ Feb 16 2006, 06:14 AM) *
Update - 20060215
Removed WinRAR

I'm removing the WinRAR installer because it doesn't come in a freeware version and it eventually times out if no purchase information is found. I'm leaving the Winamp installer and will continue to update it because Winamp can be use indefinately without the need to purchase it. Purchasing Winamp only activates more features.

Is your install in an addon to RVM's integrator? If so can i download it from you as i do have a registered version of WinRAR and would like to add it biggrin.gif
RogueSpear
I didn't remove it so that I could then send it out on a per request basis.
T$unami
I dont know if it just me or does Quicktime 1.68 seem to be broken?

Your 1.67 installs and plays fine, but 1.68 just gives me failed to render file.

cheers
RogueSpear
This is one of the reasons I was putting off releasing 1.68. It's based on QuickTime 7.0.4. Apparently apple released a downgrade utility they had so many complaints. Hopefully there will be a 1.69 before too long. I don't even have a trace of 1.67 anymore.
RogueSpear
Hey I did find the old installer for 1.67 and uploaded it. The link for the switchless silent installer is now actually 1.67. I'll revert the description and update the msi and addon links tommorow, but for now I just have to go to bed.
`Felix`
QUOTE (RogueSpear @ Feb 17 2006, 08:27 AM) *
I didn't remove it so that I could then send it out on a per request basis.

Applogies, no offence was intended.
RogueSpear
Felix I didn't mean to be so short with you. It's been a very trying week for me and you wound up on the receiving end. But seriously, I took down the installer because I had some mixed feelings about putting out this installer for something that really doesn't have a free mode except for a very limited trial period. I just decided that I'm drawing the line to where the furthest I will take this stuff is something along the lines of Winamp, where it can be run for free indefinately and that's an intentional decision by the author.

And I'm also going to be going over the EULAs of everything else I posted here and will be removing anything that makes me nervous that I may somehow be putting myself in some kind of civil jeopardy. I just don't need that sort of grief. Especially when I'm not getting compensated for any of this.
muiz
quick alt. 1.68 runs fine.
muiz
real alternative 1.47

http://www.codecguide.com/download_real.htm
RogueSpear
muiz I'm well aware of when updates are released. I've got a subscription list about a mile long at both FileForum and Softpedia.
RogueSpear
Update - 20060225
Added Microsoft Web Services Enhancements V2.0 SP3 and V3.0 (multi-installer)
Updated InstallShield Script Engine to include V10.5
Updated Paint.NET to V2.6
Updated Real Alternative to V1.47
Updated SyncBack to V3.2.10.0
Updated Winamp to V5.2

Additionally, I made available QuickTime Alternative V1.67 since there are quite a few people (me included) who are having difficulties with V1.68. I believe the problems with V1.68 stem from Apple's crappy V7.0.4 release of QuickTime. So anyway, both V1.67 and V1.68 are available for download.
godan
Thank you much. I love your installers, and you are always so quick to update. Keep up the good work.
muiz
QUOTE (RogueSpear @ Feb 24 2006, 02:54 AM) *
muiz I'm well aware of when updates are released. I've got a subscription list about a mile long at both FileForum and Softpedia.

who doesnt

Next time i put request in front. when i request something newwink.gif

thx for the updates.
Shigadeyo
Any plans to make MSI installers for:
  • Notepad++ - <a href="http://notepad-plus.sourceforge.net/" target="_blank">http://notepad-plus.sourceforge.net/</a>
  • Azureus - <a href="http://azureus.sourceforge.net/" target="_blank">http://azureus.sourceforge.net/</a>
  • Tor - <a href="http://tor.eff.org/" target="_blank">http://tor.eff.org/</a>
  • Privoxy - <a href="http://www.privoxy.org/" target="_blank">http://www.privoxy.org/</a>
  • CutePDF Writer - <a href="http://cutepdf.com/Products/CutePDF/writer.asp" target="_blank">http://cutepdf.com/Products/CutePDF/writer.asp</a>
  • PrimaPDF - <a href="http://www.primopdf.com/" target="_blank">http://www.primopdf.com/</a>
Just curious. I have also been trying to create and perfect (before postined) some of my own MSI installers.

Thanks for all of your great work!
RogueSpear
@Shigadeyo, I hate to say it but probably no. I have so much going on right now that it's a struggle just to keep up with what's here already. Besides the installers here, I also have to maintain as least as many which I don't post. These are mostly commercial apps or proprietary programs for work or clients. At some point soon something is going to have to give and unfortunately new titles here is probably going to be first. Also updates to existing titles may not show up here the week they're released from the developer either.

Luckily some others here at MSFN have started to release more and more installers, most notably Shark007. He's been putting out some really excellent work lately.
DJ_Datte
Hey people!

I have downloaded some of the stuff from this thread, and it has really helped me!


RogueSpear, I have a request, is it at all possible to make the Daemon 4.03HE
install to the old Daemon 3.xx directory, C:\Program Files\D-Tools ?

It would help me hugely !

Thankyou kindly,
DJ
coucou
Hi Rogue,

Thank you for all your installers so far, i use a few of them and they work 100% biggrin.gif biggrin.gif biggrin.gif .

I just have one question: Do you plan an Unattended install or Addon codecs pack which include the most used codecs, like the suggested and non exhaustive list bellow???
CODE
DivX
XviD
Windows Media 8, 9, 10
Cyberlink 6
MKV
QuickTime
Real
Elecard MPEG 2
Ligos Indeo XP
Intel Indeo
MS MPEG-4
On2 VP6
Fraunhofer
WMA DirectShow
VobSub
AC3 Filter
Ogg Vorbis
GSpot


Regards
coucou
RogueSpear
@coucou, I have up QuickTime and Real Alternatives, FFDShow, and AutoGK (which contains XviD among other things). That's about as far as I'm going with it. The only thing additional I'm working on is the DivX web player.
Shigadeyo
QUOTE (RogueSpear @ Feb 27 2006, 06:16 PM) *
@Shigadeyo, I hate to say it but probably no. I have so much going on right now that it's a struggle just to keep up with what's here already. Besides the installers here, I also have to maintain as least as many which I don't post. These are mostly commercial apps or proprietary programs for work or clients. At some point soon something is going to have to give and unfortunately new titles here is probably going to be first. Also updates to existing titles may not show up here the week they're released from the developer either.

Luckily some others here at MSFN have started to release more and more installers, most notably Shark007. He's been putting out some really excellent work lately.


No problem. I understand completely. Thanks for all you have done thusfar and keep up the good work!
RogueSpear
Update - 20060228
Added Desktop Sidebar V1.05.111
Removed Macromedia Shockwave Player

There were some problems with the Shockwave installer so I removed it until I have a chance to look it over and fix it. In the meantime I'm sure there are plenty of other Shockwave installers out there.
muiz
QUOTE (Shigadeyo @ Feb 27 2006, 11:13 PM) *
Any plans for:
  • Notepad++ - <a href="http://notepad-plus.sourceforge.net/" target="_blank">http://notepad-plus.sourceforge.net/</a>
  • Azureus - <a href="http://azureus.sourceforge.net/" target="_blank">http://azureus.sourceforge.net/</a>
  • Tor - <a href="http://tor.eff.org/" target="_blank">http://tor.eff.org/</a>
  • Privoxy - <a href="http://www.privoxy.org/" target="_blank">http://www.privoxy.org/</a>
  • CutePDF Writer - <a href="http://cutepdf.com/Products/CutePDF/writer.asp" target="_blank">http://cutepdf.com/Products/CutePDF/writer.asp</a>
  • PrimaPDF - <a href="http://www.primopdf.com/" target="_blank">http://www.primopdf.com/</a>
Just curious. I have also been trying to create and perfect (before postined) some of my own MSI installers.

Thanks for all of your great work!

azureus

http://rapidshare.de/files/13145123/Progra...zureus.cab.html
Shigadeyo
QUOTE (muiz @ Feb 28 2006, 04:20 PM) *
QUOTE (Shigadeyo @ Feb 27 2006, 11:13 PM) *

Any plans for:
  • Notepad++ - <a href="http://notepad-plus.sourceforge.net/" target="_blank">http://notepad-plus.sourceforge.net/</a>
  • Azureus - <a href="http://azureus.sourceforge.net/" target="_blank">http://azureus.sourceforge.net/</a>
  • Tor - <a href="http://tor.eff.org/" target="_blank">http://tor.eff.org/</a>
  • Privoxy - <a href="http://www.privoxy.org/" target="_blank">http://www.privoxy.org/</a>
  • CutePDF Writer - <a href="http://cutepdf.com/Products/CutePDF/writer.asp" target="_blank">http://cutepdf.com/Products/CutePDF/writer.asp</a>
  • PrimaPDF - <a href="http://www.primopdf.com/" target="_blank">http://www.primopdf.com/</a>
Just curious. I have also been trying to create and perfect (before postined) some of my own MSI installers.

Thanks for all of your great work!

azureus

http://rapidshare.de/files/13145123/Progra...zureus.cab.html


Thanks. However, I am looking for MSI installers.
muiz
never saw a .msi version of azureus no.gif

in the .cab file i posted is a switchless installer , extract it with winrar.
RogueSpear
Update - 20060228
Updated Windows Live Messenger to V8.0.0566
muiz
|REQUEST|

Microsoft .NET Framework 2.0 Language Pack: x86 (KB829019)

2.0 Langpack
godan
I really dont mean to put words in his mouth but I do belive he said he really wouldnt make any custom releases. He just does this for his own use and is nice enough to post his work here for us incase we might ahve a use for it, which many of us do.
muiz
............................

1 word : READ first
RogueSpear
QUOTE (RogueSpear @ Nov 1 2005, 08:30 PM) *
Where possible I stripped out all non-English support files in the interest of smaller file sizes. If you require non-English language support then these installers are not for you.
This is from post #1 in this thread. So I don't see why on earth I would go out of my way to make an installer for a "language pack".

QUOTE (RogueSpear @ Feb 27 2006, 06:16 PM) *
I have so much going on right now that it's a struggle just to keep up with what's here already. Besides the installers here, I also have to maintain as least as many which I don't post. These are mostly commercial apps or proprietary programs for work or clients. At some point soon something is going to have to give and unfortunately new titles here is probably going to be first. Also updates to existing titles may not show up here the week they're released from the developer either.
I just made this post less than a week ago. There are other posts in this thread that I have made where I clearly stated that I will not be taking any requests. Not trying to be an jerk, just the simple fact that I'm way overextended as it is.

QUOTE
I really dont mean to put words in his mouth but I do belive he said he really wouldnt make any custom releases. He just does this for his own use and is nice enough to post his work here for us incase we might ahve a use for it, which many of us do.
@godan, I couldn't have asked anyone to explain it better.

QUOTE
Is a windows update , but gues your to stupid to figure that out.
@muiz, so what are you looking to get banned for a second time?
muiz
Its not up to him whatever i request or not.
This has nothing to do with personal requests , next time FIRST READ before yell things like that.


Next time just say "No i cant , or will not do your request"
That saves things like this.
RogueSpear
QUOTE (muiz @ Mar 2 2006, 07:54 PM) *
And since when are you a mod here ?


I wasn't threatening to ban you, as I obviously don't have the capability to do that. I don't have the desire to do that either. Just a little friendly advice as that type of personal attack is exactly what got you booted the first time around.

And who was yelling anything besides you?
muiz
Sorry while you posted i edited my post.
Saw it when i posted it again....
Dumpy Dooby
The link for Windows Live Messenger cab file seems to be broken.
RogueSpear
QUOTE (Dumpy Dooby @ Mar 2 2006, 11:30 PM) *
The link for Windows Live Messenger cab file seems to be broken.


Did you actually mean the .msi file? The cab addon seems fine, but the .msi file link was pooched. All fixed now though. Thanks for the heads up.
RogueSpear
Update - 20060303
Added DivX Web Player V1.0
av8tor
HI RogueSpear,

I just wanted to say thanks for all of the hard work!!!!!

thumbup.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.