Nero 9 SCCM
Has anyone got Nero 9 to deploy from SCCM yet.
I have created the the command line and added the Serial number into the XML file. Created a bat file with the following that works fine when run from Dos
%0\..\setupx.exe /i /qn EULAACCEPTED="1" DESKTOP_SHORTCUT="0" INCLANGUAGES="ENG"
But when i run it from SCCM it fails.
Any help would be great
I have created the the command line and added the Serial number into the XML file. Created a bat file with the following that works fine when run from Dos
%0\..\setupx.exe /i /qn EULAACCEPTED="1" DESKTOP_SHORTCUT="0" INCLANGUAGES="ENG"
But when i run it from SCCM it fails.
Any help would be great
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
LB3
15 years ago
Posted by:
JMWebster
15 years ago
Posted by:
msi_support
14 years ago
Hi All
I am trying to install Nero 9 silently. Its a standard to use .cmd files from SCCM for installations here.
I am using these commands in a Install.cmd file.
Start /wait setupx.exe /i /qb CONFIGPATH="~dp0" SERIALNUMBER="1111-2222-3333-4444-5555-6666-7777-8888" EULAACCEPTED="1" DESKTOP_SHORTCUT="0" INCLANGUAGES="ENG"
RENAME "C:\Program Files\Common Files\Nero\AdvrCntr4\NOSProductRegistration.dll" BACKUP_NOSProductRegistration.dll
The setupx.exe kicks off and I can see the process in taskmanager, but the cmd window closes immediately even though I have provided a start /wait. I need the command window to stay on until the setupx.exe finishes installing the application and then exit. I cannot use Pause and expect user intervention here.
I need to rename the product registration dll after installing Nero and since the main window closes even before the app is installed, rename fails too..
Is there a way I can monitor the (setupx.exe) process running and keep the cmd window open until the setup closes. Please help
I am trying to install Nero 9 silently. Its a standard to use .cmd files from SCCM for installations here.
I am using these commands in a Install.cmd file.
Start /wait setupx.exe /i /qb CONFIGPATH="~dp0" SERIALNUMBER="1111-2222-3333-4444-5555-6666-7777-8888" EULAACCEPTED="1" DESKTOP_SHORTCUT="0" INCLANGUAGES="ENG"
RENAME "C:\Program Files\Common Files\Nero\AdvrCntr4\NOSProductRegistration.dll" BACKUP_NOSProductRegistration.dll
The setupx.exe kicks off and I can see the process in taskmanager, but the cmd window closes immediately even though I have provided a start /wait. I need the command window to stay on until the setupx.exe finishes installing the application and then exit. I cannot use Pause and expect user intervention here.
I need to rename the product registration dll after installing Nero and since the main window closes even before the app is installed, rename fails too..
Is there a way I can monitor the (setupx.exe) process running and keep the cmd window open until the setup closes. Please help
Posted by:
msi_support
14 years ago
I wish someone had helped me sooner.. I know its the holidays... so anyhow.. I got this issue resolved.
I've written a vbscript to monitor the setupx.exe process and come out of the loop when the setupx.exe process ends.
I am calling the vbscript from my install.cmd. Therefore, command window stays on until vbscript is done.
I've achieved what I wanted in a somewhat clumsy way [8|]
Happy Holidays!!
I've written a vbscript to monitor the setupx.exe process and come out of the loop when the setupx.exe process ends.
I am calling the vbscript from my install.cmd. Therefore, command window stays on until vbscript is done.
I've achieved what I wanted in a somewhat clumsy way [8|]
Happy Holidays!!
Posted by:
GOA_DMP
14 years ago
Hello everyone,
I have installed Ahead Nero 9.2x Trial and used our license key - it was successfull and runs ok.
However, when i manually uninstall the Nero 9 Trial (via Add/Rem Progs) it removes the SCCM Client/Configuration manager along with it - has anyone experienced this and if so - what is the nature of this issue and resolution if at all possible?
Thanks in advance,
Foo-Que
I have installed Ahead Nero 9.2x Trial and used our license key - it was successfull and runs ok.
However, when i manually uninstall the Nero 9 Trial (via Add/Rem Progs) it removes the SCCM Client/Configuration manager along with it - has anyone experienced this and if so - what is the nature of this issue and resolution if at all possible?
Thanks in advance,
Foo-Que
Posted by:
happyshak
14 years ago
Hi i have deployed Nero successfully, using CA unicenter. i have used below code.
Setupx.exe /qb SX SOURCEPATH="C:\Program Files\Nero\Install_files\" CONFIGPATH="C:\Program Files\Nero\Install_files\" SERIALNUMBER="a1a1-a1a1-a1a1-a1a1-a1a1-a1a1-a1a1-a1a1"" REBOOT=""REALLYSUPPRESS"" EULAACCEPTED="1" EXCLUDEAPP="unit_hlp_71,unit_hlp_74,unit_hlp_75,unit_app_15".
It may help you.
Thnaks,
happys..
Setupx.exe /qb SX SOURCEPATH="C:\Program Files\Nero\Install_files\" CONFIGPATH="C:\Program Files\Nero\Install_files\" SERIALNUMBER="a1a1-a1a1-a1a1-a1a1-a1a1-a1a1-a1a1-a1a1"" REBOOT=""REALLYSUPPRESS"" EULAACCEPTED="1" EXCLUDEAPP="unit_hlp_71,unit_hlp_74,unit_hlp_75,unit_app_15".
It may help you.
Thnaks,
happys..
Posted by:
anonymous_9363
14 years ago
That sounds to me like a broken registry, in that the various pointers to components and such are pointing to more than one product, or the wrong product. Does this happen on all machines? Have you taken your test VM back to an earlier snapshot to see if the same happens on a different set-up? You do use VMs/VPCs for this stuff, right?
Posted by:
timmsie
13 years ago
Posted by:
yannara
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.