Schmitty Posted July 25, 2007 Posted July 25, 2007 Would be good if NeroVision Content (NV4Content.exe) could be installed too.Do not worry about editing comment in Nero7_chm_*.exe with WinRAR, it does not work.
CEoCEo Posted July 25, 2007 Posted July 25, 2007 Thanks Schmitty! You really are a source of ideas. Template Package for Nero Vision 4 (NV4Content.exe) and multiple serial numbers to activate plugins are now on my to-do list.BTW, it’s a real shame that Nero 7 Helpfile Pack and Template Package for Nero Vision 4 extraction path is hardcoded in the SFX. If there is a way to extract to a custom dir, please let me know.
Schmitty Posted July 25, 2007 Posted July 25, 2007 Thanks Schmitty! You really are a source of ideas. Template Package for Nero Vision 4 (NV4Content.exe) and multiple serial numbers to activate plugins are now on my to-do list.BTW, it’s a real shame that Nero 7 Helpfile Pack and Template Package for Nero Vision 4 extraction path is hardcoded in the SFX. If there is a way to extract to a custom dir, please let me know.Yes, it is a shame they are hardcoded . I just extracted each SFX and created a new SFX for each package using my custom install path.Perhaps also you could add the option to set AdvancedMode in StartSmart (HKCU\Software\Ahead\Nero StartSmart\Settings). And LastUserAutomaticUpdateDays in Nero Update (HKLM\Software\Ahead\Installation\Settings) to change number of days before Nero checks for updates.
CEoCEo Posted July 27, 2007 Posted July 27, 2007 I found a way of installing SFX packs when using a custom installation path and added a few more requested tweaks. Changelog: 1.5* Added: Optional install of Template Package for Nero Vision 4 (NV4content.exe)* Added: Special treatment of SFX packs when using a custom installation path* Added: Ability to activate additional Plug-ins* Added: Option to set Advanced Mode in StartSmart* Added: Option to run BurnRights to allow all users logged on locally to burn media* Added: Option to change number of days before Nero checks for updatesI believe this script is getting as complete as it can be and the real work is now to get this updated for future versions, don’t you all agree? Script is found in my signature.
Schmitty Posted July 28, 2007 Posted July 28, 2007 (edited) I found a way of installing SFX packs when using a custom installation path and added a few more requested tweaks. Changelog: 1.5* Added: Optional install of Template Package for Nero Vision 4 (NV4content.exe)* Added: Special treatment of SFX packs when using a custom installation path* Added: Ability to activate additional Plug-ins* Added: Option to set Advanced Mode in StartSmart* Added: Option to run BurnRights to allow all users logged on locally to burn media* Added: Option to change number of days before Nero checks for updatesI believe this script is getting as complete as it can be and the real work is now to get this updated for future versions, don’t you all agree? Script is found in my signature.Yes, that's good . Edited July 28, 2007 by Schmitty
urie Posted July 28, 2007 Posted July 28, 2007 @CEoCEo, Nice Additions to script i normally install NV4content.exe so thats a bonus also.
CoolDude Posted July 29, 2007 Posted July 29, 2007 I installed nero 7.5.1.1 (Nero7 Ultra) silently (on MS virtual pc2007) by using methods quoted here using the switch /qn /norestart SERIALNUM_USERVAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" in the original installer. installation went fine, but showed two errors Unable to register C:\Program Files\Ahead\Lib\NSG_dxFilter.dll. Error code 21 The speciFied module could not be Found, ERROR = 126 FACITLITY = 7andUnable to register C:\Program Files\Common es\Ahead\Lib\Nero3DMenuEFFects. dll. Error code The speciFied module could not be Found. ERROR = 126 FACITLITY = 7 If someone can help with the problemThanks in advance
twaydb Posted August 6, 2007 Posted August 6, 2007 The 1.5 script works great but I'm left with the Weather Channel prompt that I manually have to select. Tried to edit different "button" combinations in your script without success. Any ideas?
CEoCEo Posted August 6, 2007 Posted August 6, 2007 Thanks twaydb for finding this bug! I never thought anyone was using this type of distribution. Script now automatically removes The Weather Channel Desktop installer to prevent execution.Updated script is found in my signature.
spinejam Posted August 9, 2007 Posted August 9, 2007 Thanks twaydb for finding this bug! I never thought anyone was using this type of distribution. Script now automatically removes The Weather Channel Desktop installer to prevent execution.Updated script is found in my signature.tx for the script CEoCEo -- it works great!
jellyhead Posted August 9, 2007 Posted August 9, 2007 What is the Component ID for NeroCopygadget in version 7.10.1.0?
Shark007 Posted August 9, 2007 Posted August 9, 2007 Other TOPICS of similar content have been* MERGED *into this topic.
Nucleus Posted August 12, 2007 Posted August 12, 2007 Hello,The following three processes run in the backround after Nero installation:NMBGMONITOR.EXENMINDEXSTORESVR.EXENMINDEXINGSERVICE.EXEIs there a way to remove them, or not even install them? An unattended way, maybe using the AutoIT script? They are not really required, and they mostly waste resources.Thanks
CEoCEo Posted August 12, 2007 Posted August 12, 2007 There’s always a way with AutoIt… I believe all those files are related to Nero Home. Do they start even if you don’t install Nero Home?Add these lines at the end of the script to delete them and they will hopefully never appear again.; Remove Nero Home related filesFileDelete ( @CommonFilesDir & "\Ahead\Lib\NMBgMonitor.exe" )FileDelete ( @CommonFilesDir & "\Ahead\Lib\NMIndexingService.exe" )FileDelete ( @CommonFilesDir & "\Ahead\Lib\NMIndexStoreSvr.exe" )I don’t know if this is recommended for the regular user yet but if there is a demand for this feature I’ll add this one.
Nucleus Posted August 12, 2007 Posted August 12, 2007 Thanks for the reply. Yes, they start even if you don’t install Nero Home. I never install it.The thing that troubles me is, what happens when auto it tries to delete these files and they are in use? Will it succeed?As soon as I try it I'll let you know.
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