MSFN Forum: Daemon Tools Final Solution - MSFN Forum

Jump to content



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
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Daemon Tools Final Solution Rate Topic: -----

#1 User is offline   GDragoN 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 24-September 04

  Posted 26 September 2004 - 08:59 AM

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=ReallySuppress
EXIT


Put 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


#2 User is offline   atlas95 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 07-September 03

Posted 09 October 2004 - 07:54 AM

Thx a lot guy !!!

#3 User is offline   ran 

  • Junior
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 18-August 04

Posted 09 October 2004 - 10:59 AM

Ummm...are you saying that installing the .msi via RunOnceEx won't work?

Was close to burning the final CD here.....<gulp> :)

#4 User is offline   GDragoN 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 24-September 04

Posted 09 October 2004 - 01:53 PM

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 Off

START /wait %systemdrive%\install\DaemonTools\daemon.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress

EXIT


This way you will not even see the window that installs the program and the driver.

Millan

#5 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 09 October 2004 - 01:57 PM

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 ;)

#6 User is offline   Drac0 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 23-September 04

Posted 09 October 2004 - 07:22 PM

SiMoNsAyS, on Oct 10 2004, 05:57 AM, said:

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.

#7 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 09 October 2004 - 10:40 PM

i don't recommend cmdlines for those programs, install a driver when registry hives aren't still finished... :unsure:
anyway for me works perfect that way, i also added some no-driver-updates prompts to my regtweaks file and always worked flawlessly

#8 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 10 October 2004 - 08:46 AM

i install daemon tools without that hardware wizard popping up, it only happens after alcohol 120%

#9 User is offline   swampy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 92
  • Joined: 26-January 04

Posted 15 October 2004 - 10:25 PM

Quote

i install daemon tools without that hardware wizard popping up, it only happens after alcohol 120%


How do you stop the wizard?

#10 User is offline   ICANIT 

  • WPI Advanced user
  • Group: Members
  • Posts: 42
  • Joined: 24-September 04

Posted 17 October 2004 - 05:07 AM

I install Daemon tools 3.47 from RunonceEx like this :

Daemon347.msi /qn reboot=suppress

I have no popups at all.

btw you can use daemontools in scripts too :

Daemon -mount 0, "path-to-cue-file"

and

Daemon -unmount 0,

#11 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 17 October 2004 - 07:04 AM

any codes to uncheck default options like "autostart" and "automount"?

#12 User is offline   vondaher 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 11-August 04

Posted 28 October 2004 - 08:49 AM

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:00000001


Does this help?

Grtz!

vondaher

#13 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 30 November 2004 - 05:19 PM

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=ReallySuppress
EXIT


#14 User is offline   ic0dk0c00 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 27-July 04

Posted 01 December 2004 - 02:08 PM

I can't get it to install without it asking for SCSI drivers. So I was thinking can the drivers be installed first?

#15 User is offline   SyKik 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 24-March 04

Posted 04 December 2004 - 12:46 PM

odd. swear i used a reg tweak to remove the web prompt, and it worked silently on my virtual machine

but 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?

#16 User is offline   Radimus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 309
  • Joined: 14-June 04

Posted 04 December 2004 - 01:16 PM

when I install via runonceex, it just goes right on through without asking...

#17 User is offline   galvanocentric 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 31-August 04

Posted 04 December 2004 - 03:12 PM

hp38guser, on Nov 30 2004, 05:19 PM, said:

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=ReallySuppress
EXIT

Windows can't run thirty programs at once, even at ten installations it begins to lag noticabily.
This "should" prevent it, and does to a degree. Only with crappy installer systems like Wise do things get fouled up.

#18 User is offline   Radimus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 309
  • Joined: 14-June 04

Posted 06 December 2004 - 12:31 PM

any help with the awxdtools installer?

#19 User is offline   gon freecs 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 25-August 04

Posted 06 December 2004 - 01:15 PM

Radimus, on Dec 6 2004, 12:31 PM, said:

any help with the awxdtools installer?

you could try with vbs or autoit scripts

#20 User is offline   sonica 

  • Junior
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 01-September 04

Posted 19 December 2004 - 03:38 AM

hi..

where i can find daemon tools 3.47 msi?

i'm only able to find exe version on official site and i'm not able to extract it with winrar


thanks

sonica

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy