jamesbebby Posted March 5, 2009 Posted March 5, 2009 hi, what about nero 8.3.6.0 silent install?cheers james
battleangel444 Posted March 5, 2009 Posted March 5, 2009 Need to use Nero9 . I would have to assume you can call it from command line. You can all all the other apps with a switch.
Swarvey Posted March 29, 2009 Posted March 29, 2009 Nero 9 Completely Silent & Unattended - The Easy WayStep 1. Extract / Stooge / Accquire the install folders (unit_app_#) etc (easiest way is to start the downloaded installer, then open My Computer, navigate to your TEMP folder, open the NERO.TMP folder and you'll see it there, if you don't see the UNIT_APP_## folders, you're in the wrong place, otherwise copy ALL The files and folders you see into another folderStep 2. Identify and remove any UNIT_APP_## folders you don't need (that's right just delete the folders for the apps you don't use, don't edit them out of the XML or anything)Step 3. Edit the file SETUP.XML so your product key apppears between <Prop id="SerialNumber"> and </Prop>Step 4. Write yourself a batch file to runSETUPX.EXE /qb EULAACCEPTED="1"This is exactly how I did my completely unattended install. My install folder is now no more than 480Mb (about half the size of the original, and will fit on a CD)Below is an example of what a trimmed, unattended install folder should look like. The one below installs Nero Burning ROM, Nero Vision, Nero Wave Editor and Nero Cover Designer. Deleting the other folders seems to be OK as the SETUP.XML file is only parsed by the installer and compared to available packages. If they're not there, it just doesn't display them.Also, in the codebox, you will see the file "Activation.REG". This is nothing more than my product keys which I have exported from the registry (HKLM\SOFTWARE\WOW6432NODE\NERO\SHARED\NL9). The .REG file is then imported to the registry upon launching the SETUP.BAT file which I mentioned earlier.Directory of B:\Installation Sources\Nero 9 Activation.reg ipclog.exe SETUP.BAT setup.xml setupx.exe<DIR> unit_app_16<DIR> unit_app_17<DIR> unit_app_30<DIR> unit_app_4<DIR> unit_app_5<DIR> unit_app_61<DIR> unit_app_69<DIR> unit_tpi_directx-9c-redist-d3dx9-30<DIR> unit_tpi_imagxpress-7.0.74.0<DIR> unit_tpi_lightscribe-1.14.17.1<DIR> unit_tpi_msxml-4<DIR> unit_tpi_vcredist-x86-2005Sp1<DIR> unit_tpi_windows-installer-3.1Below is a list of the UNIT_APP_## folders and their relative components as per MY downloaded installerunit_app_4 Nero Burning ROMunit_app_5 Cover Designerunit_app_6 Nero Expressunit_app_10 Photosnapunit_app_12 Nero Recodeunit_app_13 Showtimeunit_app_14 SoundTraxunit_app_15 StartSmartunit_app_16 Nero Visionunit_app_17 Wave Editorunit_app_19 Drive Speedunit_app_20 Infotoolunit_app_21 Rescue Agentunit_app_50 Disk Copy Gadgetunit_app_57 unit_app_64 Movie Templatesunit_app_71 Nero Liveunit_app_30 [b]is essential, do not delete it[/b] (it might be safer to leave everything else that isn't an identified app package in the install folder, or you might screw things up.You will also see some UNIT folders with HLP in the folder name, these are no more than Help files and documentation for the apps, delete these as well if you don't need them.To trim the fat down even more, it appears you can safely remove the other languages from inside each of the UNIT_APP_## folders, i left nothing but ENG files in mine.Kudos to everyone from this thread, with all your inputs it only took me an hour to sort this out for myself (slow I know) but no one else seemed to be looking at the bigger picture of trimming and admin-installing, but here's the whole hock. Nero 9 with 55% reduced fat!
Nucleus Posted March 30, 2009 Posted March 30, 2009 I used this command to install nero 9 Nero-9.2.6.0.exe /i /q SERIALNUMBER="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" EULAACCEPTED="1" REMOVEAPP="unit_app_1, unit_app_5, unit_app_10, unit_app_12, unit_app_13, unit_app_14, unit_app_15, unit_app_16, unit_app_17, unit_app_19, unit_app_20, unit_app_21, unit_app_22, unit_app_50, unit_app_57, unit_app_61, unit_app_62, unit_app_63, unit_app_64, unit_app_65, unit_app_66, unit_app_67, unit_app_68, unit_app_69, unit_app_71, unit_app_74, unit_app_75" INCLANGUAGES= "ENG"This installs only nero burning rom and nero express. The installation finished, and nero burning rom and nero express shortcuts appeared in start programs. None of the 2 programs open though. And nero does not appear in add/remove programs. also the language nero uses is the same as my regional settings. I want it to be english though.How do I fix this problems?Thanks
Swarvey Posted March 30, 2009 Posted March 30, 2009 I used this command to install nero 9 Nero-9.2.6.0.exe /i /q SERIALNUMBER="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" EULAACCEPTED="1" REMOVEAPP="unit_app_1, unit_app_5, unit_app_10, unit_app_12, unit_app_13, unit_app_14, unit_app_15, unit_app_16, unit_app_17, unit_app_19, unit_app_20, unit_app_21, unit_app_22, unit_app_50, unit_app_57, unit_app_61, unit_app_62, unit_app_63, unit_app_64, unit_app_65, unit_app_66, unit_app_67, unit_app_68, unit_app_69, unit_app_71, unit_app_74, unit_app_75" INCLANGUAGES= "ENG"This installs only nero burning rom and nero express. The installation finished, and nero burning rom and nero express shortcuts appeared in start programs. None of the 2 programs open though. And nero does not appear in add/remove programs. also the language nero uses is the same as my regional settings. I want it to be english though.How do I fix this problems?ThanksMaybe try without the /i and /q commands first to see if the installer you have, has the option to choose the ENG language, or at the very least what language is chosen by "default"/i command uses default values, which is probably why your regional settings are taking preference language wise (remember the apps are still installed via MSIEXEC.EXE)Also, your command switches show that your telling it to only include the English language, sounds to me like the installer is using your regional settings as a default value, then your switches are removing everything except english language, perhaps the installer is tripping over and failing to actually install anything?The installer is probably going thru this:1. /i switch -> Install Nero with default system language eg.korean2. INCLANGUAGES="ENG" -> tells the installer to not include anything but an ENG language pack3. which equals -> Korean install, minus Korean language = faulty appThis would end up making a Nero App folder, which has been told it's Korean, but does not have the Korean language pack, which means the programs will be trying to load a Korean app but failing, as the INCLANGUAGES="ENG" switch has removed the Korean language packsI'm not sure if this rings true, but in my warped li'l brain it's a possibility
Nucleus Posted March 31, 2009 Posted March 31, 2009 Yes, it's the full installer and it has english included. I have also tried removing the /i switch, but it still installed the language of my OS. In any case, none of the 2 programs open. I'm guessing that I'm exluding something important by using those switches, but I don't know what.
Nucleus Posted March 31, 2009 Posted March 31, 2009 I fixed the problem with the programs not opening. I had to register AdvrCntr4 using regsvr32 /s AdvrCntr4.dll. Now both programs open just fine. When you want to uninstall though, there is nothing in add/remove programs. And the language problem remains. When working on nero everything is greek and I want it to be english.
Diabolo Posted April 4, 2009 Posted April 4, 2009 (edited) Nero-9.2.6.0.exe /i /q SERIALNUMBER="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" EULAACCEPTED="1" REMOVEAPP="unit_app_1, unit_app_5, unit_app_10, unit_app_12, unit_app_13, unit_app_14, unit_app_15, unit_app_16, unit_app_17, unit_app_19, unit_app_20, unit_app_21, unit_app_22, unit_app_50, unit_app_57, unit_app_61, unit_app_62, unit_app_63, unit_app_64, unit_app_65, unit_app_66, unit_app_67, unit_app_68, unit_app_69, unit_app_71, unit_app_74, unit_app_75" INCLANGUAGES= "ENG"I fixed the problem with the programs not opening. I had to register AdvrCntr4 using regsvr32 /s AdvrCntr4.dll. Now both programs open just fine. When you want to uninstall though, there is nothing in add/remove programs. And the language problem remains. When working on nero everything is greek and I want it to be english.Hi,For the uninstall problem, try to remove the 61, 62 and 63 units from the "removeapp" list (so they will NOT be excluded).Also, I don't know if the 69 and 75 units can be safely excluded.For the language problem:I have a French version of Nero. When I install without the INCLANGUAGES parameter, two languages, French and English are installed.So you could try without the INCLANGUAGES= parameter, if you want to have Greek and English languages.After install, open "Nero ControlCenter 4" and change the language from "Greek" to "English". Edited April 4, 2009 by Diabolo
biatche Posted April 11, 2009 Posted April 11, 2009 ive tried several methods here, one is the extracted, and ones the long params on the main file. well, nothing hapepns, nothing gets installed. i see a msiexec.exe runing in background, but thats there for a long period. no cpu usage.
midnight rambler Posted April 25, 2009 Posted April 25, 2009 I recall viewing documentation for installing nero 9 published by nero with sundry command line usage but have misplaced it. To aquire this would answer divers questions.
Angelico_Payne Posted April 27, 2009 Posted April 27, 2009 So I someone atm making a lite/micro editions of nero 9? (I saw Mara abandoned the project)
x-Shadow-x Posted April 28, 2009 Posted April 28, 2009 (edited) Mara did not abandon the project, it got deleted because the EULA says not to redistribute there files. That is why Nero 7/8/9 threads got locked. Edited April 28, 2009 by x-Shadow-x
midnight rambler Posted May 3, 2009 Posted May 3, 2009 So who knows where I can Nero AG's deployment documentation?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now