Help - Search - Members - Calendar
Full Version: Nero Burning ROM v9.4.13.2
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
biatche
Can anyone post a 100% tested and working guide for 9.4.13.2 setup for just the main application and express. I don't think anything else is needed. commandline nero program would be good if it can be included. Many thanks and appreciation.

I have tried many guides here to no avail. Setup does nothing, or stalls or something like that, I forgot.
vaska94
biatche
try nero Lite : http://updatepack.nl/downloads/nero-lite/
and also you can download their SDK to make own install newwink.gif
Sonic
I've just tested and it seems to work great using that method :
start Nero_setup.exe
pickup setup folder from %tmp% folder ... (about ~1,2Gb)
open each *.msi of folder "unit_app" with orca or with hexeditor to find ProductName and delete folder that you don't want ...
result of a setup folder about 780mb
you can silent install with
CODE
start /w "" setupx.exe /i /qb SERIALNUMBER="xxx" EULAACCEPTED="1"

Repacked setup folder result of 246mo (rar)
This method is the most genuine procedure for me ...
dreamline
Hi all,
This method did work for me. I've removed all folders except unit_app_30 (Nero Burning Rom), unit_app_61 (Advertising Center) and unit_app_63 (Control Center). My problem is in the fact that setupx exits before the installation is finished and because my regular installation continous Nero is being aborted and is not installed.

Anyone have any ideas on how to wait for the installation to finish? Tried several weeks now and still have the same problem...

Thanks for any help.. biggrin.gif

One more tip: Use TARGETPATH="<path>" to get Nero in a different place then c:\Program files.. biggrin.gif
biatche
so dreamline, your problem was your installation never completed? so it does begin, but it doesn't end, right? I might have had the same issue, but i don't get any error message / popup or anything at all since i use the silent switch. btw, via this method, will it install that...annoying nero 9.... uhm.... **** what do you call that? there was this annoying bloatware stuff.. i forgot what it was
dreamline
Hi Biatche,
Here's the funny part. Setupx exits after a few seconds and the installation continous and after a few minutes Nero has been installed without a problem. Eventhough I am using start /wait.

However when I try to install Nero through runonceex with start /wait /qn etc. etc. Then setupx still returns after a few seconds to my other installation script and probably because these scripts use msiexec too the Nero installation gets aborted. While all my other programs are installed and start /wait actually waits until that installation has been finished.

For some reason start /wait setupx.exe ..... doesn't actually wait for the installation to finish which causes my problem.

Also the different method (somewhere mentioned here on msfn) to install nero 9 through the unit.msi doesn't seem to work for me and I don't know why..

So I'm going to keep looking for a way to install nero 9, but it might take some time. If all fails then probably I'll go back to nero 7 or nero 8. smile.gif

biatche
So why exactly are these people saying their silent stripped setup is working? Is it really working for them and simply not really working for us? or does it work under circumstances.. hmm.. im so confused. Now that there isn't anymore nero lite or micro, I gotta do this on my own.
x-Shadow-x
QUOTE (biatche @ Jun 9 2009, 01:48 PM) *
So why exactly are these people saying their silent stripped setup is working? Is it really working for them and simply not really working for us? or does it work under circumstances.. hmm.. im so confused. Now that there isn't anymore nero lite or micro, I gotta do this on my own.

Well there could be, I could make a program to make you a stripped down (install nero 9, then do a regshot, export registry, make installer...) Or I could host my Very slim nero 9 on another site like the nero 8 slim/micro.

Woo 300 posts.
cybpsych
QUOTE (x-Shadow-x @ Jun 10 2009, 04:58 AM) *
QUOTE (biatche @ Jun 9 2009, 01:48 PM) *
So why exactly are these people saying their silent stripped setup is working? Is it really working for them and simply not really working for us? or does it work under circumstances.. hmm.. im so confused. Now that there isn't anymore nero lite or micro, I gotta do this on my own.

