MSFN Forum: Daemon Tools Lite 4.35.5 - 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 Lite 4.35.5 Install for all users Rate Topic: -----

#1 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 938
  • Joined: 28-June 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 17 July 2008 - 12:02 PM

Here is an working version of the AutoIt scripts I use to install Daemon Tools Lite silently. Unfortunately it's not possible to avoid installation of the Daemon Tools Toolbar and Search plugins so I remove them afterwards.

ArniWorx is no longer supported.

All install files are copied to the hard disc during setup, as Daemon Tools is installed after logon. At this stage users might have removed the CD from the cd drive.

cmdlines.txt
rundll32.exe advpack.dll,LaunchINFSection .\Install\Daemon Tools\install.inf,,1


install.inf
[Version]
Signature = "$Windows NT$"

[DefaultInstall]
RunPreSetupCommands = SPTD.Install:1
CopyFiles		   = DaemonTools.CopySetup
AddReg			  = Register.AddReg

[SPTD.Install]
;SPTD-driver 1.62
"""%01%\SPTDinst-v162-x86.exe"" add /q"

[DestinationDirs]
;All users application data directory
DaemonTools.CopySetup = 16419,"DAEMON Tools"

[DaemonTools.CopySetup]
"daemon4355-lite.exe"
"install_dtools.au3"

[Register.AddReg]
;Install Daemon Tools after reboot
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\000","DAEMON Tools Lite",0,"autoit3.exe ""%16419%\DAEMON Tools\install_dtools.au3"""
;Start Daemon Tools for all users
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","DAEMON Tools Lite",0x0,"""%16422%\DAEMON Tools Lite\DTLite.exe"" -autorun"
;User settings
HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\Config","Automount",0x10001,01,00,00,00
HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\Config","Autostart",0x10001,01,00,00,00
HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\Config","CheckForUpdate",0x10001,00,00,00,00
HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\View","Language",0x10001,"%LANG_ID%"

[Strings]
LANG_ID="1033"

[Strings.0413]
LANG_ID="1043"



install_dtools.au3
#RequireAdmin
#NoTrayIcon

$DTTITLE = "Daemon Tools Lite"
$DTVERSION = "4.35.5"
$INSTALLDIR = @ProgramFilesDir & "\DAEMON Tools Lite"
$EXENAME = "daemon4355-lite.exe"

;Read from registry the default search engine of IE7 or IE8 (to restore it after the installation of DAEMON Tools Lite)
$IEVersion = FileGetVersion(@ProgramFilesDir & "\Internet Explorer\iexplore.exe")
$IEVersion = StringLeft($IEVersion, 1)
If $IEVersion >= 7 Then
	$IEDefaultSearchEngine = RegRead("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope")
	If @Error Then
		$IEDefaultSearchEngine = "{0633EE93-D776-472f-A0FF-E1416B8B2E3A}"
	EndIf
EndIf

