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
RogueSpear
I did have an installer up for both Microsoft AntiSpyware and for Windows Defender, but I made a decision that I'm not going to distribute any installers that require a WGA check in order to download from Microsoft. I just don't need the grief. Besides that I think Microsoft would have frowned upon how I managed to make Windows Defender installable from svcpack.inf (you can't normally).

The installers that I have on here now will get updated when I'm able to do so. Any spare time that I have outside of work and clients has been spent lately programming. The other thing is that repacking apps is very mouse and keyboard intense and I've been having a great deal of problems lately with my right arm.

Crap Cleaner is definately at the top of my list however.
MGadAllah
RogueSpear
=========
Does THANKS = to your work
I do not think so
But english does not have another word to express what I would like to say
So you can imagine what I want to say
I spent more then three months trying to use runonce or wpi but always failed and finally you make the add on that I will use with nLite
I used to be a staff admin for one of torrent site, and it was eating my time very fast and I find nothing left for family,...etc
so I clearly understand your decision to give up, but you already left a great work behind
Thanks again

===
Mohamed
tijnz
Thank you very much!
ZileXa
(wrong post)
ScOOt3r
Can anyone tell why when i intergrate OpenOffice2.cab it wont install when i install windows? I use RVM Intergrator to add, is this maybe the problem.

Would really like this to work


ScOOt3r!
Vampik
QUOTE (RogueSpear @ Jan 30 2006, 03:50 PM) *
QUOTE (muiz @ Jan 30 2006, 01:30 AM) *

Is it possible to install Daemontools to his normal direction?
And it doesnt autostart anymore sad.gif
Can i change this myself with your installer?


You can always decompress the installer and edit the script yourself if you want it to install to the default. And I specifically stated that I turned off autostart. Just enable it, or again, edit the script to not disable it.


I also want Daemon Tools to install to its default directory. But I cannot decompress the installer - it asks for a passphrase.
cancerface
@Vampik
You could try to create your own installer according to this post newwink.gif
CF
MGadAllah
QUOTE (RogueSpear @ Nov 2 2005, 03:30 AM) *
Desktop Sidebar V1.05.111 .msi installer .cab Addon
Home Page:http://www.desktopsidebar.com
File size: 9.62MB
MD5: D71D59054E2564F171331DC3F6399A38
MD5: 9A97350FC0E41A676187F2C1B8079920
MD5: 2D789C1B44B569E9E2EFA6BDAF98C6E8
Install from: svcpack.inf
Installs to: %PROGRAMFILES%\Utilities\Desktop Sidebar
Shortcut: Programs\Utilities
Last updated: 20060228
Notes: I simply love this program and have been a faithful user for about two years now. I've added quite a bit to this installer. Extra skins: Aero Style (Glass Mistic), BMF, Concrete, Glass Black, Glass Blue, Homestead, IM contest, InspiratSE, LonghornNature, LonghornNature Blue, MetallicShades (Blue, Green, Purple, Red, All Blue, All Green, All Purple, All Red), OpusOS (Blue, Deep, Green, Olive), Royale_Black_Knight_Compact, Royale_Luna_Compact, XPMC, and XPMC Induztry. Extra plugins: AlarmPanel, BatteryMonitor Performance Ticket, DSCalculator, DSiTunes Controller, DSMixer, DSMPC (Media Player Classic) Controller, DSShutdown, FlashPlayer, FTPUploader, HowLongUntil, IPPanel, KeyboardState, Magnifier, MailNotifier, PrinterQueue, RecycleBin, ScreenSaverController, SpeedFan Performance Ticket, SportsCaster, Sudoku, Thumbnail, UserTitle, and Wireless Performance Ticket. Requires .NET V1.1 or greater to run. Also, if you do not have SpeedFan installed, don't try to run the SpeedFan performance ticket.

I've realize that many members failed to let that lovely tool work
Thanks for Kelsenellenelvian, because he is the one who did it,
so thanks for you Kelsenellenelvian and all credit back to him, where credit is due
here is what I did:
Downloaded sidebarb115.exe from the website:
http://www.desktopsidebar.com/files/sidebarb115.exe
Using 7zip to extract the source then use only the file DesktopSidebar.msi with the switch
DesktopSidebar.msi /qn
and DONE
Thanks
RogueSpear
Update - 20060630
Added Paint.NET V2.63
Removed MSN Messenger 7.5 due to obsolescence
Updated Adobe Reader to V7.0.8
Updated Crap Cleaner to V1.30.310
Updated OpenOffice.org to V2.0.3


I'll be attempting to update as many of the installers as I can this weekend. No promises though. Somewhere in this thread someone was looking for the source to the AutoIT scripts for the DAEMON Tools V4 installers. I erroneously told them to decompile the installers, forgetting I had protected them (for what reason I do not know). I came across the script files so here is the code:

CODE
#NoTrayIcon
Opt("TrayIconHide", 1)
FileInstall("SPTDinst.exe", @WindowsDir & "\")
Run(@WindowsDir & "\SPTDinst.exe add")
WinWaitActive("SPTD setup V1.24", "This program will install SCSI Pass Through Direct")
ControlClick("SPTD setup V1.24", "This program will install SCSI Pass Through Direct", "Button1", 1, 1)
WinWaitActive("SPTD setup V1.24", "You need to reboot for changes to take effect.")
ControlClick("SPTD setup V1.24", "You need to reboot for changes to take effect.", "Button1", 1, 1)


CODE
#NoTrayIcon
Opt("TrayIconHide", 1)
FileInstall("C:\DAEMONTools.exe", "C:\DAEMONTools.exe")
Run(@ScriptDir & "\DAEMONTools.exe")
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Welcome to the DAEMON Tools 4.03 Setup Wizard")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Welcome to the DAEMON Tools 4.03 Setup Wizard", "Button2", 1, 1)
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "License Agreement")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "License Agreement", "Button2", 1, 1)
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Choose Components")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1017, 1, 1)
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1017, "{TAB}")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{DOWN}")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{SPACE}")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{DOWN}")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{SPACE}")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Components", "Button2", 1, 1)
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location", 1019, "C:\Program Files\CD-R\DAEMON Tools")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location", "Button2", 1, 1)
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard", "Button4", 1, 1)
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard", "Button2", 1, 1)
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "DAEMON Tools")
If FileExists (@ProgramsCommonDir & "\CD-R") Then
DirCreate (@ProgramsCommonDir & "\CD-R")
EndIf
FileCopy (@ProgramsCommonDir & "\DAEMON Tools\DAEMON Tools.lnk", @ProgramsCommonDir & "\CD-R\DAEMON Tools.lnk", 1)
DirRemove(@ProgramsCommonDir & "\DAEMON Tools", 1)