Well there could be, I could make a program to make you a stripped down (install nero 9, then do a regshot, export registry, make installer...) Or I could host my Very slim nero 9 on another site like the nero 8 slim/micro.

Woo 300 posts.

thumbup.gif that'd be great!
biatche
yeah man please do something. smile.gif
dreamline
Yea I would love a tutorial on how to do a Nero Portable version.. smile.gif

I think I have found the answer: VMWare ThinInstall.. biggrin.gif So i'm gonna go and try that first.. biggrin.gif
x-Shadow-x
Thinstall merges everything into one exe, no install, so if you want that, go ahead.
I will have to think of a way to do this (stated at post #8), it wont be to hard, but it may be.
Tell me if you want me to make a slim/micro version and host it off site.
cybpsych
x-Shadow-x, what does each Slim and Micro have?
dreamline
I've tested the Thinapp way and it is indead packed into a single file. I rather use the unit.msi files, but I can't get them to work, unless I use setupx. If i use the unit.msi files (with some modifications through Orca) then nero is installed but I can't seem to get Nero to work (control center doesn't work and it doesn't accept my registry export from the full install).

smile.gif

Edit: Well I've just tested thinapp some more and it seems possible to let ThinApp do all the work with snapshots and saving the changed files and registry to a project directory. Next I checked those files and went through the registry settings grabbed by ThinApp and I saved the ones that seemed important to me. I now have a working version of Nero without any installer. All I need to do now is create an msi package for all the files needed. I guess I have just started to built my own very first micro installation.. biggrin.gif
x-Shadow-x
Slim includes
- Nero BurningROM
- Nero Express
- Nero Cover Designer
- Nero ToolKit (DiscSpeed, DriveSpeed, InfoTool, BurnRights);
- Nero WaveEditor

Micro Includes
- Nero BurningROM
- Nero Express
But I don't really want to mess with nero's eula
www.nero.com/enu/copyright.html
CODE
Any reproduction or redistribution of the Software not in accordance with the License Agreement is expressly prohibited by law, and may result in severe civil and criminal penalties. Violators will be prosecuted to the maximum extent possible.


So I think I will just make a custom installer (download Nero, install, extract files to specific directory, click build, compiles into installer). Would anyone like that?

--

Thinapp is kind of cheating, it does all the work for you and it wont really be an actual installer. newwink.gif
dreamline
Hi x-Shadow-x,
That ofcourse would be great.. Count me in for the custom installer.. biggrin.gif
x-Shadow-x
Ok, I need to think how I can do this. It should be very simple.
If I have time.
cybpsych
yeah, a custom tool is fine, as long as it can be further discussed here (not closed or banned later).

I'm going for Micro biggrin.gif
dreamline
Hi All,
I think I nailed it all down with the help of msfn (a different post called "A different way to install nero") and ofcourse thinapp. My installation only contains Nero Burning Rom 9.0.9.4 and is now 46MB in packed size. Everything is installed trough the unit.msi which you have to modify a bit (see post on msfn "A different way to install nero"). And most important I didn't install the "Microsoft Visual C++ 2005 Redistributable Package " which was mandatory in my case. But I'm still testing to see if I actually need to install this or can slim it down with a few more MB's.

The reason probably why it wasn't working for me had to do with some registry settings not inserted when installing through the msi's. With the help of ThinApp I managed to track down those registry settings.

If any body is interested in my solution just lemme know (because a different post on msfn about "A different way to install nero" was not working for me).
cybpsych
that sounds promising, dreamline.
biatche
dreamline, please pm me your solution! thanks !
dreamline
Hi all,
At the moment I'm working, but later on today I will do a clean install of Nero 9.0.9.4 to see if my solution actually works. If so then I will post a step by step tutorial explaining what I did to make it all work. smile.gif I will also test if my solution works for the latest version of Nero. biggrin.gif
biatche
Why would you want to use that fairly old version?
dreamline
Hi Biatche,
I haven't got the 9.4.13.2 version. So I'm stuck to my old version.. sad.gif I downloaded the 9.4.13 trial version with a temporary license file, so I can check if my documentation works on this version too.. biggrin.gif Right now I'm going to test it so keep your fingers crossed... biggrin.gif

Just tested 9.4.13.2 and didn't work, so back to testing.. Nero gets installed but doesn't start... sad.gif I am getting closer and closer, so I think I will get there.. biggrin.gif
biatche
Thanks for the attempts. I hope the attempts would pay off and we'll have a way to use a bare nero. Sometimes I do wonder why Nero decided to put all the bloat.
x-Shadow-x
With dreamline's version of the nero 9, you would have to have thinapp (yes that means buy a program to make a program), and I don't think anyone would like to do that. I have the basic plans out for my app and I'm just working on the coding. Still need to think of what kind of installer I will use.
dreamline
Hi again,
Like x-Shadow-x said I used ThinApp for the job, but I am sure there must be some programs that do the same job without having to pay for it. smile.gif Also if you don't have VMWare then the job might be tricky as well since you have no way of testing the installation, unless you have a second PC and tons of CDs/DVDs. smile.gif

For Nero Burning Rom 9.0.9.4 and 9.4.13.2 I nailed it down to having advrcntr4.dll and register it with regsvr32 (see my instructions and the thread here on MSFN called thread "new way to install Nero 9 silent"). You need registry keys from HKLM\Software\Classes\CLSID (get a freeware program that does snapshots of your registry before and after an installation and compares the differences). And finally modify unit.msi with Orca so that you can install from the unit.msi. If you do not modify unit.msi you will get a nag screen saying that Nero has to be installed from setupx.exe).