;Launch Daemon Tools setup
RunWait(@ScriptDir & "\" & $EXENAME & " /S")

;Uninstall DAEMON Tools Toolbar
RunWait(@ProgramFilesDir & "\DAEMON Tools Toolbar\uninst.exe /S")
FileDelete($INSTALLDIR & "\DAEMON Tools Toolbar.exe")
DirRemove(@ProgramFilesDir & "\DAEMON Tools Toolbar", 1)

;Delete Firefox toolbar
If FileExists(@AppDataDir & "\Mozilla\Firefox\profiles.ini") Then
	$moz_profiledir = IniRead(@AppDataDir & "\Mozilla\Firefox\profiles.ini", "Profile0", "Path", "")
	$moz_dttoolbarDir = @AppDataDir & "\Mozilla\Firefox\" & $moz_profiledir & "\extensions\DTToolbar@toolbarnet.com"
	If FileExists($moz_dttoolbarDir) Then
		FileDelete($moz_dttoolbarDir)
	EndIf
	;Remove Deamon Tools search plugin
	FileDelete(@AppDataDir & "\Mozilla\Firefox\" & $moz_profiledir & "\searchplugins\daemon-search.xml")
EndIf

; Restore the default search engine of IE7 or IE8
If $IEVersion >= 7 Then
	RegDelete("HKCU\Software\Microsoft\Internet Explorer\SearchScopes\{AD22EBAF-0D18-4fc7-90CC-5EA0ABBE9EB8}")
	RegWrite("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope", "REG_SZ", $IEDefaultSearchEngine)
EndIf

;Cleanup shortcuts
DirRemove(@ProgramsCommonDir & "\DAEMON Tools Lite", 1)
FileDelete(@DesktopCommonDir & "\DAEMON Tools Lite.lnk")

FileCreateShortcut ($INSTALLDIR & "\DTLite.exe", @ProgramsCommonDir & "\DAEMON Tools Lite.lnk")

;Write uninstall information to registry
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayName", "REG_SZ", $DTTITLE)
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayVersion", "REG_SZ", $DTVERSION)
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayIcon", "REG_SZ",$INSTALLDIR & "\DTLite.exe")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "Publisher", "REG_SZ", "DT Soft Ltd.")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "InstallLocation", "REG_SZ", $INSTALLDIR)
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "URLInfoAbout", "REG_SZ", "http://www.daemon-tools.cc")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "UninstallString", "REG_SZ", $INSTALLDIR & "\uninst.exe")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "NoModify", "REG_DWORD", 1)

;Cleanup temp files
$search = FileFindFirstFile(@TempDir & "\*.tmp")
While 1
	$file = FileFindNextFile($search)
	If @error then ExitLoop
	DirRemove(@Tempdir & "\" & $file, 1)
	RegDelete("HKLM\SYSTEM\CurrentControlSet\Control\Session Manager", "PendingFileRenameOperations")
WEnd
FileClose($search)

;Remove install files
DirRemove(@AppdataCommonDir & "\DAEMON Tools", 1)
DirRemove(@AppdataDir & "\DAEMON Tools Pro", 1)
DirRemove(@AppdataDir & "\DAEMON Tools", 1)

Attached File(s)


This post has been edited by Acheron: 23 February 2010 - 07:25 AM



#2 User is offline   Mann 

  • Junior
  • Pip
  • Group: Members
  • Posts: 95
  • Joined: 02-October 03

Posted 18 July 2008 - 07:49 AM

link to download is not working for awxdTools1060.exe

#3 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 938
  • Joined: 28-June 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 18 July 2008 - 08:33 AM

Fixed link to ArniWorx installer, also updated scripts for Daemon Tools Lite 4.30.0. Finally Daemon Tools decided to remove the adware from it.

#4 User is offline   Mann 

  • Junior
  • Pip
  • Group: Members
  • Posts: 95
  • Joined: 02-October 03

Posted 19 July 2008 - 11:01 AM

thanks for the fix

#5 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 938
  • Joined: 28-June 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 29 July 2008 - 05:28 PM

Updated script for Daemon Tools 4.30.1 :rolleyes:

#6 User is offline   digitalfrost 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 29-August 04

Posted 05 August 2008 - 06:19 AM

Thanks alot for this. The script is really elegant, installing DAEMON Tools was never that easy :).

#7 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 15 September 2008 - 04:06 PM

Thanks a lot - this is really smooth :thumbup

I would like to include this in my WPI-DVD, but how could I manage this?
Is it possible to make an SFX like this:

Posted Image

EDIT: hmmm...doesn't seem to work :unsure: Maybe something's wrong with the path ".\install.inf" at the "rundll32.exe"-command?

Best regards

cool400 :ph34r:

This post has been edited by cool400: 15 September 2008 - 04:20 PM


#8 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 September 2008 - 03:39 AM

View Postcool400, on Sep 16 2008, 12:06 AM, said:

EDIT: hmmm...doesn't seem to work :unsure: Maybe something's wrong with the path ".\install.inf" at the "rundll32.exe"-command?

This one works:
rundll32.exe advpack.dll,LaunchINFSection Install.inf


#9 User is offline   neuropass 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 November 2008 - 09:17 AM