I can't be certain anymore that this was the final code because some of it looks idiotic (like if a directory exists then create it ?), but this is what I found.
RogueSpear
Update - 20060630
Updated KeePass Password Safe to V1.05
muiz
QUOTE
I'll be attempting to update as many of the installers as I can this weekend. No promises though. Somewhere in this thread someone was looking for the source to the AutoIT scripts for the DAEMON Tools V4 installers. I erroneously told them to decompile the installers, forgetting I had protected them (for what reason I do not know). I came across the script files so here is the code:


nice , now i can finaly add the default location instead of C:\Program Files\CD-R thumbup.gif
RogueSpear
QUOTE (muiz @ Jul 1 2006, 07:02 AM) *
nice , now i can finaly add the default location instead of C:\Program Files\CD-R thumbup.gif


I bet myself a million bucks you'd post that.
RogueSpear
Update - 20060701
Updated 7-Zip to V4.42
Updated FileZilla to V2.2.25
JuMz
Just wanted to say Thanks and letting you know that your work does not go unappreciated!
muiz
QUOTE (RogueSpear @ Jul 1 2006, 03:08 PM) *
QUOTE (muiz @ Jul 1 2006, 07:02 AM) *
nice , now i can finaly add the default location instead of C:\Program Files\CD-R thumbup.gif


I bet myself a million bucks you'd post that.

tongue.gif
RogueSpear
Ugh.. the laptop I do all this kind of stuff on got screwed (due a mistake on my part). So I need to reinstall from scratch and all that's going to take a while. More bad news - I was working on the latest version of Ethereal and it just doesn't want to repack at all. I'm guessing it's something to do with WinPcap 3.1. Just when I thought things were going smoothly...
Gen.Alexander
update for windows live messenger?
RogueSpear
Update - 20060705
Added Microsoft .NET Framework Runtimes All-in-One installer and addon
Added RogueSpear's Runtimes installer and addon
Updated Java2 Runtime Environment to V5.0 Update 7
Super-Magician
RogueSpear: How come I don't see anything in your main post past the InstallShield Script Engine entry? Is it because I'm using IE or something? Or am I looking in the wrong spot?

