MSFN Forum: HOW TO: Install Daemon Tools Optimized - 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
  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

HOW TO: Install Daemon Tools Optimized Rate Topic: -----

#1 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 08 August 2004 - 03:50 PM

Guide Updated Oct/21/2004
added the ability to make the iso name same as the folder - Credits goto
hotdogee
for the idea!
Thanks to GreenMachine For the Idea (as shown here)
Added the ability to have iso's with spaces mounted
Fixed a Typo (nothing major)

i decided to do this because i was bored :rolleyes:

lets begin:

start daemon tools .exe
goto start > run > type: %tmp% [press ENTER]
copy the .msi to your desktop for now

next copy this into a .txt file & rename it .inf
[Version]
Signature=$CHICAGO$

[DefaultInstall]
AddReg = CDImage
AddReg = Mount
DelReg = Daemon

[CDImage]
HKCR,"Folder\shell\MakeBootISO\command",,,"CDIMAGE.EXE -LBootable -YD -N -H -X -B%11%\xpBoot.img -OCI -M -D %here% %target%"
HKCR,"Folder\shell\MakeDataISO\command",,,"CDIMAGE.EXE -LDATA -YD -N -H -X -O -M -D %here% %target%"

[Mount]
HKCR,".ISO",,,"ISO_Image"
HKCR,".CUE",,,"ISO_Image"
HKCR,".CCD",,,"ISO_Image"
HKCR,".BIN",,,"ISO_Image"
HKCR,"ISO_Image\Shell\Mount\Command",,,"%16422%\D-Tools\daemon.exe" -mount 0",""%1"

[Daemon]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","DAEMON Tools-1033"

[Strings]
here = """%1"""
target = """%1.iso"""

REQUIREMENTS for the .inf file to work
CDIMAGE.exe
xpboot.img
both must be placed in the System32 directory
(to do that i suggest placing them in $OEM$\$$\System32 so they are automatically copied)
(both files come in CD Image Pro available on http://unattended.msfn.org )

heres a brief explanation about the above..
[CDImage]
when u rightclick a folder you will have 2 context menu (right click menu) entries.. MakeDataISO & MakeBootISO
both of the images will place an entry in %systemdrive% (usually C:\) called either DataISO or BootISO (previous entries will be overwritten)

[mount]
when u rightclick an image file (.iso;.bin;.cue;.ccd) u will have an option to Mount your iso in a virtual drive (by default this uses 1 virtual drive)

[Daemon]
removes daemon tools from starting up auto.. we dont need the tray icon because we're making this instead :D
Note: your language code maybe different then 1033 so check the startup entry 2 make sure

[strings]
i like to use strings as much as possible to keep the code neat & this was the only way i could get the %1 to work :D

next u need DaemonScript.exe
(extract the .msi file same as u did for daemontools, name it DaemonScript.msi)
next.. u can either make this script inside DaemonScript or use the 1 i have here..
Version|1.5.3|2|
DeviceCount|1|

change DeviceCount|1| from 1-4 depending on the # of virtual drives u want..
save it as DaemonDriveInstall.DaemonScript (name it anything u want just make sure it ends in .DaemonScript)


next.. place
DaemonScript.msi
DaemonTools.msi
DaemonDriveInstall.DaemonScript
DaemonTools.inf
all in the same directory $OEM$\$1\Install\Apps\DaemonTools

in your .cmd/.bat file place the following
start /wait %systemdrive%\Install\Apps\DaemonTools.msi /qn Reboot=ReallySuppress
start /wait %systemdrive%\Install\Apps\Daemonscript.msi /qn Reboot=ReallySuppress
start /wait %systemdrive%\Install\Apps\DaemonDriveInstall.DaemonScript
rundll32 setupapi,InstallHinfSection DefaultInstall 128 %systemdrive%\Install\Apps\DaemonTools\DaemonTools.inf


done! hope this is of some help to someone :)

EDIT: any questions,comments,concerns ask away
EDIT2: fixed a bug where names with spaces wouldnt make iso


#2 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 08 August 2004 - 04:17 PM

Nice guide.

Still, I need the automount trick.

#3 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 08 August 2004 - 04:24 PM

Quote

