Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Nero Custom Applications Builder (NCAB)

Featured Replies

I tried out your program and I get this error at the command prompt when running ncab.exe:

'C:\DOCUME~1\Philip\Local` is not reconized as an internal or external command, operable program or batch file.

Any ideas

]Bonkers[


* If you are using a localized (non-English) version of Windows XP/2003,

you'll need to perform a

Search & Replace for all instances of the following words:

Start Menu\Programs\

there should be 14 occurances of that word

Desktop

there should be 2 occurances of that word

and Replace them with your localized OS language equivalent.

Save and Exit

old

del "%AllUsersProfile%\Desktop\Nero StartSmart.lnk"
del "%AllUsersProfile%\Start Menu\Programs\Nero\Nero StartSmart.lnk"
del "%AppData%\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk"

You can use this code to take care of localization in Nero_Installer.cmd

new

SET SECTION="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
SET KEY="Common Desktop"
::Read value in registry
call readreg %SECTION% %KEY%

SET FILENAME="Nero StartSmart.lnk"
pushd "%RegVal%"
:: Delete file if it exists
IF EXIST %FILENAME% DEL /F /Q %FILENAME%
popd

SET KEY="Common Programs"
::Read value in registry
call readreg %SECTION% %KEY%

SET FILENAME="Nero StartSmart.lnk"
pushd "%RegVal%\Nero"
:: Delete file if it exists
IF EXIST %FILENAME% DEL /F /Q %FILENAME%
popd

DEL "%AppData%\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk"

get readreg.bat from the excellent Rob van der Woude's Scripting Pages

Bilou_Gateux: Thanks for the reply, but I am using a English version of Windows XP

  • Author

@smashly

Sorry, forgot to change the version number in the readme.

I tried out your program and I get this error at the command prompt when running ncab.exe:

'C:\DOCUME~1\Philip\Local` is not reconized as an internal or external command, operable program or batch file.

Any ideas

]Bonkers[

Did you use n-lite?

Did you remove Command-Line tools?

@Bilou_Gateux

Thanks, I'll look into it.

BTW, I haven't had much response from localized Windows users.

I hope my program is working out the way I envisioned it. Some feedback would be nice. ;)

Hi,

I've got the same problem as ]bonkers[. English WinXP, Nero 6.6.0.14, 7zip 4.20 (4.16Beta didn't work either). Which command-line tools are necessary to run NCAB?

I just get an error report when opening NCAB.exe

EDIT: worked the next time i clicked ncab.exe, possibly just my xp that ran poorly.

Edited by BoardBabe

Man you guys are hard core!! I am beginning to love this forum more and more and more!

Okay, after running NCAB in Win98/ME-Compatibility-Mode it now says WinRAR is not installed on my system, but it is (although not in the default location). Do I really have to reinstall WinRAR to use NCAB? I don't want WinRAR in the default location. :(

Edit: I just copied my WinRAR directory to C:\Program Files\, and now it's working! Maybe the NCAB creator could add a line to the first topic stating that WinRAR has to be put in the default location, and that people who are having trouble with the executing the Nero_installer.cmd should try the compatibility mode.

Edited by Amanda Krueger

I took Amanda Krueger's advice and run ncab in win95 compatibilty mode and it worked! Thanks for the tip.

vcBlackBox: I do run an nLited XP but did not remove Command-Line tools.

Thanks

]Bonkers[

Edited by ]Bonkers[

I use NCAB work fine !

But I want NeroStartSmart & NeroShowTime DesktopIcons (shortcut in desktop) What should I do ?

How to edit Nero_Installer.cmd ?

Edited by hsu22

I use NCAB work fine !

But I want NeroStartSmart & NeroShowTime  DesktopIcons (shortcut in desktop) What should I do ?

How to edit Nero_Installer.cmd ?

I made/used a shortcut.inf file to get my shortcuts to nero and many other programs to be where I want them. I run my shortcut.inf from RunOneEx After my apps install and before my cleanup.cmd runs.

Maybe not the answer your looking for but have a read of THIS if you would like to know more about using a shortcut.inf to create not just nero shortcuts , but any type of shortcuts with your UA Install or use shortcut.exe to make your shortcuts (info on shortcut.exe also found at the above link).

Goodluck

I run ncab in win95 compatibilty mode and it worked! Thanks for the tip Bonkers :yes: .

Wow... this looks really cool!

Considering that I only use the Nero Burning ROM I'll definately look into this when I get home tonight.

  • Author

@Amanda Krueger

Glad you were able to figure out how to run NCAB on your system. I will make a note of that. Actually the only file that needs to be in "%ProgramFiles%\WinRAR\" is unrar.exe, for quiet extraction.

I use NCAB work fine !

But I want NeroStartSmart & NeroShowTime  DesktopIcons (shortcut in desktop) What should I do ?

How to edit Nero_Installer.cmd ?

No need to do anything. If you choose to keep StartSmart or NeroShowTime, your desktop shortcuts will not be deleted.
@Amanda Krueger

Glad you were able to figure out how to run NCAB on your system. I will make a note of that. Actually the only file that needs to be in "%ProgramFiles%\WinRAR\" is unrar.exe, for quiet extraction.

I use NCAB work fine !

But I want NeroStartSmart & NeroShowTime  DesktopIcons (shortcut in desktop) What should I do ?

How to edit Nero_Installer.cmd ?

No need to do anything. If you choose to keep StartSmart or NeroShowTime, your desktop shortcuts will not be deleted.

Thank You very much

May you say more detail, I don't understand what meanings " If you choose to keep StartSmart or NeroShowTime, your desktop shortcuts will not be deleted."

Another question I do not execute this step

"* If you are using a localized (non-English) version of Windows XP/2003,you'll need to perform a

Search & Replace for all instances of the following words:

Start Menu\Programs\

there should be 14 occurances of that word

Desktop

there should be 2 occurances of that word

and Replace them with your localized OS language equivalent.

Save and Exit "

Does it any affection

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.