I nailed it down and here's the how to:

Edit: Tutorial removed for now since it only seemed to work on my test computers and according to Biatche it didn't work on his. So back to testing and trying to figure out a working solution on all computers for a nero installation through the unit.msi's... biggrin.gif
x-Shadow-x
There aren't any other programs like that because vmware patented it, if you want to snap your registry, you can use regshot. And I can get nero+express into a 13Mb package.
biatche
awesome, will be checking it out soon, have you tested it to be working?
x-Shadow-x
Tested and working.
Working on the script as I type.
biatche
i dont have vmware on this pc, can anyone share the registries for 9.4.13.2? I think I can work my way from there
dreamline
Hi all,
I think I may have missed some registry settings, probably I needed the references in HKCR\CLSID too. I'll be testing that today. If it's true then I'll modify the tutorial in my previous post, because ThinApp doesn't do a regshot from HKCR. sad.gif I have tested the installation before posting the tutorial to see if it worked and it worked, so right now I'm testing the installation again to see if you actually need the HKCR registry settings.. I'll keep you posted.. biggrin.gif
x-Shadow-x
You dont need 9/10ths of the registry for nero. No need for the CLSID.
dreamline
Hi,
Well I tested the installation again and this time it failed.. Maybe it's because I did something different because when I tested my installation i prepared yesterday 2 more times it worked. smile.gif So the tutorial should work.. biggrin.gif
biatche
So x-Shadow-x says no need for CLSID's and dreamline says he missed some. Haha, so which is it? I'll wait for your new registries anyways. Hope to get a good setup working today. smile.gif
x-Shadow-x
Well my setup is working. Just working on an inf. Oh I do hate inf's.
dreamline
Tested my setup again too and have brought down the registry keys you need down to only a few. You still get the registration screen but if you press close then Nero starts. I'm still trying to figure that one out. Thought it had to do with the HKCU\Software\Nero hive, but seems that exporting and importing that hive doesn't get you passed the registration screen without having to press close (Could be because I'm using a trial serail though, so export this hive too). There also might be more serials mentioned in the HKLM\Software\Nero\Shared\NL9 hive, so make sure you export them all. smile.gif

As for the other registry settings: below you find overview. Basically we need the CLSID registry settings too because we haven't installed advrcntr4.dll but copied it over seperately to "c:\program files\Nero\AdvrCntr4".

There's also a relation between ProductID and the hive in CLSID which contains the hex values. If the productID and this hive don't match then Nero won't be starting. I have tested the installation several times now and they all went OK. I haven't tested if actual burning is working but the image recorder did work.. There also might be a relationship between ProductID and your serial, so before creating the unattended installation install Nero first the regular way and export the below registry keys, the CLSID hives might change but I think they are always the same (Am not sure anymore).

If you wish to have a different language then you should have FamilyLanguage as a registry key too. If you leave it then you have the English version (NLD=Dutch, DAN=Danish etc. etc., see the abbreviations for the language files).

I will test my installation one more time.. biggrin.gif

CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Nero\Nero 9\Shared]
"FamilyLanguage"="NLD"