Nice guide.
thanks :)

Quote

Still, I need the automount trick.

automount trick? i wasnt aware of this.. enlighten me & maybe ill throw it in the guide too :rolleyes:

EDIT: nvm.. i know what u mean :D ill look into it :D
EDIT2: what exactly does it do.. when i enable/disable it i dont notice anydifference (keeps tinkering)
EDIT3: found out what it does.. gimme about 20 mins.. i should have something
EDIT4: it appears its writing a hex code in registry..
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\d346bus\Cfg]
i dont know of anyway 2 make that customizable sorry

#4 User is offline   Sajbar 

  • Group: Members
  • Posts: 2
  • Joined: 08-August 04

Posted 08 August 2004 - 04:39 PM

MCT, on Aug 8 2004, 03:50 PM, said:

start daemon tools .exe
goto start > run > type: %tmp% [press ENTER]
copy the .msi to your desktop for now

by this you mean the setup file for daemon tools right?

and if I don't want the cdimage part I can just edit that out right?

#5 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 08 August 2004 - 04:41 PM

Quote

by this you mean the setup file for daemon tools right?

and if I don't want the cdimage part I can just edit that out right?

yep & yep

#6 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 08 August 2004 - 04:59 PM

I read your other thread. You moved fast in configuring DT!

What I mean is: How do I automount an ISO in one of the virtual drives I create with your method?

#7 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 08 August 2004 - 05:06 PM

ive got the automount to work.. gimme a few mins to convert it to an inf & ill add it 2 the guide

#8 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 08 August 2004 - 05:14 PM

Thanks in advance. :)

#9 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 08 August 2004 - 05:43 PM

i cant get these 2 work in an inf :S maybe u can try?
they work in reg tho :)

ON
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\d346bus\Cfg]
"khjeh"=hex:14,01,00,00,FB,D5,F5,2B,39,12,AD,18,46,05,04,3D,\
32,E0,03,8E,09,85,15,17,B4,48,3D,30,9B,E5,3E,64,\
EB,54,06,F6,E8,F9,BC,E4,37,6F,A7,EC,9E,50,8B,CD,\
29,A4,DD,4D,D8,7A,BF,15,9B,01,60,50,92,08,69,E0,\
9D,8A,23,A5,BC,A8,9D,41,AF,1E,4B,AE,D6,8C,69,DE,\
81,51,78,3B,50,A1,57,62,B3,92,32,65,AA,47,94,B1,\
F5,C5,CD,20,B4,46,92,F5,C7,21,9F,C3,6E,7F,48,B2,\
79,5A,F3,0A,28,26,4C,63,AB,36,2E,28,62,2E,95,76,\
2D,73,92,C2,8C,9B,2B,AE,7F,EF,92,AF,A6,08,08,25,\
D1,1D,EF,B6,A0,D2,A8,42,43,3E,AC,33,3A,9B,AD,D0,\
05,14,17,6D,84,A7,10,70,97,CF,A4,CF,FE,19,5A,C8,\
89,E3,71,EE,38,A6,E8,87,7B,08,BE,05,F2,87,1E,8F,\
7D,E8,8C,42,9C,2A,A7,B7,0F,23,FD,D9,36,89,20,28,\
61,2D,B6,87,B0,60,59,B0,13,0D,62,E6,8A,B2,9D,43,\
55,6F,7C,F7,94,24,45,29,A7,59,2C,24,4E,38,27,4F,\
D9,39,1E,42,08,FA,B1,4F,0B,95,55,FE,42,1D,FF,9E,\
8D,E8,08,D5,EC,5D,11,C2,DF,CB,88,09,86,0D,44,1B,\
B1,80,21,29

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\d346bus\Cfg]
"khjeh"=hex:14,01,00,00,FB,D5,F5,2B,39,12,AD,18,46,05,04,3D,\
32,E0,03,8E,09,85,15,17,B4,48,3D,30,9B,E5,3E,64,\
EB,54,06,F6,E8,F9,BC,E4,37,6F,A7,EC,9E,50,8B,CD,\
29,A4,DD,4D,D8,7A,BF,15,9B,01,60,50,92,08,69,E0,\
9D,8A,23,A5,BC,A8,9D,41,AF,1E,4B,AE,D6,8C,69,DE,\
81,51,78,3B,50,A1,57,62,B3,92,32,65,AA,47,94,B1,\
F5,C5,CD,20,B4,46,92,F5,C7,21,9F,C3,6E,7F,48,B2,\
79,5A,F3,0A,28,26,4C,63,AB,36,2E,28,62,2E,95,76,\
2D,73,92,C2,8C,9B,2B,AE,7F,EF,92,AF,A6,08,08,25,\
D1,1D,EF,B6,A0,D2,A8,42,43,3E,AC,33,3A,9B,AD,D0,\
05,14,17,6D,84,A7,10,70,97,CF,A4,CF,FE,19,5A,C8,\
89,E3,71,EE,38,A6,E8,87,7B,08,BE,05,F2,87,1E,8F,\
7D,E8,8C,42,9C,2A,A7,B7,0F,23,FD,D9,36,89,20,28,\
61,2D,B6,87,B0,60,59,B0,13,0D,62,E6,8A,B2,9D,43,\
55,6F,7C,F7,94,24,45,29,A7,59,2C,24,4E,38,27,4F,\
D9,39,1E,42,08,FA,B1,4F,0B,95,55,FE,42,1D,FF,9E,\
8D,E8,08,D5,EC,5D,11,C2,DF,CB,88,09,86,0D,44,1B,\
B1,80,21,29


