GDragoN Posted September 26, 2004 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
ran Posted October 9, 2004 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>
GDragoN Posted October 9, 2004 Author 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
SiMoNsAyS Posted October 9, 2004 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
Drac0 Posted October 10, 2004 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.
SiMoNsAyS Posted October 10, 2004 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
lilweirddude Posted October 10, 2004 Posted October 10, 2004 i install daemon tools without that hardware wizard popping up, it only happens after alcohol 120%
swampy Posted October 16, 2004 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?
ICANIT Posted October 17, 2004 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,
a06lp Posted October 17, 2004 Posted October 17, 2004 any codes to uncheck default options like "autostart" and "automount"?
vondaher Posted October 28, 2004 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
Acheron Posted November 30, 2004 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
ic0dk0c00 Posted December 1, 2004 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?
SyKik Posted December 4, 2004 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now