[HKEY_LOCAL_MACHINE\SOFTWARE\Nero\Shared\NL9]

"ProductId"=hex:15,03,06,09,e2,9b,10,12,2a,79,01,0b,a6,ac,8c,05,20,22,24,2a,28,\
  2a,54,52,50,52,54,4a,48,4a,44,42,40,42,44,4a,48,4a,54,52,50,52,54,aa,a8,aa,\
  a4,a2,a0,a2,a4,aa,a8,aa,94,92,90,92,94,8a,88,8a,84,82,80,82,84,8a,88,8a,94,\
  92,90,92,94,aa,a8,aa,a4,a2,a0,a2,a4,aa,a8,aa,54,52,50,52,54,4a,48,4a,44,42,\
  40,42,44,4a,48,4a,54,52,50,52,54,2a,28,2a,24,22,20,22,24,2a,28,2a,14,12,10,\
  12,14,0a,08,0a,04,02,00,02,04,0a,08,0a,14,12,10,12,14,2a,28,2a,24,22,20,22,\
  24,2a,28,2a,54,52,50,52,54,4a,48,4a,44,42,40,42,44,4a,48,4a,54,52,50,52,54,\
  aa,a8,aa,a4,a2,a0,a2,a4,aa,a8,aa,94,92,90,92,94,8a,88,8a,84,82,80,82,84,8a,\
  88,8a,94,92,90,92,94,aa,a8,aa,a4,a2,a0,a2,a4,aa,a8,aa,54,52,50,52,54,4a,48,\
  4a,44,42,40,42,44,4a,48,4a,54,52,50,52,54,2a,28,2a,24,22,20,22,24,2a,28,2a,\
  14,12,10,12,14,0a,08,0a,04,02
"Serial9"="<your serial here>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{EAF5E25C-A79D-8A47-DD87-3F42CCFB778D}]
"jb_^HGLr"=hex:8d,13,f6,e5,79,1a,96,b8,90,9a,4b,0d,2f,ea,ad,df,6d,09,a8,32,b3,\
  06,5e,a8,02,47,a7,f9,93,40,21,0a,59,2a,dd,2d,d1,db,7c,31,3c,5a,20,68,0b,30,\
  6d,5f,7c,77,ff,b3

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{41683729-8ADF-481A-A6BE-F4058AC69477}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{41683729-8ADF-481A-A6BE-F4058AC69477}\InprocServer32]
@="\"C:\\Program Files\\Common Files\\Nero\\AdvrCntr4\\AdvrCntr4.dll\""
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}]
@="NeroApplication Class"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}\InprocServer32]
@="\"C:\\Program Files\\Common Files\\Nero\\AdvrCntr4\\AdvrCntr4.dll\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}\ProgID]
@="AdvrCnt0.NeroApplication.2"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}\TypeLib]
@="{70DDA853-41A2-4db2-8441-980AFCB55040}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}\VersionIndependentProgID]
@="AdvrCnt0.NeroApplication"
biatche
QUOTE
CommonFiles <DIR> (holds the folder structure Nero\AdvrCntr4\AdvrCntr4.dll)
unit_app_4 <DIR> (I kept all language packs except)
unit_tpi_vcredist-x86-2005Sp1 <DIR>
nero_setup.cmd
hkcu_nero.reg
hklm_nero.reg
hklm_clsid.reg


