pastl Posted August 21, 2004 Share Posted August 21, 2004 I use a autoit3 script for this, it works simple:start %CDROM%\Programme\Nero\nve21218.exe /SILENT /NOREBOOTstart /wait %CDROM%\Programme\sleep.exe /65start /wait %CDROM%\Programme\Nero\nve.exenve.exe (nve.au3):AutoItSetOption("MouseCoordMode", 0)winwait("NeroVision Express Installations-Assistent")MouseClick("left", 70, 187, 1); Alle Datei-Assoziationen deaktivieren; muss jeder selbst anpassenFor $i = 1 to 12 Step 1send("{Space}")Next; Fertig stellencontrolclick("NeroVision Express Installations-Assistent", "", "Button2", "Weiter >") Link to comment Share on other sites More sharing options...
jleonard78 Posted August 23, 2004 Share Posted August 23, 2004 gai-jin: I'll try your suggestion. I guess I just didn't take it with that approach. Sometimes I tend to forget I can tweak the heck outta stuff with the registry. My brain doesn't always realize alternate approaches to the problem, also I guess because nobody else had mentioned the problem.The only thing that might be tough is finding all the necessary registry keys. Although, I bet if I uninstall NVE on my personal pc, reinstall with Ad-Watch enabled...I could easily get a list of what reg. settings it modifies.If worse comes to worse, I'll just use a taskkill, I guess, to terminate the nve2xxx install exe. I bet it is hanging because eventhough I told it /nolicence, it is still looking for a response to it's dialog.I sure hope reg settings prevent it from trying to use that last screen...oh I could kill Ahead for this though. Link to comment Share on other sites More sharing options...
polecat Posted September 11, 2004 Share Posted September 11, 2004 I think the key to this problem of it hanging for input (asking for file associations)Would be to find the relevent registry key and put them in to regtweeks.regso they are in place before NVE is set up this should work if I can find them in my registry! been looking for the last 3 hours now!I presume this will work as NVE pull the serial number from the reg as i install nero first with the serial!!Any one willing to help find the entry's in the resitry for NVE file associations!! Link to comment Share on other sites More sharing options...
M4M Posted September 13, 2004 Share Posted September 13, 2004 Hey all. I would like to start off by saying hi, and that this is my first posting.Now, for the topic at hand.I also have been fighting with this and with my audigy gamer drivers, but I am tracking down what is needed in order to make this a silent install. here is what I found out.....1) if you try a silent install even after it is already installed, it runs flawlessly.2) when you uninstall it and run the unattended install, it hangs again at the file types, so we now know that it is infact a reg setting issue we are dealing with.I have used wininstall LE to watch the install and found a registry listing about a mile long. I am gonna attempt to shorten it up to the "bare-bones" to try to make it:1) universal for all users2) only contains what is needed to make this install unatted, nothing more or less.I will let you know how I am progressing with this.... Link to comment Share on other sites More sharing options...
M4M Posted September 14, 2004 Share Posted September 14, 2004 well, I have tried importing the reg files and it still hangs asking for the extention associations. it seems that this just might be hard-coded in the installer. Link to comment Share on other sites More sharing options...
gai-jin Posted September 20, 2004 Share Posted September 20, 2004 I take it there was never a solution to this yet... Its annoying me enough now I'd be willing to try other options... How would I go about using the AutoIT scrpt pastl mentioned above?Gai-jin Link to comment Share on other sites More sharing options...
evilvoice Posted September 25, 2004 Share Posted September 25, 2004 the newest NVE has fixed the file associations problem with silent installation...I just tested and everything went smoothly (kept taskmgr open cuz I wasnt sure it was gonna work, but sure enough, setup.exe ended, then NVE21221.exe ended) Link to comment Share on other sites More sharing options...
beppemito Posted October 15, 2004 Share Posted October 15, 2004 the newest NVE has fixed the file associations problem with silent installation...I just tested and everything went smoothly (kept taskmgr open cuz I wasnt sure it was gonna work, but sure enough, setup.exe ended, then NVE21221.exe ended)can anyone confirm this? Link to comment Share on other sites More sharing options...
jrf2027 Posted October 15, 2004 Share Posted October 15, 2004 the newest NVE has fixed the file associations problem with silent installation...I just tested and everything went smoothly (kept taskmgr open cuz I wasnt sure it was gonna work, but sure enough, setup.exe ended, then NVE21221.exe ended)can anyone confirm this?I can confirm it, using nve21221.exe there is no screen popping up after the install asking to confirm file associations. They are all enabled by default now. I don't know if this will change as of Monday when Nero 6.6 and NVE 3.0 are released. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now