viewerkrot.blogg.se

Daemon pro tools can not copy multi session disk
Daemon pro tools can not copy multi session disk






daemon pro tools can not copy multi session disk

then install DaemonTools.exe and the regtweaks (including the registration of the awxDTools dll) at first GUI boot? Why not simply install SPTDinst-x86.exe and awxDTools1060.exe (using cmdlines or RunOnceEx). Now I don't really understand the complexity, why all those actions in the inf & au3 scripts? 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). I tried to modify my method to get it working with the latest D-tools. Remove install & "\DAEMON Tools", & "\DAEMON Tools Pro", & "\DAEMON Tools", 1) RegDelete("HKLM\SYSTEM\CurrentControlSet\Control\Session Manager", "PendingFileRenameOperations")

daemon pro tools can not copy multi session disk

RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "NoModify", "REG_DWORD", 1) 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", "URLInfoAbout", "REG_SZ", "") RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "InstallLocation", "REG_SZ", $INSTALLDIR) RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "Publisher", "REG_SZ", "DT Soft Ltd.")

daemon pro tools can not copy multi session disk

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", "DisplayVersion", "REG_SZ", $DTVERSION) RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayName", "REG_SZ", $DTTITLE) Cleanup & "\DAEMON Tools Lite", & "\DAEMON Tools Lite.lnk")įileCreateShortcut ($INSTALLDIR & "\DTLite.exe", & "\DAEMON Tools Lite.lnk") RegWrite("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope", "REG_SZ", $IEDefaultSearchEngine) $IEDefaultSearchEngine = RegRead("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope") $IEVersion = & "\Internet Explorer\iexplore.exe") Read from registry the default search engine of IE7 or IE8 (to restore it after the installation of DAEMON Tools Lite) HKCU,"SOFTWARE\DT Soft\DAEMON Tools Pro\View","Language",0x10001,"%LANG_ID%" HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","DAEMON Tools Lite",0x0,"""%16422%\DAEMON Tools Lite\DTLite.exe"" -autorun" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\000","DAEMON Tools Lite",0,"autoit3.exe ""%16419%\DAEMON Tools\install_3""" DaemonTools.CopySetup = 16419,"DAEMON Tools"








Daemon pro tools can not copy multi session disk