Also, CCleaner was unfortunately updated again (1.31.325).
RogueSpear
There is a size limit for individual posts with IPB. I don't know if the limitation here is administrator controlled or a limitation of IPB itself, but either way the post size limit is pretty generous. So I have three main posts in this thread with installers in them. Just scroll down a bit and you'll see the rest newwink.gif
Super-Magician
QUOTE
There is a size limit for individual posts with IPB. I don't know if the limitation here is administrator controlled or a limitation of IPB itself, but either way the post size limit is pretty generous. So I have three main posts in this thread with installers in them. Just scroll down a bit and you'll see the rest newwink.gif

Oh. whoops, duh! blushing.gif Sorry biggrin.gif!

BTW, ActiveSync was also updated (you probably know without my telling you anyway newwink.gif).
mazin
Thank you, RogueSpear, for 7-Zip V4.42!

Thanks for sharing your time and packs.
rado354
Thanks for the hard work!

Could you please fix this link:
http://www.earlymorninghours.net/Addons/Ro...l_2.1.1.325.cab

I think I will give AdminStudio a try... see if I will be able to create some nice cuztomized installers newwink.gif
Couldn't find any good manuals though...

Any chance of writing down the base steps on creating these great installers?
Or maybe making a short movie while creating one of them?

That would be just great yes.gif


Thanks once again for sharing your installers with us thumbup.gif
RogueSpear
I did make a tutorial for making these installers. It's not all encompassing, but it's a good start. Search the phrase "AdminSudio" in this forum and it should be in the top 10. And I'll check in the ieSpell link now. This is the first it's been reported to me as not working.
rado354
Excellent, it's here: http://www.msfn.org/board/index.php?showto...;hl=AdminStudio

Thanks once again thumbup.gif

BTW why do you avoid Firefox and Thunderbird? Or you just don't like/need them?
RogueSpear
Well I use Maxthon, not Firefox. I did use Firefox for about 9 months but I grew tired of it, tried Maxthon and never looked back. I don't use Thunderbird either. I either use Outlook, OWA, or Gmail.

BTW something must have distracted me when I updated ieSpell. It looks like it's the old version I have up, but I know I made an updated installer. It may be at work, so I'll check when I get back to the office tommorow.
RogueSpear
Update - 20060709
Updated Paint.NET to V2.64
Yurek3
CODE
Well I use Maxthon, not Firefox. I did use Firefox for about 9 months but I grew tired of it, tried Maxthon and never looked back. I don't use Thunderbird either. I either use Outlook, OWA, or Gmail.


RogueSpear

Try use Netscape 8.1

I did few weeks ago

Now I'm fine
RogueSpear
Update - 20060715
Updated DAEMON Tools V4.03HE to include the new SPTD V1.25. As with the previous release, a copy of SPTDinst.exe is left inside of %SystemRoot% should you need to uninstall the driver.

Also new is the first ScriptPack Addon. You can download the .cab Addon Pack for integration using the RyanVM Integrator. SPTD.exe will be integrated as any svcpack.inf based installer would be. 050_DAEMONTools.exe will be placed in \OEM where the ScriptPack will automatically pick it up for RunOnceEx processing.
RogueSpear
Update - 20060716
  • Updated Microsoft .NET Framework V1.1 SP1 (.zip Addon also available).
  • Removed Microsoft Visual J# V1.1 Redistributable.
  • Added Microsoft .NET Framework V1.1 SP1 and Visual J# V1.1 combo installer (.zip Addon also available).
  • Updated Microsoft .NET Framework V2.0 to install from svcpack.inf and also include KB917283 (.zip Addon also available).
  • Removed Microsoft Visual J# V2.0 Redistributable.
  • Added Microsoft .NET Framework V2.0 and Visual J# V2.0 combo installer (.zip Addon also available).
  • Added Microsoft .NET Framework All-in-One combo installer (.zip Addon also available). This installer includes V1.1 SP1 and V2.0 of the .NET Framework and V1.1 and V2.0 of the Visual J# Redistributables.
  • Updated the RogueSpear Runtimes Package to V1.1 (.zip Addon also available).
All of the .zip Addons require either the RyanVM Integrator V1.4 or nLite V1.01 in order to properly integrate. I removed the individual Visual J# installers because they each require their respective .NET Framework as a prerequisite. So instead I made combo installers, in almost every permutation imagineable, for you to chose from.
mrwrx
@ RogueSpear, mate the link to the "Microsoft .NET Framework All-in-One .zip Addon" coomes up "404 not found" can you fix it please
RogueSpear
QUOTE (mrwrx @ Jul 17 2006, 03:33 AM) *
@ RogueSpear, mate the link to the "Microsoft .NET Framework All-in-One .zip Addon" coomes up "404 not found" can you fix it please

