Help - Search - Members - Calendar
Full Version: Anyone Had Any Luck With NTI Cd Maker..?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
andybaines
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

smile.gif
DLF
A search for...
CODE
nti+cd+maker

seartching within "titles only" brings up this result...
http://www.msfn.org/board/index.php?showto...hl=nti+cd+maker
Have you never heard of Mr Boole?
andybaines
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..?

smile.gif
muiz
finaly i am not the only one.

i like to know to smile.gif
andybaines
I finally resorted to AutoIt for this one, hehehe...

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

smile.gif
muiz
thx i will try soon, and what about the registration?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.