Vivek Posted December 9, 2010 Posted December 9, 2010 Is their any way to install nero 10 silently with the serial key throught command prompt.I tried with /s /v' /q'' it install all the pre requisite but fail to install the main product "Nero.MultimediaSuite.VLBasic.msi" because of the serial key.throught manual install.application work fine but silently it failsany help would be great
Vivek Posted December 9, 2010 Author Posted December 9, 2010 Thank you for replying.I tried in both way as link specified ...but application fail to accept serial key parameter.In the eventvwr i can find this error "A serial number is missing"Any other serial key Parameter that can be passed through commandhelp at this point would be grt
Tripredacus Posted December 9, 2010 Posted December 9, 2010 I have installed Nero 9 with this, it might be similar:(@ComSpec & " /c c:\temp\nero9u\nero9\Setupx.exe /i /qb /NS SERIALNUMBER=" & Chr(34) & "XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" & Chr(34) & " REBOOT=" & Chr(34) & "REALLYSUPPRESS" & Chr(34) & " EXCLUDEAPP=" & Chr(34) & "unit_app_75,unit_help_75" & Chr(34))This is in AutoIT. I'm lazy to convert it to normal words... Anyways, if you use /NS you still need to specify a serial number, which is used just to install. After the product has finished installing, the product key is automatically removed. Does this help at all? FYI the excluded item is the Ask toolbar I think.
Vivek Posted December 9, 2010 Author Posted December 9, 2010 It is not working I have checked inside the package but i found a DLL custom action executing this function(_MSIExtractFiles@4) and creating the serial key property value during execution.(Install Execute sequences)Install UI sequenes it is take care by dialog boxIt create a deflaut property as NERO.USER_KEY during execution.I created and pass this value but failed to take.Any Idea how to pass the serial key inside the package.I am not clear about these tablecontrol tablecontrol event tablecontrol condition table
jbm Posted December 11, 2010 Posted December 11, 2010 The only way I got it to work for me is to install it normally extract the serial number from the registry into a reg file.Then install the reg file before I instal nero silently.I only installing nero burning rom and not the whole package, but it should work the same.I've only tested the silent install in vmware also.
Vivek Posted February 10, 2011 Author Posted February 10, 2011 I Got It ........................COOOOOOOOOOOOOOOOOOLExtract the entire product, Use the following command lineMsiexec /i NeroMultimediaSuiteVLBasic.msi /qn NERO.INCLUDED_KEY=XXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXMsiexec /i “vcredist.msi” /qnvcredist_x86v9.0.30729.17.exe /qvcredist_x86v9.0.30729.4148.exe /qDirectx_vALL.vbs(Entire Directx Product Installation)WindowsXP-KB942288-v3-x86.exe /quietREBOOT
MAVERICKS CHOICE Posted October 3, 2012 Posted October 3, 2012 Long time since I upgraded my Nero but can the current version be done a similar way?I have extracted the installer files to temp & really only require the "nero.burningrom.msi"to install. I have all the other files including the ISSetupPrerequisites folder.Any pointers always appreciated.
MAVERICKS CHOICE Posted October 4, 2012 Posted October 4, 2012 Tried the following but no go!Msiexec /i nero.burningrom.msi /qn NERO.INCLUDED_KEY=XXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXWindows6.0-KB942288-v2-x64.MSU /quietvcredist_x64.exe /qAppears it won't install Neroburningrom on it's own?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now