Thanks for the notification on that. Hopefully that's the last of the bad links.
muiz
I cant edit the new daemontools , it says its not a autoit script.
How can i change this?
RogueSpear
I did not put in any password on the new Daemon Tools installers. And I specifically checked the box to allow for decompilation. You should be able to use the AutoIt tool to simply decompile each installer.

EDIT: Here are the scripts exactly as I wrote them:
CODE
#NoTrayIcon
Opt("TrayIconHide", 1)
FileInstall("SPTDinst.exe", @WindowsDir & "\")
Run(@WindowsDir & "\SPTDinst.exe add")
WinWaitActive("SPTD setup V1.25", "This program will install SCSI Pass Through Direct")
ControlClick("SPTD setup V1.25", "This program will install SCSI Pass Through Direct", "Button1", 1, 1)
WinWaitActive("SPTD setup V1.25", "You need to reboot for changes to take effect.")
ControlClick("SPTD setup V1.25", "You need to reboot for changes to take effect.", "Button1", 1, 1)

CODE
#NoTrayIcon
Opt("TrayIconHide", 1)
FileInstall("DAEMONTools.exe", @WindowsDir & "\")
Run(@WindowsDir & "\DAEMONTools.exe")
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Welcome to the DAEMON Tools 4.03 Setup Wizard")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Welcome to the DAEMON Tools 4.03 Setup Wizard", "Button2", 1, 1)
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "License Agreement")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "License Agreement", "Button2", 1, 1)
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Choose Components")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1017, 1, 1)
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1017, "{TAB}")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{DOWN}")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{SPACE}")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{DOWN}")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Components", 1032, "{SPACE}")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Components", "Button2", 1, 1)
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location")
ControlSend("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location", 1019, "C:\Program Files\CD-R\DAEMON Tools")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Choose Install Location", "Button2", 1, 1)
WinWaitActive("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard")
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard", "Button4", 1, 1)
ControlClick("DAEMON Tools 4.03HE (32 bit)", "Completing the DAEMON Tools Setup Wizard", "Button2", 1, 1)
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "DAEMON Tools")
If Not FileExists (@ProgramsCommonDir & "\CD-R") Then
DirCreate (@ProgramsCommonDir & "\CD-R")
EndIf
FileCopy (@ProgramsCommonDir & "\DAEMON Tools\DAEMON Tools.lnk", @ProgramsCommonDir & "\CD-R\DAEMON Tools.lnk", 1)
DirRemove(@ProgramsCommonDir & "\DAEMON Tools", 1)
If FileExists (@WindowsDir & "\DAEMONTools.exe") Then FileDelete (@WindowsDir & "\DAEMONTools.exe")
muiz
It still didnt work for me, but thx anyway thumbup.gif
I made my own

CODE
Run('DAEMONTools.exe')
WinWait("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")
If Not WinActive("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO") Then WinActivate("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")
WinWaitActive("DAEMON Tools 4.03HE (32 bit)","Welcome to the DAEMO")
Send("{TAB}{TAB}{ENTER}")
WinWait("DAEMON Tools 4.03HE (32 bit) ","Please review the li")
If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Please review the li") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Please review the li")
WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Please review the li")
Send("{TAB}{TAB}{ENTER}")
WinWait("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")
If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Choose which feature") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")
WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Choose which feature")
Send("{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")
WinWait("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")
If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")
WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")
If Not WinActive("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO") Then WinActivate("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")
WinWaitActive("DAEMON Tools 4.03HE (32 bit) ","Completing the DAEMO")
Send("{TAB}{TAB}{ENTER}")
WinWait("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")
If Not WinActive("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har") Then WinActivate("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")
WinWaitActive("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")
Send("{TAB}{SPACE}{TAB}{ENTER}")
WinWait("Wizard Nieuwe hardware gevonden","Met deze wizard kunt")
If Not WinActive("Wizard Nieuwe hardware gevonden","Met deze wizard kunt") Then WinActivate("Wizard Nieuwe hardware gevonden","Met deze wizard kunt")
WinWaitActive("Wizard Nieuwe hardware gevonden","Met deze wizard kunt")
Send("{TAB}{TAB}{ENTER}")
WinWait("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")
If Not WinActive("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har") Then WinActivate("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")
WinWaitActive("Wizard Nieuwe hardware gevonden","De wizard Nieuwe har")
Send("{ENTER}")


