MSFN Forum: Nero6608 silent install - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Nero6608 silent install Cannot register program silently Rate Topic: -----

#1 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 21 April 2005 - 10:48 PM

Hi,

I'm having trouble trying to register Nero6608 silently. I use the code as shown below to install with my xplode setup..

<item display="Nero Burning ROM 6.6.0.8">
 	 <execute display="Installing">
    <program>#systemdrive#\Install\Nero6608a\Setup.exe</program>
    <arguments>/SILENT /NO_UI /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN</arguments>
    <wait>true</wait>
 	 </execute>
  </item


The program installs fine but upon first use I am asked for my serial number again. After giving it my s/n it will then work. Why isn't it registering my product during install?


#2 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 22 April 2005 - 12:49 AM

wrong serial ?

#3 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 22 April 2005 - 01:31 AM

I had the same problem ,
nero accept to install silent , after that , he ask me the serial ?
I dont know how , what was wrong , but after a lot of changes
I can use now the silent install for nero 6.6.0.5

cmd1[pn]=['%cdrom%\\WinApp\\Nero_v6_6_0_5\\nero6605.exe /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL']

#4 User is offline   darkimage 

  • Group: Members
  • Posts: 1
  • Joined: 22-April 05

Posted 22 April 2005 - 02:42 AM

i use this way, is better:


RunOnceEx.cmd
...

REG ADD %KEY%\005 /VE /D "Nero Burning 6.0" /f
REG ADD %KEY%\005 /V 1 /D "REGEDIT /S %CDROM%\software\nero\regnero.reg" /f
REG ADD %KEY%\005 /V 2 /D "%CDROM%\software\nero\Nero-6.6.0.12.exe /silent /noreboot" /f

REG ADD %KEY%\010 /VE /D "Nero Burning LANG" /f
REG ADD %KEY%\010 /V 1 /D "%CDROM%\software\nero\Nero-6.6.0.12_ita.exe /silent /noreboot" /f

REG ADD %KEY%\015 /VE /D "Nero Vision 3.0" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\software\nero\NVE-3.1.0.0d.exe /silent /noreboot" /f

REG ADD %KEY%\020 /VE /D "Nero Vision LANG" /f
REG ADD %KEY%\020 /V 1 /D "%CDROM%\software\nero\NVE-3.1.0.0d_ita.exe /silent /noreboot" /f

...


regnero.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
"User"="XXXXX"
"Company"="XXXXX"
"Serial6"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"


enjoy [ :thumbup ! ]

#5 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 22 April 2005 - 06:20 AM

glent, on Apr 22 2005, 05:19 PM, said:

wrong serial ?
<{POST_SNAPBACK}>


Read my post again.

@Darkimage: I'll try your method and let you know how I go. Would it matter if I apply the reg after install?

Thanks for helping

#6 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 22 April 2005 - 03:42 PM

OK,

This still isn't working. :no:

I apply a registry entry containing my serial before the application is installed. I will try moving this to after the program is installed. Here's my .xml and .reg snippits just incase someone can see what I'm missing.

<item display="Nero Burning ROM 6.6.0.8">
  	<execute display="Installing">
    <program>#systemdrive#\Install\Nero6608a\Setup.exe</program>
    <arguments>/SILENT /NO_UI /NOREBOOT</arguments>
    <wait>true</wait>
  	</execute>
  </item>


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
"User"="xxxxxxx"
"Company"=""
"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"


There are no typo's in the serial, it will work correctly if I put it in manually on first run

#7 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 23 April 2005 - 03:48 AM

I don't know if a way is better then other
for me better is the easy way

so , one single call with parameters is the most easy way .
and I don't know what was wrong before
but now work for me fine in WPI 3.5

#8 User is offline   1to1 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 22-February 05

Posted 23 April 2005 - 04:24 AM

use Felix way is better and easer to do.

#9 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 23 April 2005 - 04:40 AM

Quote

use Felix way is better and easer to do.


Felix way? Can you elaborate on that a little or direct me to post that you are reffering to? I don't see anyone posts in this thread with the name Felix.

You may be interested to know that when I move the reg entry to AFTER the program install it works. The program is now fully functional, however, for some strange reason in the Start>Programs list it is still called Nero 6 Demo.
And if I have the reg applied BEFORE the program installation, the title in the Start>Programs list is called Nero Burning Rom but the program is in demo mode.... very strange.

#10 User is offline   1to1 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 22-February 05

Posted 23 April 2005 - 11:47 AM

here it is


Felix

#11 User is offline   hohner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 08-March 05

Posted 23 April 2005 - 06:46 PM

Cheers, I'll give it a try.

#12 User is offline   Tinywoods 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 04-April 04

Posted 23 April 2005 - 11:01 PM

Hey, try this one. it is the most easiest way what I know.
1.Extract Nero-6.6.0.8.exe (whatever versions)
2.Make a SFX file using WinRAR - self extract, solid, highest compress
(see below)
3.click to install or use a run command.
for instance %CDROM%\software\nero\Nero-6.6.0.8.exe
No need any switches, reg files.

4.You can enjoy :thumbup


Regarding 2.
Paste below command in a comment space

;The comment below contains SFX script commands

Setup=setup.exe /SN=****-****-****-****-****-**** /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL
TempMode
Silent=1
Overwrite=1
Title=Nero 6.6.0.8 Ahead Software AG


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy