Jump to content

Recommended Posts

Posted

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

:)


Posted

It has both an InstallShield and an MSI installation file in the folder, trying to run either with an unattended installtion switches results it it not being install, anyone got any ideas/suggestions..?

:)

Posted

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.

:)

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