I have common files \ blablaba advcntr4.dll. and registered it
I have unit_app_4, and i did the orca thing, but I used another program (insted).. so i dropped that table and deleted that row.
I used the registry from the previous post, minus "FamilyLanguage"="NLD". I did not include a serial, thought i'd fill that later.


All done. I get a "FATAL ERROR: we are very sorry but an internal error occured. pelase re-install the product to fix the problem. error-code: 1 / -3 / 1.4.0.2 see doc #5305

OK, not too sure what im doing wrong though haha. Any suggestions?

Also, I wish to include nero express. that should be unit 6 if im not wrong. I've done the same msi editing stuff, but I've not tried it yet. better get base running first.

Below is dir structure of my setup
CODE
Directory of W:\ua\apps.public\270_nero\setup

ipclog.exe 124,200 5/25/2009 5:59:06 PM A
setup.xml 540,781 5/25/2009 8:57:08 PM A
setupx.exe 5,731,624 5/25/2009 5:59:04 PM A

3 file(s) found
Total file size 6,396,605 bytes

Directory of W:\ua\apps.public\270_nero\setup\unit_app_30

PI90B.cab 11,045,337 5/25/2009 5:59:58 PM A
stubinfo.cab 1,955,669 5/25/2009 8:56:14 PM A
unit.msi 3,813,888 5/25/2009 8:58:30 PM A
unit.xml 8,382 5/25/2009 8:57:08 PM A

4 file(s) found
Total file size 16,823,276 bytes

Directory of W:\ua\apps.public\270_nero\setup\unit_app_4

BR90B.cab 166,892,668 5/25/2009 8:42:40 PM A
BR90LCHS.cab 1,665,331 5/25/2009 8:42:42 PM A
BR90LCHT.cab 1,679,273 5/25/2009 8:42:40 PM A
BR90LCSY.cab 1,963,440 5/25/2009 8:42:42 PM A
BR90LDAN.cab 1,957,954 5/25/2009 8:42:42 PM A
BR90LDEU.cab 2,037,513 5/25/2009 8:42:40 PM A
BR90LELL.cab 2,044,055 5/25/2009 8:42:40 PM A
BR90LESL.cab 1,994,363 5/25/2009 8:42:40 PM A
BR90LESP.cab 2,032,055 5/25/2009 8:42:42 PM A
BR90LFIN.cab 1,968,528 5/25/2009 8:42:24 PM A
BR90LFRA.cab 2,055,238 5/25/2009 8:42:40 PM A
BR90LHUN.cab 1,979,545 5/25/2009 8:42:24 PM A
BR90LITA.cab 2,012,819 5/25/2009 8:42:42 PM A
BR90LJPN.cab 1,769,277 5/25/2009 8:42:42 PM A
BR90LKOR.cab 1,770,162 5/25/2009 8:42:40 PM A
BR90LNLD.cab 2,018,094 5/25/2009 8:42:40 PM A
BR90LNOR.cab 1,949,254 5/25/2009 8:42:24 PM A
BR90LPLK.cab 1,987,736 5/25/2009 8:42:40 PM A
BR90LPTB.cab 2,019,908 5/25/2009 8:42:42 PM A
BR90LRUS.cab 1,959,343 5/25/2009 8:42:42 PM A
BR90LSVE.cab 1,944,590 5/25/2009 8:42:40 PM A
BR90LTHA.cab 1,920,244 5/25/2009 8:42:42 PM A
BR90LTRK.cab 1,958,217 5/25/2009 8:42:40 PM A
stubinfo.cab 3,599,945 5/25/2009 8:56:14 PM A
unit.msi 3,480,576 6/14/2009 7:51:12 PM A
unit.xml 40,629 5/25/2009 8:57:08 PM A

26 file(s) found
Total file size 216,700,757 bytes

Directory of W:\ua\apps.public\270_nero\setup\unit_app_6

