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

#41 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 20 June 2005 - 12:01 PM

suggestion:

how about trying slysoft VirtualCloneDrive?

then use an Autoit to install it.

just my 2 cents


#42 User is offline   Jedi82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 191
  • Joined: 08-May 04

Posted 20 June 2005 - 12:09 PM

i will take a look but i'm heavy interessed about dtools!:)

#43 User is offline   daphy 

  • Group: Members
  • Posts: 2
  • Joined: 04-November 03

Posted 06 July 2005 - 06:23 AM

problem solved and if -> how :)

#44 User is offline   ClauSoft 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 18-May 04

Posted 04 September 2005 - 02:21 PM

Still the problem with 'New Hardware Found'...of course, I've disabled the Windows Update search for the drivers...but still...maybe an AutoIT to press the 'next' buttons? :)

#45 User is offline   Kapo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 07-September 05

Posted 02 October 2005 - 07:19 AM

this problem of the new hardware found is really crap.

Anyone have found the solution?

#46 User is offline   WotC 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 29-January 05

Posted 02 October 2005 - 10:31 AM

i had the same problem the first few times i tried to uai DT. however, now im using

Daemon_Tools.msi /qb /passive /norestart

without a popup window or any problems...

#47 User is offline   Kapo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 07-September 05

Posted 03 October 2005 - 03:00 PM

i've modified an autoit script found in this site
and now daemon tools installs without prompting.
But i don't know where upping the file.

#48 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 03 October 2005 - 03:21 PM

:hello:

This is the way I do complete silent with a batch file:

@Echo off
Echo DaemonTools v3.47
Echo Even wachten
%systemdrive%\Install\Apps\Daemon\DaemonTools.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress
Copy /Y %systemdrive%\Install\Apps\Daemon\1043.dll "%systemdrive%\Program Files\D-Tools\Lang"
EXIT

second command is the Dutch language file what has to copied

:thumbup

#49 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 03 October 2005 - 09:49 PM

It starting to do this after ryanvm update pack :(

Alcohol 120% does the same.

@tresans your way does not work ! It installs silent but still found new hardware.
this was the way i was already using :}

This post has been edited by muiz: 03 October 2005 - 09:53 PM


#50 User is offline   Nucleus 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 15-February 05

Posted 04 October 2005 - 03:39 AM

Nero ImageDrive does the same thing as DaemonTools.

#51 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 04 October 2005 - 05:19 AM

muiz, on Oct 3 2005, 09:49 PM, said:

It starting to do this after ryanvm update pack  :(

Alcohol 120% does the same.

@tresans your way does not work ! It installs silent but still found new hardware.
this was the way i was already using  :}
<{POST_SNAPBACK}>



Very weird

I have also slipsteamed Ryanvm's update pack,I know i got problems if I first install Alcohol120% then Daemon tools (dont know why),so I first install Daemon tools and after this Alcohol this is going completely silently with a batch file .

My alcohol batch file:

[CODE]@echo off
Echo Alcohol 120% 1.9.5.3105
Echo even wachten
%systemdrive%\Install\Apps\Alcohol120\setup.msi /qn reboot=ReallySuppress driver0=a348bus driver1=a348scsi
EXIT

regards

#52 User is offline   codeblue 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 14-July 03

Posted 04 October 2005 - 08:03 AM

Quote

tresans
%systemdrive%\Install\Apps\Alcohol120\setup.msi /qn reboot=ReallySuppress driver0=a348bus driver1=a348scsi

Havent seen the driver switches in the install line before.. Are there others, for example a way NOT to install starwind?

#53 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 04 October 2005 - 02:40 PM

codeblue, on Oct 4 2005, 08:03 AM, said:

Quote

tresans
%systemdrive%\Install\Apps\Alcohol120\setup.msi /qn reboot=ReallySuppress driver0=a348bus driver1=a348scsi

Havent seen the driver switches in the install line before.. Are there others, for example a way NOT to install starwind?
<{POST_SNAPBACK}>



check this out:

http://www.msfn.org/...showtopic=50210

#54 User is offline   codeblue 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 14-July 03

Posted 05 October 2005 - 02:59 AM

Yea i saw that thread, i just thought there maybe a switch in the command line like this:

Quote

%systemdrive%\Install\Apps\Alcohol120\setup.msi /qn reboot=ReallySuppress driver0=a348bus driver1=a348scsi Starwind=DISABLE


#55 User is offline   embe 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 04-August 06

Posted 30 August 2006 - 03:40 PM

***DELETED***

This post has been edited by embe: 31 August 2006 - 11:26 AM


#56 User is offline   embe 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 04-August 06

Posted 31 August 2006 - 05:34 AM

***DELETED***

This post has been edited by embe: 31 August 2006 - 11:27 AM


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