Jump to content

Nero Custom Applications Builder (NCAB)


vcBlackBox

Recommended Posts

@vcBlackBox

Can i make a suggestion?

instead of adding the serial number on the command line, i would like to suggest using a reg file. this way you can add your name and company PLUS the best thing about using a reg file is that you can tweak the post installation further.

eg below.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Nero - Burning Rom\Info]
"User"="Your Name"
"Company"="Your Business Name"
"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\NeroVision\Info]
"User"="Your Name"
"Company"="Your Business Name"
"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\NeroMediaPlayer\Info]
"User"="Your Name"
"Company"="Your Business Name"
"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\NeroMix\Info]
"User"="Your Name"
"Company"="Your Business Name"
"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\shared]
"NeroDriverComponent"=dword:000003e8
"NeroCheckComponent"=dword:000003e8
"CoverDesignerComponent"=dword:000003e8
"ShortCutDLLLang"="ENG"
"AutoPlayHandlersEnabled"=dword:00000000
"ResourceCounter"=dword:00000000


; tweaks
;-----
;-----  Overburning for DVD to 4600MB and CD to 92min
;-----
[HKEY_CURRENT_USER\SOFTWARE\Ahead\Nero - Burning Rom\General]
"EnableDVDOverSize"=dword:00000001
"MaxDVDOverSizeBlocks"=dword:0023f000
"EnableDAOOverSize"=dword:00000001
"MaxOverSizeBlocks"=dword:00065130
;-----
;-----  Dont eject CD after burning
;-----
[HKEY_CURRENT_USER\SOFTWARE\Ahead\Nero - Burning Rom\General]
"EjectTheCDLater"=dword:00000001
;-----
;-----  Show the real CD-recording speed in Nero  (example:  21.6x writing speed)
;-----
[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder]
"ShowSingleRecorderSpeed"=dword:00000001
;-----
;-----  Short Lead-Out
;-----
[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder]
"ShortLeadOut"=dword:00000177
;-----
;-----  Remove Nero from Run
;-----
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"NeroCheck"=-
"NeroFilterCheck"=-
;Disable AutoStarting When Blank CD is Loaded.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\InCD]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\HandleCDBurningOnArrival]
"NeroAutoPlayEmptyCD" = -
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\NeroAutoPlayEmptyCD]
;Disable Startsmart
[HKEY_CURRENT_USER\Software\Ahead\Nero StartSmart\Settings]
"AdvancedMode"=dword:00000000
"DisplayLeftPanel"=dword:00000000
[HKEY_CURRENT_USER\Software\Ahead\Nero StartSmart\Defaults]
"1"=dword:00000000

Link to comment
Share on other sites


@`Felix`

Perhaps you have not looked at Nero_Installer.cmd carefully, but you can do all of that already and in fewer lines of code.  ;)

Hi there,

Yes i did look atht e installer closely and can see you can add to the installer... however if you use a reg file, personally i think it is simpler to maintain - just a personal preference and only a suggestion.

Your solution has come along way since you began - very impressive! I like your work.

I wasn't having a shot at you - just making a friendly suggestion. Of course i can make the changes to suit my preferences, but thought some of the other users may like the option of the reg file.

Link to comment
Share on other sites

When it's release, I'll look into it, but don't expect anything right away.

Is there a way i can remove nero filter check? cheers.

With v2.10, NCAB removes all traces of Nero filter check automatically.

Edited by vcBlackBox
Link to comment
Share on other sites

vcBlackBox i thought as much but once the extraction and the installation as finished spybot search & destroy pops asking if i wish to allow nero filter check to start up.

Also how do i change the installation directory i changed what i thought i was hte installation directory and it did sought of work but instead of installing it in C:\Program Files\Installed Software\Nero Burning Rom\ i know its only a little extra folder but it install it in C:\Program Files\Installed Software\Nero Burning Rom\Nero is there a way to get rid or rename the nero folder during the creation of nero lite?

Link to comment
Share on other sites

@englishmen

I guess I should rephrase what I said earlier, it will clear all traces of Nero filter check but only after a reboot is made. Remember for this silent install we suppressed the reboot option. This should not be a problem during your actual unattended install if you remember that all AV/Spyware utilities should be the last items installed during unattended setup.

Sorry that's outta of my control, that's just the way the Nero installer works.

Try setting it to %ProgramFiles%\Installed Software

then when it installs, it will be C:\Program Files\Installed Software\Nero

Not the most elegant solution, but you'll have one less folder.

One warning though, I don't know exactly what will happen when u uninstall it using this shorten path directory. Most likely, your other programs in this directory will be fine, but I thought you should know in case Nero's Uninstaller tries to remove the entire Installed Software directory. That would be bad. :no:

Link to comment
Share on other sites

Thanks vcBlackBox i shall first make another folder installed software 2 and install it in that folder then remove nero and see what happens before i install it in my installed software folder, thanks again for you help.

P.S. I shall post another message with the results just in case anyone else wants to know the results of installing it in a not default directory are.

Link to comment
Share on other sites

where do i put the final setup files? in the install folder? under $oem$

When i added officx xp there was the following line in the cmd file

%systemdrive%\install\Applications\OfficeXP\setup.exe which directed it to the setup file and in the nero cmd file there is no line that i can see which directs it to the setup.exe

So i dont really know where to stick the nero setup file.

this is just a guess would i stick it in %systemdrive%\install\Applications\

??????????? :}

Edited by neatan
Link to comment
Share on other sites

One PROBLEM...

I no longer have the check box that says "Shut Down computer after burn" when Nero Burning Rom is burning something.

(It is located above the check box that says "Verify written data")

How do I get it back?

post-6795-1127583589_thumb.jpg

Edited by Slumpey
Link to comment
Share on other sites

Edit the Nero_Installer.cmd and change

::      -----  Do not display the option to shut down the PC after burning -----
reg add "HKCU\Software\Ahead\Nero - Burning Rom\General" /v EnableShutDownCheckbox /t REG_DWORD /d 0 /f

to

::      -----  Do not display the option to shut down the PC after burning -----
:: reg add "HKCU\Software\Ahead\Nero - Burning Rom\General" /v EnableShutDownCheckbox /t REG_DWORD /d 0 /f

This will give you back the shutdown check box.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...