NE90B.cab 166,719,245 5/25/2009 8:43:28 PM A
NE90LCHS.cab 1,665,331 5/25/2009 8:43:10 PM A
NE90LCHT.cab 1,679,273 5/25/2009 8:43:08 PM A
NE90LCSY.cab 1,963,440 5/25/2009 8:43:08 PM A
NE90LDAN.cab 1,957,954 5/25/2009 8:43:28 PM A
NE90LDEU.cab 2,037,513 5/25/2009 8:43:08 PM A
NE90LELL.cab 2,044,055 5/25/2009 8:43:08 PM A
NE90LESL.cab 1,994,363 5/25/2009 8:43:10 PM A
NE90LESP.cab 2,032,055 5/25/2009 8:43:10 PM A
NE90LFIN.cab 1,968,528 5/25/2009 8:43:28 PM A
NE90LFRA.cab 2,055,238 5/25/2009 8:43:06 PM A
NE90LHUN.cab 1,979,545 5/25/2009 8:43:28 PM A
NE90LITA.cab 2,012,819 5/25/2009 8:43:08 PM A
NE90LJPN.cab 1,769,277 5/25/2009 8:43:10 PM A
NE90LKOR.cab 1,770,162 5/25/2009 8:43:10 PM A
NE90LNLD.cab 2,018,094 5/25/2009 8:43:08 PM A
NE90LNOR.cab 1,949,254 5/25/2009 8:43:12 PM A
NE90LPLK.cab 1,987,736 5/25/2009 8:43:06 PM A
NE90LPTB.cab 2,019,908 5/25/2009 8:43:08 PM A
NE90LRUS.cab 1,959,343 5/25/2009 8:43:08 PM A
NE90LSVE.cab 1,944,590 5/25/2009 8:43:10 PM A
NE90LTHA.cab 1,920,244 5/25/2009 8:43:10 PM A
NE90LTRK.cab 1,958,217 5/25/2009 8:43:08 PM A
stubinfo.cab 3,595,849 5/25/2009 8:56:20 PM A
unit.msi 3,480,576 6/14/2009 7:52:44 PM A
unit.xml 40,629 5/25/2009 8:57:10 PM A

26 file(s) found
Total file size 216,523,238 bytes

Directory of W:\ua\apps.public\270_nero\setup\unit_app_63

CC90B.cab 10,301,888 5/25/2009 8:42:44 PM A
stubinfo.cab 2,575,697 5/25/2009 8:56:20 PM A
unit.msi 3,427,840 5/25/2009 8:58:42 PM A
unit.xml 9,202 5/25/2009 8:57:10 PM A

4 file(s) found
Total file size 16,314,627 bytes

Directory of W:\ua\apps.public\270_nero\setup.custom


0 file(s) found
Total file size 0 bytes

Directory of W:\ua\apps.public\270_nero\setup.custom\pf


0 file(s) found
Total file size 0 bytes

Directory of W:\ua\apps.public\270_nero\setup.custom\pf\Common Files


0 file(s) found
Total file size 0 bytes

Directory of W:\ua\apps.public\270_nero\setup.custom\pf\Common Files\Nero


0 file(s) found
Total file size 0 bytes

Directory of W:\ua\apps.public\270_nero\setup.custom\pf\Common Files\Nero\AdvrCntr4

AdvrCntr4.dll 5,719,336 11/12/2008 10:41:34 PM A

1 file(s) found
Total file size 5,719,336 bytes

Directory of W:\ua\apps.public\270_nero\shortcuts


0 file(s) found
Total file size 0 bytes

Total summary:
521 file(s) found
Total file size 2,717,520 KB
42,428 MB free


Below is my install.cmd
CODE
@echo off
xcopy /i /e /q /h /y "setup.custom\pf\" "%ProgramFiles%"
regsvr32 /s "%programfiles%\Common Files\Nero\AdvrCntr4\AdvrCntr4.dll"
cd setup\unit_app_4
start /wait msiexec /i unit.msi /qn
regedit /s "registry\def.reg"


And here's the registry
CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Nero\Nero 9\Shared]