edit : dutch !
Now it runs fine
RogueSpear
@muiz, I'm just curious... do you mean my script didn't work? or decompiling the .exe file didn't work?
muiz
decompiling the .exe file didn't work , and yours doesnt install the driver , and it installs in a directory i dont want. blushing.gif
RogueSpear
I don't know what to tell you muiz, it installs perfectly for me. As far as decompiling the whole thing, I did check the box to allow decompiling. Perhaps there's a problem with the version of scite that I'm using.
turkish
thanks man
Solid_Snake
RogueSpear
Can you update TaskSwitchXP addon to latest version 2.0.10? Thanks newwink.gif
http://www.ntwind.com/software/taskswitchxp/download.html
muiz
QUOTE (RogueSpear @ Jul 21 2006, 02:33 AM) *
I don't know what to tell you muiz, it installs perfectly for me. As far as decompiling the whole thing, I did check the box to allow decompiling. Perhaps there's a problem with the version of scite that I'm using.

As far as i know i am using the latest version.
Maybe that is the problem
RogueSpear
Update - 20060723
Updated Crap Cleaner to V1.31.325
Updated RogueSpear's Runtimes Installer to V1.2
Updated SyncBack to V3.2.11
RogueSpear
Update - 20060723
Updated QuickTime Alternative to V1.71
Updated Real Alternative to V1.49


Note: If you downloaded the updates to Crap Cleaner or SyncBack shortly after they were posted, you should check your MD5's. If they don't match that means you should download them again. I had to fix them because I upgraded to AdminStudio 7.5 which apparently cannot deal with unadvertised shortcuts on it's own. I just knew when Macrovision bought out InstallShield that things would start to go down the crapper.
MGadAllah
QUOTE (RogueSpear @ Nov 2 2005, 04:30 AM) *
DAEMON Tools V4.03HE (w/ SPTD V1.25) .cab Addon
Home Page:http://www.daemon-tools.cc
File size: 2.26MB
MD5: 20A88E1DB1E0707B90355F10D9540A1E
MD5: FD3F5108030E82CDD07D9CF4CBBE9239
Install from: svcpack.inf and RunOnceEx
Installs to: %PROGRAMFILES%\CD-R\Daemon Tools
Shortcut: Programs\CD-R
Last updated: 20060715
Notes: Without getting the idea to first extract SPTDinst.exe from MHz, I never would have made this. I had essentially given up on the idea. This download contains two installers. The first one, SPTD.exe, should be installed from svcpack.inf. The second file, 050_DAEMONTools.exe, should be installed from RunOnceEx. If you follow these simple instructions, it will work. I have tested it. The SPTDinst.exe file that is used with the first installer is left inside %SystemRoot% in case you later need to uninstall the driver. Also, the registry entry to autorun the tray application has been removed, but you can easily enable it yourself when you first run the application. The .cab Addon Pack can be integrated using the RyanVM Integrator and the RunOnceEx setting will automatically be picked up if you use my ScriptPack. If you do not use the ScriptPack, then you will have to make arrangements for the RunOnceEx registry setting on your own.


If I add this to my unattended cd, will I need to do any thing else, because after I integrate it with RyanVM integrator I did not find it installed at all.

Thanks
RogueSpear
Update - 20060724
Added Wireshark V0.99.2 (replaces Ethereal)
Updated TaskSwitchXP to V2.0.10
Updated TrueCrypt to V4.2a
RogueSpear
Update - 20060724
Added FastStone Capture V4.2
Fixed all of the problems with the ieSpell links, versions, MD5s, etc.
Updated GrabIt to V1.6.2.940
RogueSpear
Update - 20060725
Updated FileZilla to V2.2.26a
Updated VirtualDub to V1.6.15 Build 24442
muiz
Microsoft ActiveSync 4.2

CODE
http://www.microsoft.com/downloads/details.aspx?FamilyID=7269173a-28bf-4cac-a682-58d3233efb4c&DisplayLang=en
RogueSpear
Update - 20060801
Updated FFDShow Decoder to 20060522
Updated ieSpell to V2.3.0 Build 264
Updated Microsoft ActiveSync to V4.2
Updated QuickTime Alternative to V1.72
Updated SyncBack to V3.2.12
RogueSpear
Update - 20060802
Updated Paint.NET to V2.70
Updated QuickTime Alternative to V1.73
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.