Jump to content

Nero Custom Applications Builder (NCAB)


vcBlackBox

Recommended Posts

I'm sorry to say this but I've got a problem running ncab.exe . In compability mode it doesn't report anything, under normal mode it report this:

C:\DOCUME~1\Administrator\Local wordt niet herkend als een interne
of externe opdracht, programma of batchbestand.

and then just stops. Any solutions perhaps?

i had the same problem thats becaus eof the space in "local settings" i just changed the temp variable to c:\temp and everything was fine.

ofcourse i changed it back to original setting %user... after ncabbing

Edited by gmx
Link to comment
Share on other sites


I'm sorry to say this but I've got a problem running ncab.exe . In compability mode it doesn't report anything, under normal mode it report this:

C:\DOCUME~1\Administrator\Local wordt niet herkend als een interne
of externe opdracht, programma of batchbestand.

and then just stops. Any solutions perhaps?

i had the same problem thats becaus eof the space in "local settings" i just changed the temp variable to c:\temp and everything was fine.

ofcourse i changed it back to original setting %user... after ncabbing

There's also a space in "Documents and Settings", and it was truncated correctly, so why wouldn't "local settings" be? That seems kinda strange.

Sorry, I can't read your language. Is that your complete variable name or some error message? What does it say when you type

echo %TMP%

Did you use a tweak to disable shortfile name creation?

Link to comment
Share on other sites

I'm sorry to say this but I've got a problem running ncab.exe . In compability mode it doesn't report anything, under normal mode it report this:

C:\DOCUME~1\Administrator\Local wordt niet herkend als een interne
of externe opdracht, programma of batchbestand.

and then just stops. Any solutions perhaps?

i had the same problem thats becaus eof the space in "local settings" i just changed the temp variable to c:\temp and everything was fine.

ofcourse i changed it back to original setting %user... after ncabbing

There's also a space in "Documents and Settings", and it was truncated correctly, so why wouldn't "local settings" be? That seems kinda strange.

Sorry, I can't read your language. Is that your complete variable name or some error message? What does it say when you type

echo %TMP%

Did you use a tweak to disable shortfile name creation?

This is the translation:

C:\DOCUME~1\Administror\Local is not recognized as a intern

or extern command, program or batchfile

Link to comment
Share on other sites

I'm sorry to say this but I've got a problem running ncab.exe . In compability mode it doesn't report anything, under normal mode it report this:

C:\DOCUME~1\Administrator\Local wordt niet herkend als een interne
of externe opdracht, programma of batchbestand.

and then just stops. Any solutions perhaps?

i had the same problem thats becaus eof the space in "local settings" i just changed the temp variable to c:\temp and everything was fine.

ofcourse i changed it back to original setting %user... after ncabbing

There's also a space in "Documents and Settings", and it was truncated correctly, so why wouldn't "local settings" be? That seems kinda strange.

Sorry, I can't read your language. Is that your complete variable name or some error message? What does it say when you type

echo %TMP%

Did you use a tweak to disable shortfile name creation?

i have changed my documents and settings dir to Users

Edited by gmx
Link to comment
Share on other sites

@vcBlackBox

:blushing:  tried your soft on Win2000 sp4 + winrar 3.5 beta +7Zip 4.18 beta+ nero-6.6.0.12.exe

but it stopped when searching nero-6.6.0.12.exe and said :

Nero building process FAILED!

It appears you do not have Nero Package 1 in this directory

and off course the exe is in the same directory.....

could you help me, or maybe ncab don't work on 2000 ?

I got morless the same error, im running xpsp2.... I get

"

ERROR: Nero package 1 was not found in this directory.

The minimum version is Nero-6.6.0.12.exe or higer.

Press any key to contiune . . .

Edited by pauluk83
Link to comment
Share on other sites

@pauluk83

This sounds like a similiar problem someone mentioned awhile ago. If you modify the starting directory when a cmd prompt is opened, plz restore back to default and that should fix your problem.

ok how do i do that .. i also used xpize but removed all the backup files

This is what I've got for my command prompt defaults...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"AutoRun"=""
"CompletionChar"=dword:0000040
"DefaultColor"=dword:00000000
"EnableExtensions"=dword:00000001
"PathCompletionChar"=dword:00000040

Copy that into notepad and save it as CommandPromptDefaults.reg (or whatever.reg) and run it. That should solve your problems.

Link to comment
Share on other sites

Good morning to everybody.

Yesterday I was playing with this excelent application and trying to solve the only problem I have: how to specify the install directory.

Then, I found that the answer was under my eyes:

C:\Nero-6.6.0.14.exe /HELP

which indicates this switch: /PATH= (indicates the target path).

So, in Nero_Installer.cmd, in the same line where one enters the serial number I just add the switch /PATH=%programfiles%\TESTING and it worked.

The only problem was, as vcBlackBox had already pointed out, the cleanup section.

So, before that line I put

SET ZZ=%programfiles%\TESTING, then /PATH=%ZZ%, like this:

echo.
echo    --------------------------------
echo           Nero Installation
echo    --------------------------------
echo.

SET ZZ=%programfiles%\TESTING
start /wait setupx.exe /SFX /SILENT /NO_UI /NOREBOOT /PATH=%ZZ% /WRITE_SN /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX

Finaly, I replace all instances of

%ProgramFiles%\Ahead

with

%ZZ%

.

And it works, as far as I can test. :thumbup

The only strange thing happening is when I uninstall Nero program, CoverDesign, Nero BackItUp and Nero StartSmart folders, which I didn't install and wheren't there, appear. :blink::blink:

I am no coder, so certainly there is a better way of doing what I did.

I hope this interests someone besides me.

Link to comment
Share on other sites

@JohnS

great find.

I'll probably add this to my next version. :D

Where it says /PATH="%ZZ%", add the quotes because the variable may contain spaces.

EDIT:

The only strange thing happening is when I uninstall Nero program, CoverDesign, Nero BackItUp and Nero StartSmart folders, which I didn't install and wheren't there, appear. blink.gif blink.gif

I believe this is due to your testing of different configurations in NCAB (installing/uninstalling/re-installing without rebooting). Use the Nero Clean-up Utility. That might help you fix that problem. :yes:

Edited by vcBlackBox
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...