[HKEY_LOCAL_MACHINE\SOFTWARE\Nero\Shared\NL9]

"ProductId"=hex:15,03,06,09,e2,9b,10,12,2a,79,01,0b,a6,ac,8c,05,20,22,24,2a,28,\
2a,54,52,50,52,54,4a,48,4a,44,42,40,42,44,4a,48,4a,54,52,50,52,54,aa,a8,aa,\
a4,a2,a0,a2,a4,aa,a8,aa,94,92,90,92,94,8a,88,8a,84,82,80,82,84,8a,88,8a,94,\
92,90,92,94,aa,a8,aa,a4,a2,a0,a2,a4,aa,a8,aa,54,52,50,52,54,4a,48,4a,44,42,\
40,42,44,4a,48,4a,54,52,50,52,54,2a,28,2a,24,22,20,22,24,2a,28,2a,14,12,10,\
12,14,0a,08,0a,04,02,00,02,04,0a,08,0a,14,12,10,12,14,2a,28,2a,24,22,20,22,\
24,2a,28,2a,54,52,50,52,54,4a,48,4a,44,42,40,42,44,4a,48,4a,54,52,50,52,54,\
aa,a8,aa,a4,a2,a0,a2,a4,aa,a8,aa,94,92,90,92,94,8a,88,8a,84,82,80,82,84,8a,\
88,8a,94,92,90,92,94,aa,a8,aa,a4,a2,a0,a2,a4,aa,a8,aa,54,52,50,52,54,4a,48,\
4a,44,42,40,42,44,4a,48,4a,54,52,50,52,54,2a,28,2a,24,22,20,22,24,2a,28,2a,\
14,12,10,12,14,0a,08,0a,04,02
;"Serial9"="<your serial here>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{EAF5E25C-A79D-8A47-DD87-3F42CCFB778D}]
"jb_^HGLr"=hex:8d,13,f6,e5,79,1a,96,b8,90,9a,4b,0d,2f,ea,ad,df,6d,09,a8,32,b3,\
06,5e,a8,02,47,a7,f9,93,40,21,0a,59,2a,dd,2d,d1,db,7c,31,3c,5a,20,68,0b,30,\
6d,5f,7c,77,ff,b3

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{41683729-8ADF-481A-A6BE-F4058AC69477}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{41683729-8ADF-481A-A6BE-F4058AC69477}\InprocServer32]
@="\"C:\\Program Files\\Common Files\\Nero\\AdvrCntr4\\AdvrCntr4.dll\""
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}]
@="NeroApplication Class"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}\InprocServer32]
@="\"C:\\Program Files\\Common Files\\Nero\\AdvrCntr4\\AdvrCntr4.dll\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}\ProgID]
@="AdvrCnt0.NeroApplication.2"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}\TypeLib]
@="{70DDA853-41A2-4db2-8441-980AFCB55040}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{492CB0B6-C41D-4E53-A6CF-21225F8D4D6F}\VersionIndependentProgID]
@="AdvrCnt0.NeroApplication"
dreamline
Hi Biatche,
I'm gonna do a full install on my other system, including Nero. So I'll let you know how that finishes, if it finishes I'll send you a PM how it went. smile.gif
biatche
not working for me still, ive tried your latest registries. it complains about installation corrupted and asks to reinstall again, something like that. i didn't go through the vmware process, just the orca part with your registries which I thought was enough.... mind showing me your filelist of a clean working setup? you can download a program like directory lister
dreamline
Seems that my tutorial isn't 100% bulletproof yet, so i'm back to testing and removed the tutorial for now.. I'm gonna try and find a working solution to install from the msi's on all systems. Right now it seems that my solution only works on my systems and not on yours biatche.

So back to testing and looking for a way to install through the .msi's instead of setupx.exe.. smile.gif
biatche
i gave up. moved on to cdburnerxp

seems to do the job well. havent tested actual burning. but i suppose that has to work heh.

i hope nero loses customers so they would do something about their crappy bloatware.




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.