OFF
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\d346bus\Cfg]
"khjeh"=hex:14,01,00,00,65,4E,EA,2B,73,8A,94,50,DC,53,F0,23,\
0C,3F,9D,D8,3F,8E,C7,50,F6,AF,96,03,B1,18,1D,08,\
1D,95,CA,15,86,9D,2F,36,95,72,43,7E,D4,A5,8D,A1,\
E7,AB,C2,D1,8E,8E,39,8D,19,41,7C,E1,48,CF,B2,C7,\
4B,3B,21,63,82,97,DB,C1,CD,B4,35,49,2C,36,26,67,\
1F,9D,46,60,C6,74,30,CE,F1,C0,C6,78,C0,F7,32,E2,\
63,AE,9D,00,5A,99,1C,43,25,49,2D,C4,24,EE,97,47,\
B7,19,09,D3,1E,51,C5,95,A9,D2,AA,54,58,B7,73,BF,\
1B,64,52,91,12,91,CB,B5,1D,A9,67,10,3C,AD,67,2B,\
2F,99,D1,28,56,1D,80,5F,01,D8,38,91,D0,ED,FA,8B,\
33,C5,D7,44,2A,58,6E,1E,75,34,44,47,34,4B,31,71,\
47,7C,90,7D,EE,9F,E4,8B,F9,30,ED,71,A8,72,B7,30,\
2B,29,2C,91,E2,D6,58,1E,AD,31,ED,54,0C,B8,5D,9E,\
FF,09,1F,39,26,B9,79,9C,51,44,1D,E4,20,3F,59,C3,\
C3,00,81,E1,BA,D3,AC,28,85,1A,A9,8A,04,D4,3B,CF,\
17,BA,83,0D,7E,5A,CE,A0,09,5A,AD,49,B8,12,31,0F,\
FB,A2,A0,CC,72,48,4F,DE,FD,4E,93,29,1C,6F,E9,CF,\
8F,ED,D4,6D

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\d346bus\Cfg]
"khjeh"=hex:14,01,00,00,65,4E,EA,2B,73,8A,94,50,DC,53,F0,23,\
0C,3F,9D,D8,3F,8E,C7,50,F6,AF,96,03,B1,18,1D,08,\
1D,95,CA,15,86,9D,2F,36,95,72,43,7E,D4,A5,8D,A1,\
E7,AB,C2,D1,8E,8E,39,8D,19,41,7C,E1,48,CF,B2,C7,\
4B,3B,21,63,82,97,DB,C1,CD,B4,35,49,2C,36,26,67,\
1F,9D,46,60,C6,74,30,CE,F1,C0,C6,78,C0,F7,32,E2,\
63,AE,9D,00,5A,99,1C,43,25,49,2D,C4,24,EE,97,47,\
B7,19,09,D3,1E,51,C5,95,A9,D2,AA,54,58,B7,73,BF,\
1B,64,52,91,12,91,CB,B5,1D,A9,67,10,3C,AD,67,2B,\
2F,99,D1,28,56,1D,80,5F,01,D8,38,91,D0,ED,FA,8B,\
33,C5,D7,44,2A,58,6E,1E,75,34,44,47,34,4B,31,71,\
47,7C,90,7D,EE,9F,E4,8B,F9,30,ED,71,A8,72,B7,30,\
2B,29,2C,91,E2,D6,58,1E,AD,31,ED,54,0C,B8,5D,9E,\
FF,09,1F,39,26,B9,79,9C,51,44,1D,E4,20,3F,59,C3,\
C3,00,81,E1,BA,D3,AC,28,85,1A,A9,8A,04,D4,3B,CF,\
17,BA,83,0D,7E,5A,CE,A0,09,5A,AD,49,B8,12,31,0F,\
FB,A2,A0,CC,72,48,4F,DE,FD,4E,93,29,1C,6F,E9,CF,\
8F,ED,D4,6D


#10 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 08 August 2004 - 08:05 PM

ok mazin (& anyone else who wants it) ive got it :rolleyes:

Add this to the previous inf

[AutoMount]
HKCR,"ISO_Image\Shell\AutoMount ON\Command",,,"%11%\rundll32 setupapi,InstallHinfSection DefaultInstall 128 %10%\RegTweaks\AutoMount.inf"
HKCR,"ISO_Image\Shell\AutoMount OFF\Command",,,"%11%\rundll32 setupapi,InstallHinfSection DefaultUnInstall 128 %10%\RegTweaks\AutoMount.inf"


under defaultInstall of the previous inf add
AddReg = AutoMount

next.. make a new inf & put this in it
[VERSION]
Signature = $CHICAGO$

[DefaultInstall]
AddReg = AutoMount_on

[DefaultUnInstall]
AddReg = AutoMount_off

[AutoMount_on]
HKLM,"SYSTEM\CurrentControlSet\Services\d346bus\Cfg","khjeh",0x00000001,14,01,00,00,FB,D5,F5,2B,39,12,AD,18,46,05,04,3D,32,E0,03,8E,09,85,15,17,B4,48,3D,30,
9B,E5,3E,64,EB,54,06,F6,E8,F9,BC,E4,37,6F,A7,EC,9E,50,8B,CD,29,A4,DD,4D,D8,7A,BF,15,9B,01,60,50,92,0
8,69,E0,9D,8A,23,A5,BC,A8,9D,41,AF,1E,4B,AE,D6,8C,69,DE,81,51,78,3B,50,A1,57,62,B3,92,32,65,AA,47,94
,B1,F5,C5,CD,20,B4,46,92,F5,C7,21,9F,C3,6E,7F,48,B2,79,5A,F3,0A,28,26,4C,63,AB,36,2E,28,62,2E,95,76,
2D,73,92,C2,8C,9B,2B,AE,7F,EF,92,AF,A6,08,08,25,D1,1D,EF,B6,A0,D2,A8,42,43,3E,AC,33,3A,9B,AD,D0,05,1
4,17,6D,84,A7,10,70,97,CF,A4,CF,FE,19,5A,C8,89,E3,71,EE,38,A6,E8,87,7B,08,BE,05,F2,87,1E,8F,7D,E8,8C
,42,9C,2A,A7,B7,0F,23,FD,D9,36,89,20,28,61,2D,B6,87,B0,60,59,B0,13,0D,62,E6,8A,B2,9D,43,55,6F,7C,F7,
94,24,45,29,A7,59,2C,24,4E,38,27,4F,D9,39,1E,42,08,FA,B1,4F,0B,95,55,FE,42,1D,FF,9E,8D,E8,08,D5,EC,5
D,11,C2,DF,CB,88,09,86,0D,44,1B,B1,80,21,29

