Help - Search - Members - Calendar
Full Version: Nero 6.6.0.6
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
clair
i did follow this but not working for me.... i get message not lisense blushing.gif

but when install from cd and enter sn number manually works perfect!!! ( i did pay for serial)


Shrinking
I assume you already have installed WinRAR so rightclick the installer and unrar the file to C:\nero6605. If you want to shrink the source installation you'll need to create 0-byte files to replace unnecessary files. If you only want Nero you can replace everything, just leave the Nero folder and I think it will be down 10Mb (Untested).

Building Installer
Go to C:\nero6605 and select all files, rightclick on 1 of them and select "WinRAR>Add to archive" create a new SFX file with this comment:
CODE;The comment below contains SFX script commands

Setup=setup.exe /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL
TempMode
Silent=1
Overwrite=1
Title=Nero 6.6.0.5 Ahead Software AG
buletov
already discussed;
use .reg file entry to insert key into registry,
right after setup completes

or use reg.exe, like this:
reg add "HKLM\SOFTWARE\Ahead\Nero - Burning Rom\Info" /V Serial6 /D "xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" /f >nul

if you use nero vision, use this also:
reg add "HKLM\SOFTWARE\Ahead\NeroVision\Info" /V Serial6 /D "xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" /f >nul
Astalavista
try this method instead

http://www.msfn.org/board/index.php?showtopic=31565&hl=nero
clair
QUOTE (buletov @ Feb 15 2005, 04:56 AM)
already discussed;
use .reg file entry to insert key into registry,
right after setup completes

or use reg.exe, like this:
reg add "HKLM\SOFTWARE\Ahead\Nero - Burning Rom\Info" /V Serial6 /D "xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" /f >nul

if you use nero vision, use this also:
reg add "HKLM\SOFTWARE\Ahead\NeroVision\Info" /V Serial6 /D "xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" /f >nul
*



how to do that in winrar?
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.