June 15, 200521 yr 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
June 15, 200521 yr A search for...nti+cd+maker seartching within "titles only" brings up this result...http://www.msfn.org/board/index.php?showto...hl=nti+cd+makerHave you never heard of Mr Boole?
June 16, 200521 yr Author 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..?
June 17, 200521 yr Author 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