Jump to content

Anyone Had Any Luck With NTI Cd Maker..?


Recommended Posts

Anyone had any luck with a silent install of NTI CD Maker, it has both InstallShield (.iss) and an MSI install file.

Trying to search the board only throws up an error that NTI and Cd are both too small to search for and browsing every thread that has "maker" in it was taking ages.

Any advice is uch appreciated.

Andy

:)

Link to comment
Share on other sites


I finally resorted to AutoIt for this one, hehehe...

; --- Start ---

Run("setup.exe")

Sleep(10000)

WinWaitActive("NTI CD & DVD-Maker Gold Setup")
Sleep(500)
Send("!n")

WinWaitActive("NTI CD & DVD-Maker Gold Setup")
Sleep(500)
Send("!y")

WinWaitActive("NTI CD & DVD-Maker Gold Setup")
Sleep(500)
Send("!n")

WinWaitActive("NTI CD & DVD-Maker Gold Setup")
Sleep(500)
Send("!n")

WinWaitActive("NTI CD & DVD-Maker Gold Setup")
Sleep(10000)
Send("!y")

WinWaitActive("NTI CD & DVD-Maker Gold Setup")
Sleep(10000)
Send("!y")
Sleep(50000)
Send("{DOWN}")
Sleep(500)
Send("{ENTER}")

; --- End ---

This does the job fine for all the laptops at this school/college (Some are older hence the really long pause in there.) hope this helps you too muiz.

Obviously if your NTI version is a lil different you'll have to change it a tad here and there.

:)

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...