Jump to content

Silent Install daemon tools 3.47 lite


alecuba16

Recommended Posts

Hi,

I din't found any method to install my favourite daemon tools version, i don't like the 4... this is the script that you can compile into autoit and made a exe setup.exe

; Run Installer
Run("msiexec /i dt347.msi /qr /norestart")

; Wait 1 minute max for installer window opens
WinWaitActive("DAEMON Tools 3.47.0","",60)

; While the installer is installing.....
; ---------Start While bucle -------------
while WinExists("DAEMON Tools 3.47.0")

; Activate Found New Hardware Wizard down is in spanish
WinActivate("Asistente para hardware nuevo encontrado")
; In English WinActivate("Found New Hardware Wizard")

; Wait max 10 seconds for this window if not exist or activated
WinWaitActive("Asistente para hardware nuevo encontrado","",10)

; If exist and is active press ESC for close
if WinActivate("Asistente para hardware nuevo encontrado") then
Send("{ESC}")
endif

; If daemon tools installer is runing repeat the bucle.
WEnd
; ---------End While bucle -------------

Edit for paste and optimized code, now you can see the daemon tools process window bar and not need to wait seconds for anything.

I use in my WPI and works fine! :thumbup

Edited by alecuba16
Link to comment
Share on other sites

  • 5 months later...

a more easy way:

using uniextract..decompress the .exe file

then..you will obtain other .exe file

execute that file..press next, and then (when the msi installer is working)..search in windows temp folder a .msi file

for example, msi file name of daemons lite (very lite..2mb) is 37fab0.msi

then you can make it silent using the .msi switches (/passive /norestart).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...