HKLM,"SYSTEM\CurrentControlSet001\Services\d346bus\Cfg","khjeh",0x00000001,14,01,00,00,FB,D5,F5,2B,39,12,AD,18,46,05,04,3D,32,E0,03,8E,09,85,15,17,B4,48,3D,30,
9B,E5,3E,64,EB,54,06,F6,E8,F9,BC,E4,37,6F,A7,EC,9E,50,8B,CD,29,A4,DD,4D,D8,7A,BF,15,9B,01,60,50,92,0
8,69,E0,9D,8A,23,A5,BC,A8,9D,41,AF,1E,4B,AE,D6,8C,69,DE,81,51,78,3B,50,A1,57,62,B3,92,32,65,AA,47,94
,B1,F5,C5,CD,20,B4,46,92,F5,C7,21,9F,C3,6E,7F,48,B2,79,5A,F3,0A,28,26,4C,63,AB,36,2E,28,62,2E,95,76,
2D,73,92,C2,8C,9B,2B,AE,7F,EF,92,AF,A6,08,08,25,D1,1D,EF,B6,A0,D2,A8,42,43,3E,AC,33,3A,9B,AD,D0,05,1
4,17,6D,84,A7,10,70,97,CF,A4,CF,FE,19,5A,C8,89,E3,71,EE,38,A6,E8,87,7B,08,BE,05,F2,87,1E,8F,7D,E8,8C
,42,9C,2A,A7,B7,0F,23,FD,D9,36,89,20,28,61,2D,B6,87,B0,60,59,B0,13,0D,62,E6,8A,B2,9D,43,55,6F,7C,F7,
94,24,45,29,A7,59,2C,24,4E,38,27,4F,D9,39,1E,42,08,FA,B1,4F,0B,95,55,FE,42,1D,FF,9E,8D,E8,08,D5,EC,5
D,11,C2,DF,CB,88,09,86,0D,44,1B,B1,80,21,29

[AutoMount_off]
HKLM,"SYSTEM\CurrentControlSet\Services\d346bus\Cfg","khjeh",0x00000001,14,01,00,00,65,4E,EA,2B,73,8A,94,50,DC,53,F0,23,0C,3F,9D,D8,3F,8E,C7,50,F6,AF,96,03,
B1,18,1D,08,1D,95,CA,15,86,9D,2F,36,95,72,43,7E,D4,A5,8D,A1,E7,AB,C2,D1,8E,8E,39,8D,19,41,7C,E1,48,C
F,B2,C7,4B,3B,21,63,82,97,DB,C1,CD,B4,35,49,2C,36,26,67,1F,9D,46,60,C6,74,30,CE,F1,C0,C6,78,C0,F7,32
,E2,63,AE,9D,00,5A,99,1C,43,25,49,2D,C4,24,EE,97,47,B7,19,09,D3,1E,51,C5,95,A9,D2,AA,54,58,B7,73,BF,
1B,64,52,91,12,91,CB,B5,1D,A9,67,10,3C,AD,67,2B,2F,99,D1,28,56,1D,80,5F,01,D8,38,91,D0,ED,FA,8B,33,C
5,D7,44,2A,58,6E,1E,75,34,44,47,34,4B,31,71,47,7C,90,7D,EE,9F,E4,8B,F9,30,ED,71,A8,72,B7,30,2B,29,2C
,91,E2,D6,58,1E,AD,31,ED,54,0C,B8,5D,9E,FF,09,1F,39,26,B9,79,9C,51,44,1D,E4,20,3F,59,C3,C3,00,81,E1,
BA,D3,AC,28,85,1A,A9,8A,04,D4,3B,CF,17,BA,83,0D,7E,5A,CE,A0,09,5A,AD,49,B8,12,31,0F,FB,A2,A0,CC,72,4
8,4F,DE,FD,4E,93,29,1C,6F,E9,CF,8F,ED,D4,6D