hi thanks, for this script... but sorry i'm a newbie in these things... how do i use it..? :blushing: i mean once i open "compile script to .exe" what do i have to do to select all these 3 scripts? thanks, a lot, any answer will be really appreciate..... i'm a vista user.

This post has been edited by neuropass: 12 November 2008 - 03:56 PM


#10 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 20 November 2008 - 01:59 PM

I dont really understand why to use all these scripts and Arniworx. Why not just install daemon tools silently (daemontools.exe /S) , install daemon script + a script silently and add the Mount/unMount option to your right click menu via regtweak?

This post has been edited by ZileXa: 20 November 2008 - 01:59 PM


#11 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

Posted 20 November 2008 - 02:16 PM

Could you please post an example of what you did exactly?

#12 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 20 November 2008 - 02:44 PM

Well, I thought this topic was created because there was a need for a new solution, because of some major update of d-tools.
I just install using /S switch. Then I use a simple autoit script to install Daemonscript because I couldn't find a working silent switch.

And finally I run this script (just a text file): DaemonDriveInstall.DaemonScript
Version|1.6.0|2|
DeviceCount|1|

Done!
Just need the regtweaks to add Mount and unMount to your rightclick menu for ISO and other image files and you're done. Don't have them available now. But there should be a topic here wich explains everything in details.


EDIT: Nevermind, just tested with the latest D-tools, installer needs restart so the solution from Acheron is needed.

This post has been edited by ZileXa: 24 November 2008 - 04:04 AM


#13 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 27 November 2008 - 01:24 PM

Question for Acheron:

I tried to modify my method to get it working with the latest D-tools. I came closer and closer to your solution (because DaemonScript doesn't work anymore and after SPTD is installed you need a reboot to install dtools).

Now I don't really understand the complexity, why all those actions in the inf & au3 scripts?
Why not simply install SPTDinst-x86.exe and awxDTools1060.exe @T13 (using cmdlines or RunOnceEx)... then install DaemonTools.exe and the regtweaks (including the registration of the awxDTools dll) at first GUI boot?

This way you only need an AutoIt script for the Daemontools installer and you can do all other things by simply using your normal methods of installing applications (whatever that may be, cmdlines, batchfile, runonceex, wpi).


And is it really necessary to register the awxDtools dll at first guiboot? can't it be done right after the awxdtools installer is finished?

This post has been edited by ZileXa: 27 November 2008 - 01:27 PM


#14 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 938
  • Joined: 28-June 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 05 December 2008 - 08:29 PM

View PostZileXa, on Nov 27 2008, 08:24 PM, said:

Question for Acheron:

I tried to modify my method to get it working with the latest D-tools. I came closer and closer to your solution (because DaemonScript doesn't work anymore and after SPTD is installed you need a reboot to install dtools).

Now I don't really understand the complexity, why all those actions in the inf & au3 scripts?
Why not simply install SPTDinst-x86.exe and awxDTools1060.exe @T13 (using cmdlines or RunOnceEx)... then install DaemonTools.exe and the regtweaks (including the registration of the awxDTools dll) at first GUI boot?

This way you only need an AutoIt script for the Daemontools installer and you can do all other things by simply using your normal methods of installing applications (whatever that may be, cmdlines, batchfile, runonceex, wpi).


And is it really necessary to register the awxDtools dll at first guiboot? can't it be done right after the awxdtools installer is finished?


awxDtools cannot be registered unless Daemon Tools is running, so I have added a logon script for it. The script is a bit complicated, but now Daemon Tools can be configured for multiple users, and the installer runs from the Hard Drive. You can now safely remove the CD from the drive when Windows tells you setup is completed.
Anyway I have updated the script, since the Daemon Tools Toolbar process name has been changed.

#15 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 06 December 2008 - 08:26 AM

ok thanks...

I was a bit disappointed by all the hassle.. then I found a tool wich might be a good alternative and is much easier to install (just a silent switch).
It's called imdisk virtual disk driver and its discussed here.

After installation, you can right click image files to mount them to a (till then non-existing) virtual CD/DVD drive. But it also has the option to mount as virtual harddrive and even use the RAM memory for the virtual drive instead of harddisk space. Wich means very high reading/transfer speed.
I haven't tested the silent installation yet, but it might be a nice alternative.There is no need for it to run in the background if you don't mount anything and I like that.

#16 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 938
  • Joined: 28-June 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 08 February 2009 - 04:27 PM

Updated script for Daemon Tools 4.30.3. Note some settings are specified twice, to allow settings to be applied for all users.

#17 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 938
  • Joined: 28-June 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 02 March 2009 - 04:02 AM

I have finally sorted out the problems with ArniWorx Shell Extension. I have rewritten the ArniWorx installer to be able to register image files properly by configuring the SystemFileAssociations registry section. However this only works on Windows XP and newer versions. When using Windows 2000 you should manually register AwxDTools.dll after Daemon Tools is installed.

#18 User is offline   sugarlee 

  • Group: Members
  • Posts: 5
  • Joined: 31-March 06

Posted 06 March 2009 - 04:21 PM

Hi Acheron, thnx for the great work on this project.

Still have a question though, is it possible to import this in any way into my wpi installer?

#19 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 938
  • Joined: 28-June 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 April 2009 - 08:11 AM

I have updated the ArniWorx Shell Extension installer as file associations didn't work properly on a clean setup. Guaranteed to work on Windows XP.

Some bad news,

Daemon Tools 4.30.4 no longer support the ArniWorx shell extension and the developers have not yet created a similar tool. It is possible though to continue using Daemon Tools 4.30.3 with newer SPTD versions.

If you can live without the Arniworx shell extension here's the updated AutoIt script for Daemon Tools 4.30.4:

#RequireAdmin
#NoTrayIcon

$DTTITLE = "Daemon Tools Lite"
$DTVERSION = "4.30.3"
$INSTALLDIR = @ProgramFilesDir & "\Daemon Tools Lite"
$EXENAME = "daemon4303-lite.exe"

;Save Internet Explorer settings
$HomePage = RegRead("HKCU\Software\Microsoft\Internet Explorer\Main", "Start Page")

;Read from registry the default search engine of IE7 or IE8 (to restore it after the installation of DAEMON Tools Lite)
$IEVersion = FileGetVersion(@ProgramFilesDir & "\Internet Explorer\iexplore.exe")
$IEVersion = StringLeft($IEVersion, 1)
If $IEVersion >= 7 Then
	$IEDefaultSearchEngine = RegRead("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope")
	If @Error Then
		$IEDefaultSearchEngine = "{0633EE93-D776-472f-A0FF-E1416B8B2E3A}"
	EndIf
EndIf

;Clear default internet browser temporary (to prevent Internet Explorer launch)
$DefBrowser = RegRead("HKCR\HTTP\shell\open\command\", "")
RegDelete("HKCR\HTTP\shell\open\command\", "")

;Save mds fileassociation
$mds_assoc = RegRead("HKCR\.mds", "")

;Launch Daemon Tools setup
RunWait(@ScriptDir & "\" & $EXENAME & " /S")

;Uninstall DAEMON Tools Toolbar
RunWait(@ProgramFilesDir & "\DAEMON Tools Toolbar\uninst.exe /S")
FileDelete($INSTALLDIR & "\DAEMON Tools Toolbar.exe")
DirRemove(@ProgramFilesDir & "\DAEMON Tools Toolbar", 1)

;Clean obsolete registry keys
RegDelete("HKCR\CLSID\{32099AAC-C132-4136-9E9A-4E364A424E17}")
RegDelete("HKCR\DTToolbar.ToolBandObj")
RegDelete("HKCR\DTToolbar.ToolBandObj.1")
RegDelete("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mds")
RegDelete("HKLM\SOFTWARE\Classes\Interface\{DB885111-F39F-4D88-9EE5-C88460B6DF7B}")
RegDelete("HKLM\SOFTWARE\Classes\TypeLib\{3E288F79-03E4-4983-A48E-0D879B51FF19}")
RegDelete("HKLM\SOFTWARE\DT Soft\DAEMON Tools Lite\Data", "TB")

;Delete Firefox toolbar
If FileExists(@AppDataDir & "\Mozilla\Firefox\profiles.ini") Then
	$moz_profiledir = IniRead(@AppDataDir & "\Mozilla\Firefox\profiles.ini", "Profile0", "Path", "")
	$moz_dttoolbarDir = @AppDataDir & "\Mozilla\Firefox\" & $moz_profiledir & "\extensions\DTToolbar@toolbarnet.com"
	If FileExists($moz_dttoolbarDir) Then
		FileDelete($moz_dttoolbarDir)
	EndIf
EndIf

;Restore the default internet browser
RegWrite("HKCR\HTTP\shell\open\command\", "", "REG_SZ", $DefBrowser)

;Restore the home page of Internet Explorer
RegWrite("HKCU\SOFTWARE\Microsoft\Internet Explorer\Main", "Start Page", "REG_SZ", $HomePage)

; Restore the default search engine of IE7 or IE8
If $IEVersion >= 7 Then
	RegDelete("HKCU\Software\Microsoft\Internet Explorer\SearchScopes\{AD22EBAF-0D18-4fc7-90CC-5EA0ABBE9EB9}")
	RegWrite("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope", "REG_SZ", $IEDefaultSearchEngine)
EndIf

;Don't associate with any files
RegDelete("HKLM\SOFTWARE\DT Soft\DAEMON Tools Lite\FileTypesSave")

;Restore mds association
RegWrite("HKCR\.mds", "", "REG_SZ", $mds_assoc)
RegDelete("HKCR\.mds", "fastmountoldfile")

;Cleanup shortcuts
DirRemove(@ProgramsCommonDir & "\DAEMON Tools Lite", 1)
FileDelete(@DesktopCommonDir & "\DAEMON Tools Lite.lnk")

FileCreateShortcut ($INSTALLDIR & "\daemon.exe", @ProgramsCommonDir & "\Daemon Tools Lite.lnk")

;Write uninstall information to registry
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayName", "REG_SZ", $DTTITLE)
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayVersion", "REG_SZ", $DTVERSION)
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayIcon", "REG_SZ",$INSTALLDIR & "\daemon.exe")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "Publisher", "REG_SZ", "DT Soft Ltd.")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "InstallLocation", "REG_SZ", $INSTALLDIR)
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "URLInfoAbout", "REG_SZ", "http://www.daemon-tools.cc")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "UninstallString", "REG_SZ", $INSTALLDIR & "\uninst.exe")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "NoModify", "REG_DWORD", 1)

;Cleanup temp files
$search = FileFindFirstFile(@TempDir & "\*.tmp")
While 1
	$file = FileFindNextFile($search)
	If @error then ExitLoop
	DirRemove(@Tempdir & "\" & $file, 1)
	RegDelete("HKLM\SYSTEM\CurrentControlSet\Control\Session Manager", "PendingFileRenameOperations")
WEnd
FileClose($search)
;Remove install files
DirRemove(@AppdataCommonDir & "\DAEMON Tools", 1)

This post has been edited by Acheron: 27 June 2009 - 07:14 AM


#20 User is offline   applejack 

  • Group: Members
  • Posts: 3
  • Joined: 28-April 09

Posted 28 April 2009 - 01:32 PM

View PostAcheron, on Apr 24 2009, 05:11 PM, said:

Some bad news,

Daemon Tools 4.30.4 no longer support the ArniWorx shell extension and the developers have not yet created a similar tool. It is possible though to continue using Daemon Tools 4.30.3 with newer SPTD versions.


I have created a reg file to add/remove shell extensions for mounting all supported images, using DT command line.
tested on vista + DT 4.30.4. check out readme.txt for further instructions.

any feedback would be appreciated.

download here:
http://www.sendspace.com/file/iwkds7

This post has been edited by applejack: 28 April 2009 - 08:18 PM


Share this topic:


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

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



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