MSFN Forum: [Release] DAEMON Tools Lite v4.30.3 - MSFN Forum

Jump to content



Last warning

1. This is not a warez site! Links/Requests to warez and/or 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. Any offenders of this rule may be banned on first violation. We take issues like this very seriously here at MSFN.
  • 10 Pages +
  • « First
  • 7
  • 8
  • 9
  • 10
  • You cannot start a new topic
  • You cannot reply to this topic

[Release] DAEMON Tools Lite v4.30.3 Rate Topic: -----

#161 User is offline   ursel666 

  • Group: Members
  • Posts: 7
  • Joined: 24-August 06

Posted 16 December 2008 - 12:18 AM

new version is out!!!!

This post has been edited by ursel666: 16 December 2008 - 12:19 AM



#162 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 December 2008 - 06:27 AM

Yeah I know.

It would be nice if someone skilled would make an autoit script for DT lite and also for DT Pro. Wihout arnworx shell.

#163 User is offline   johndoe74 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,435
  • Joined: 12-March 06

Posted 27 December 2008 - 09:11 AM

updated to v4.30.2

#164 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 436
  • Joined: 26-April 07

Posted 27 December 2008 - 12:05 PM

I haven't done a test install yet, but it seems some of the filenames weren't updated.

The *.cab package is still called:
DaemonTools-Lite-4301.cab

and the Entries*.ini file is still called:
ENTRIES_daemontools-lite-4301.ini

#165 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 27 December 2008 - 01:47 PM

@johndoe74
I tried your installer and it install DT toolbar and an addon in Firefox.
You can try my new script (deal with all DT crap).

#166 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 December 2008 - 04:30 PM

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

Run("daemon4303-lite.exe")
WinWait("DAEMON Tools Lite 4.30.3","Please select a language.")
Send("{ENTER}")
WinWait("DAEMON Tools Lite 4.30.3","Welcome to the DAEMON Tools Lite 4.30.3 Setup Wizard")
Send("{ENTER}")
WinWait("DAEMON Tools Lite 4.30.3","Please review the license")
Send("{ENTER}")
WinWait("DAEMON Tools Lite 4.30.3","Choose Components")
Send("{TAB}{TAB}{TAB}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{ENTER}")
WinWait("DAEMON Tools Lite 4.30.3", "Support the DAEMON Tools Team")
Send("{SPACE}{ENTER}")
WinWait("DAEMON Tools Lite 4.30.3","Choose Install Location")
Send("{ENTER}")
WinWait("DAEMON Tools Lite 4.30.3","Completing the DAEMON")
Send("{SPACE}{ENTER}")
sleep(2000)
; Close browsers processes
$PID = ProcessExists("firefox.exe")
If $PID Then
ProcessClose($PID)
EndIf
$PID = ProcessExists("IEXPLORE.EXE")
If $PID Then
ProcessClose($PID)
EndIf
$PID = ProcessExists("opera.exe")
If $PID Then
ProcessClose($PID)
EndIf
Run("C:\Program Files\DAEMON Tools Lite\daemon.exe")

;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", "DisplayIcon", "REG_SZ",$INSTALLDIR & "\daemon.exe")
RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "InstallLocation", "REG_SZ", $INSTALLDIR)
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)
exit

This post has been edited by atolica: 14 January 2009 - 06:36 AM


#167 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 436
  • Joined: 26-April 07

Posted 30 December 2008 - 01:53 PM

And now they've bumped it up to v4.30.3

#168 User is offline   Mann 

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

Posted 31 December 2008 - 07:18 PM

View Postradix, on Dec 27 2008, 01:47 PM, said:

@johndoe74
I tried your installer and it install DT toolbar and an addon in Firefox.
You can try my new script (deal with all DT crap).


thanks for the script radix :thumbup

#169 User is offline   johndoe74 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,435
  • Joined: 12-March 06

Posted 09 January 2009 - 02:15 AM

updated to v4.30.3

#170 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 436
  • Joined: 26-April 07

Posted 14 January 2009 - 02:44 AM

I get the following error in both XP x64 and 2000:
Attached File  Daemon_Error.JPG (6.74K)
Number of downloads: 19