HKLM,"SYSTEM\CurrentControlSet001\Services\d346bus\Cfg","khjeh",0x00000001,14,01,00,00,65,4E,EA,2B,73,8A,94,50,DC,53,F0,23,0C,3F,9D,D8,3F,8E,C7,50,F6,AF,96,03,
B1,18,1D,08,1D,95,CA,15,86,9D,2F,36,95,72,43,7E,D4,A5,8D,A1,E7,AB,C2,D1,8E,8E,39,8D,19,41,7C,E1,48,C
F,B2,C7,4B,3B,21,63,82,97,DB,C1,CD,B4,35,49,2C,36,26,67,1F,9D,46,60,C6,74,30,CE,F1,C0,C6,78,C0,F7,32
,E2,63,AE,9D,00,5A,99,1C,43,25,49,2D,C4,24,EE,97,47,B7,19,09,D3,1E,51,C5,95,A9,D2,AA,54,58,B7,73,BF,
1B,64,52,91,12,91,CB,B5,1D,A9,67,10,3C,AD,67,2B,2F,99,D1,28,56,1D,80,5F,01,D8,38,91,D0,ED,FA,8B,33,C
5,D7,44,2A,58,6E,1E,75,34,44,47,34,4B,31,71,47,7C,90,7D,EE,9F,E4,8B,F9,30,ED,71,A8,72,B7,30,2B,29,2C
,91,E2,D6,58,1E,AD,31,ED,54,0C,B8,5D,9E,FF,09,1F,39,26,B9,79,9C,51,44,1D,E4,20,3F,59,C3,C3,00,81,E1,
BA,D3,AC,28,85,1A,A9,8A,04,D4,3B,CF,17,BA,83,0D,7E,5A,CE,A0,09,5A,AD,49,B8,12,31,0F,FB,A2,A0,CC,72,4
8,4F,DE,FD,4E,93,29,1C,6F,E9,CF,8F,ED,D4,6D

put this in %windir%\regtweaks

Note: there is something with the board having such a long code.. remove this
& #34; replace it with a "
Tested & it works :)
regards

PS: anyone know how 2 make the menu structure look like this

something
something
ISO Options > all options over here (like the SendTo menu

i dunno how clear this was explained but i hope it works :D

#11 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 09 August 2004 - 12:47 AM

Thanks, MCT, for your time. One more question: Don't I have to define a path and name for the ISO file I want to automount?

#12 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 09 August 2004 - 11:30 AM

nope. it goes by the last 1 u have mounted in the drive

#13 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 09 August 2004 - 11:37 AM

NOTE: & #34; don't remove that. Replace with a quote ( " )

#14 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 09 August 2004 - 11:42 AM

yes, your right :D :)
i edited my first post .. thanks alanoll :rolleyes:

#15 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 09 August 2004 - 12:52 PM

MCT, on Aug 9 2004, 08:30 PM, said:

nope. it goes by the last 1 u have mounted in the drive

Whaaat?! :) Then, no room for unattended AutoMounting? :rolleyes:

#16 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 09 August 2004 - 12:58 PM

well u may try this..

-mount 0,c:\filename.iso
<enable automount>

EDIT: just copy the mount part from the inf & the amountmount_on section & combined them in 1 inf it should work

#17 User is offline   cogliostrio 

  • Group: Members
  • Posts: 8
  • Joined: 19-April 04

Posted 15 August 2004 - 10:22 AM

Nice trick, but I get an error when I try to install the inf file.

This is the line I run.

Quote

rundll32 setupapi,InstallHinfSection DefaultInstall 128 DaemonTools.inf


I get an error box that says installation fails. Does anyone know why?
It works fine when I right click the inf file, and install it.

#18 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 15 August 2004 - 03:09 PM

MCT, on Aug 8 2004, 11:50 PM, said:

i decided to do this because i was bored :P

You've got to much time! :P B) :D

#19 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 15 August 2004 - 06:14 PM

its cause it cant find the file cogliostrio, it MUST be in the same directory (or u can specify an alternate 1)

#20 User is offline   cogliostrio 

  • Group: Members
  • Posts: 8
  • Joined: 19-April 04

Posted 16 August 2004 - 05:42 AM

Im not sure what Im doing wrong, I have all the files in the same directory. Including the cmd file.

This is how my cmd file looks like.

Quote

start /wait DaemonTools.msi /qn
start /wait Daemonscript.msi /qn
start /wait DaemonDriveInstall.DaemonScript
rundll32 setupapi,InstallHinfSection  DefaultInstall 128 DaemonTools.inf


Can anyone tell me whats wrong here? cus I dont :unsure:

Share this topic:


  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • 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