GDragoN Posted September 26, 2004 Share Posted September 26, 2004 Hi,Well, the solution is in using the T-12 point and cmdlines.txt. Here it is:In the cmdlines.txt:[COMMANDS]"daemontools.cmd"Create daemontools.cmd, and put in this:START /wait %systemdrive%\install\DaemonTools\daemon.msi /quiet /passive /qn /norestart REBOOT=ReallySuppressEXITPut both files in $OEM$ folder, and it is done. When the installation starts, it takes some time (around a minute or so). Just wait until it finishes, it will work OK.Millan Link to comment Share on other sites More sharing options...
atlas95 Posted October 9, 2004 Share Posted October 9, 2004 Thx a lot guy !!! Link to comment Share on other sites More sharing options...
ran Posted October 9, 2004 Share Posted October 9, 2004 Ummm...are you saying that installing the .msi via RunOnceEx won't work?Was close to burning the final CD here.....<gulp> Link to comment Share on other sites More sharing options...
GDragoN Posted October 9, 2004 Author Share Posted October 9, 2004 Hi,this is the only way to do it and to have driver for SCSI virtual drive installed. If you use RunOnceEx, you will get New Hardware Wizard to install driver. You can make a small change and use CMDOW program (copy it in System32 folder in $$). Changed code:cmdow @ /HID@Echo OffSTART /wait %systemdrive%\install\DaemonTools\daemon.msi /quiet /passive /qn /norestart REBOOT=ReallySuppressEXITThis way you will not even see the window that installs the program and the driver.Millan Link to comment Share on other sites More sharing options...
SiMoNsAyS Posted October 9, 2004 Share Posted October 9, 2004 from runonce still works if you use nlite to remove the update driver from web prompt. this has already discussed before and there is a guide somewhre Link to comment Share on other sites More sharing options...
Drac0 Posted October 10, 2004 Share Posted October 10, 2004 from runonce still works if you use nlite to remove the update driver from web prompt. this has already discussed before and there is a guide somewhre I've tried it that way before using [GuiRunOnce] but still the driver search comes up. Running the install @ T-12 is the only solution I've found for a totally silent install. The method works with both Daemon Tools & Alchohol 120%.I actually try to install most of my programs at T-12, all though there are a few that won't work properly from there. It just trial & error. Link to comment Share on other sites More sharing options...
SiMoNsAyS Posted October 10, 2004 Share Posted October 10, 2004 i don't recommend cmdlines for those programs, install a driver when registry hives aren't still finished... anyway for me works perfect that way, i also added some no-driver-updates prompts to my regtweaks file and always worked flawlessly Link to comment Share on other sites More sharing options...
lilweirddude Posted October 10, 2004 Share Posted October 10, 2004 i install daemon tools without that hardware wizard popping up, it only happens after alcohol 120% Link to comment Share on other sites More sharing options...
swampy Posted October 16, 2004 Share Posted October 16, 2004 i install daemon tools without that hardware wizard popping up, it only happens after alcohol 120%How do you stop the wizard? Link to comment Share on other sites More sharing options...
ICANIT Posted October 17, 2004 Share Posted October 17, 2004 I install Daemon tools 3.47 from RunonceEx like this :Daemon347.msi /qn reboot=suppressI have no popups at all.btw you can use daemontools in scripts too :Daemon -mount 0, "path-to-cue-file"andDaemon -unmount 0, Link to comment Share on other sites More sharing options...
a06lp Posted October 17, 2004 Share Posted October 17, 2004 any codes to uncheck default options like "autostart" and "automount"? Link to comment Share on other sites More sharing options...
vondaher Posted October 28, 2004 Share Posted October 28, 2004 Try this in the regtweaks.reg for the disturbing windows driver update:[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]"DontSearchWindowsUpdate"=dword:00000001"DontPromptForWindowsUpdate"=dword:00000001Does this help?Grtz!vondaher Link to comment Share on other sites More sharing options...
Acheron Posted November 30, 2004 Share Posted November 30, 2004 Why do you guys use start /wait in batch files?At least during Windows XP Setup all my batches run fine without adding start /wait. Also with this one on T13. I'm using Windows XP Professional SP2:cmdow @ /HID@echo off%systemdrive%\install\DaemonTools\daemon.msi /quiet /passive /qn /norestart REBOOT=ReallySuppressEXIT Link to comment Share on other sites More sharing options...
ic0dk0c00 Posted December 1, 2004 Share Posted December 1, 2004 I can't get it to install without it asking for SCSI drivers. So I was thinking can the drivers be installed first? Link to comment Share on other sites More sharing options...
SyKik Posted December 4, 2004 Share Posted December 4, 2004 odd. swear i used a reg tweak to remove the web prompt, and it worked silently on my virtual machinebut for some reason when i actually used it on a real machine it prompted me for the SCSI drivers...yeah got a point...is it possible to integrate the SCSI drivers that DT uses? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now