#171 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 January 2009 - 04:33 AM

@Kurt_Aust

Use the script posted by me and modify it for 4.30.3! Does it still happen?

#172 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 436
  • Joined: 26-April 07

Posted 14 January 2009 - 06:14 AM

Atolica, with the notable exception of not creating start menu items, your script works with DT 4.30.3 under XP x64, I'll try it with Win2000 at a later date.

#173 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 January 2009 - 06:38 AM

Quote

"with the notable exception"


Is this good or bad?


That's what I intended in the first place. No extra shortcuts or other useless crap. Just a basic installation.

This post has been edited by atolica: 14 January 2009 - 06:39 AM


#174 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 14 January 2009 - 07:01 AM

@Kurt_Aust
Have you tried with the latest version of AutoIt?
Some changes had been implemented in it.

Edit: If you want to run the script in 64 bit environment, remember to compile it in 64 bit mode
(otherwise, some registry tweaks will not work).

This post has been edited by radix: 14 January 2009 - 09:58 AM


#175 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 436
  • Joined: 26-April 07

Posted 14 January 2009 - 01:17 PM

View Postatolica, on Jan 14 2009, 11:38 PM, said:

Quote

"with the notable exception"

Is this good or bad?
That's what I intended in the first place. No extra shortcuts or other useless crap. Just a basic installation.

Well, as it means the end user has to navigate to "%ProgramFiles(x86)%\DAEMON Tools Lite\Daemon.exe" with either Explorer or the Run box in order to run Daemon Tools for the first time, I'd be inclined to say bad.


Radix:
Compiling the script on my XP x64 box resulted in it working, but does that mean that 2 versions of the AddOn would have to be offered, one for each of x86-32 and x86-64 ?

#176 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 14 January 2009 - 01:46 PM

View PostKurt_Aust, on Jan 14 2009, 09:17 PM, said:

Compiling the script on my XP x64 box resulted in it working, but does that mean that 2 versions of the AddOn would have to be offered, one for each of x86-32 and x86-64 ?

It's not necessary to compile the script in 64 bit way to work.
The problem is that the next code doesn't do his job
RegDelete("HKLM\SOFTWARE\Wow6432Node\19659239224e364682fa4baf72c53ea4")
	  RegDelete("HKLM\SOFTWARE\Wow6432Node\DT Soft")

and it's minor (cosmetics).
You can use one single addon with script compiled in x86 way, but use AutoIt 3.3.0.0 for compiling.



Edit: I uploaded a new script. Now it's working 100% in both 32 and 64 bit environment and
it's more customizable. Compile the script in Windows 32 bit and make one single addon.
Link

This post has been edited by radix: 14 January 2009 - 03:34 PM


#177 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 January 2009 - 09:44 PM

@radix

Why all the extra c..p, in your script and in other's?
Why the need for, "; Save .mds file association (to restore it after the installation of DAEMON Tools Lite)
$mdsfileassociation = RegRead("HKCR\.mds", "")" ???, for example?

or

"; Create a new icon in Start Menu
If $NewStartMenuIcon = 1 Then
FileCreateShortcut($InstallDir & "\daemon.exe", @StartMenuCommonDir & "\Programs\DAEMON Tools Lite.lnk", $InstallDir)
EndIf"

Why not a simple script? Is this silent?

How do I uncomment "; Keeps the Start Menu folder
$StartMenuFolder = 1"?
By changing $StartMenuFolder to $StartMenuFolder = 0?

Sorry mate, not trying to be an a**, but I like things simple and straight forward.

Regards,
Atolica

#178 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 15 January 2009 - 06:09 AM

@atolica
Try to make your script without my c..p. and 100% silent ;)
Maybe jd will use yours.

#179 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 January 2009 - 07:17 AM

Hey don't take it like that. It wasn't my intention to offend you in anyway, even if I did, it seems. I could've wrote CRAP, but I didn't. You know what I meant.

#180 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 22 March 2009 - 11:09 AM

Thanks a lot guys been looking for this dunno why i missed it! *shoots himself*

Thanks you very much folks!

Stoner81.

Share this topic:


  • 10 Pages +
  • « First
  • 7
  • 8
  • 9
  • 10
  • 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