hmaster10 Posted January 23, 2007 Posted January 23, 2007 The following is what I have gotten from "/Help".Windows ® Installer. V 3.01.4000.1823 msiexec /Option <Required Parameter> [Optional Parameter]Install Options </package | /i> <Product.msi> Installs or configures a product /a <Product.msi> Administrative install - Installs a product on the network /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>] Advertises a product - m to all users, u to current user </uninstall | /x> <Product.msi | ProductCode> Uninstalls the productDisplay Options /quiet Quiet mode, no user interaction /passive Unattended mode - progress bar only /q[n|b|r|f] Sets user interface level n - No UI b - Basic UI r - Reduced UI f - Full UI (default) /help Help informationRestart Options /norestart Do not restart after the installation is complete /promptrestart Prompts the user for restart if necessary /forcerestart Always restart the computer after installationLogging Options /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile> i - Status messages w - Nonfatal warnings e - All error messages a - Start up of actions r - Action-specific records u - User requests c - Initial UI parameters m - Out-of-memory or fatal exit information o - Out-of-disk-space messages p - Terminal properties v - Verbose output x - Extra debugging information + - Append to existing log file ! - Flush each line to the log * - Log all information, except for v and x options /log <LogFile> Equivalent of /l* <LogFile>Update Options /update <Update1.msp>[;Update2.msp] Applies update(s) /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode> Remove update(s) for a productRepair Options /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode> Repairs a product p - only if file is missing o - if file is missing or an older version is installed (default) e - if file is missing or an equal or older version is installed d - if file is missing or a different version is installed c - if file is missing or checksum does not match the calculated value a - forces all files to be reinstalled u - all required user-specific registry entries (default) m - all required computer-specific registry entries (default) s - all existing shortcuts (default) v - runs from source and recaches local packageSetting Public Properties [PROPERTY=PropertyValue]Consult the Windows ® Installer SDK for additional documentation on thecommand line syntax.Copyright © Microsoft Corporation. All rights reserved.Portions of this software are based in part on the work of the Independent JPEG Group. - Besides using those for silent install, what do I need to use for the components?- Does the following still valid for including the license key?/SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN
kyor Posted January 27, 2007 Posted January 27, 2007 It would be very nice if someone can give me the command to silent install nero 7.7.5.1 with the original installer.Is it possible to do this with a serial number ?I get a error message when i try it on vista.Thank you kyor
fgaifen Posted January 28, 2007 Posted January 28, 2007 (edited) Create a registry file like this:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Installation\Families\Nero 7\Info]"EulaAccepted"="1""Serial7_1164301044"="serial......""Version"="7.7.5.1""User"="User""Company"="Home"Then create a batch file:regedit /s nero.reg (this is registry above)SetupX.exe TRANSFORMS=xxxx.mst /qb! (xxx is the number of your language pack)If you have any errors during instalations, just install orca and remove in nero.msi the entries of the errors. Edited February 4, 2007 by fgaifen
kyor Posted January 28, 2007 Posted January 28, 2007 Thanks i have tried it with the mst file but it doesnt work.After the installer is nearly finished i get the following errorshttp://img223.imageshack.us/my.php?image=error1eq9.jpghttp://img223.imageshack.us/my.php?image=error2pk9.jpgkyor
chyronn Posted February 2, 2007 Posted February 2, 2007 you might want to delete your serial key, fqiafen, from here, about 375 people have already seen it
fgaifen Posted February 4, 2007 Posted February 4, 2007 you might want to delete your serial key, fqiafen, from here, about 375 people have already seen itDone!!!!
fgaifen Posted February 4, 2007 Posted February 4, 2007 Thanks i have tried it with the mst file but it doesnt work.After the installer is nearly finished i get the following errorshttp://img223.imageshack.us/my.php?image=error1eq9.jpghttp://img223.imageshack.us/my.php?image=error2pk9.jpgkyorAs I said you have to install ORCA and in Property of nero.msi you have to remove the lines with those files.....
rajesh.kumar Posted February 11, 2007 Posted February 11, 2007 i got the same problem and i removed the entries with orca. installation terminates in the middle saying it cant find the proper modules. i wanted to know which entry i have to remove with orca. i have removed all occuring entries of "Nero3dmenueffects.dll"
MOONLION Posted February 14, 2007 Posted February 14, 2007 TRY THIS ===>1. EXTRACT NERO 7.7.5.1 WITH 7ZIP TO \NERO 7.7.5.1 (etc...)2. CREATE A .CMD FILE ex. ( "INSTALL.CMD")@echo offtitle Nero 7.7.5.1 Ultraecho Unpacking Installation Files...echo.echo Installing Nero Ultra ...start /wait SetupX.exe /QUIET /NORESTART RebootYesNo="No" NERO_SCOUT="FALSE" serialnum_userval="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" AgreeToLicense="Yes" EULA_AGREEMENT=13. CREATE NEROREGS.REG FILEWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\ahead\NeroSearchBar\Settings]"Show"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Nero Scout]"FT"=dword:00000000;Deletes Nero Filter Check from Autostart[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"NeroFilterCheck"=-;Deletes Nero Scout Optionswizard from Autostart[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]"NeroHomeFirstStart"=-[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]"remove neroscout"="regsvr32 /u /s "%CommonProgramFiles%\Ahead\Lib\MediaLibraryNSE.dll"4. PLACE INSTALL.CMD & NEROREGS.REG INTO YOUR NERO 7.7.5.1 DIRECTORY5. 'SELECT ALL' WITHIN THE DIRECTORY -> RIGHT CLICK -> (WINRAR) ADD TO ARCHIVE -> CHOOSE SFX AND SOLID (BEST COMPRESSION) AND USE THESE COMMENTS ==>Setup=regedit /s neroregs.regSetup=install.cmdTempModeSavePathSilent=1Overwrite=1Title=NERO 7.7.5.1 Ultra InstallGOOD LUCK!!
rajesh.kumar Posted February 14, 2007 Posted February 14, 2007 thanks for the idea. i would try it in a day.
kyor Posted February 14, 2007 Posted February 14, 2007 @MoonlionThanks for you help. but i get the same error message as before.@rajesh.kumarIf you have any additional information for me, (if it fails or if it works) please share it in this forum.Thankskyor
rajesh.kumar Posted February 16, 2007 Posted February 16, 2007 (edited) i followed the MOONLION way and it installed in my computer with no problems. my previous method was also not giving prob in my computer but in other ones, it showed the '3dmenueffects.dll' error. so i would try with other computers too. everytime after restart, i get an error msg that 'outlook express cannot be started....blah blah'. this msg came with my previous methods too. Edited February 16, 2007 by rajesh.kumar
rajesh.kumar Posted February 18, 2007 Posted February 18, 2007 i tried with few other computer and same problem persisted. i wonder how it installed in my computer (xp) with no issues. but in my computer, on win2003 it gave me the same 3dmenueffects.dll problem. does anyone has the solution?
VAsT Posted February 22, 2007 Posted February 22, 2007 (edited) I guess there are several ways to get it done like this oldy from last year explains.http://www.msfn.org/board/lofiversion/index.php/t58591.htmlSeems to work for the starter of that topic It gave me the idea to simplify it a bit using the VB sendkeys method which uses the Keyboard shortcuts to navigate and klik the buttons.i think this is easier to understand then all this advanced scripting code stuff and more reachable for novice users and starters, i also tested it (succesfully) with the simplified version of Nero7.7.5.1 Lite which has a lot less to klik.. First you got to enter the registry data for nero serial etc.like this one..Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]"Serial7"="*xxxxxxxxxxxxxxxxxxxxxxxxxxxx""User"="USER""Company"="COMPANY"Then create a vbs script like thisset WshShell = CreateObject("WScript.Shell")WshShell.Run "Nero-7.7.5.1_eur-north-west_micro.exe"WScript.Sleep 500WshShell.SendKeys "{TAB}"WshShell.SendKeys "{ENTER}"WScript.Sleep 200WshShell.SendKeys "{ENTER}" WScript.Sleep 200WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{ENTER}"Wscript.Sleep 200WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{UP}"WshShell.Sendkeys "{ENTER}"Wscript.Sleep 200WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{ENTER}"Wscript.Sleep 200WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{ENTER}"Wscript.Sleep 200WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{ENTER}"Wscript.Sleep 200WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{TAB}"WshShell.Sendkeys "{ENTER}"Wscript.Sleep 200WshShell.Sendkeys "{ENTER}"Wscript.Sleep 12000WshShell.Sendkeys "{ENTER}"'Done :)Looks kinda clumsy, but works lika manual install Edited February 22, 2007 by VAsT
rajesh.kumar Posted February 22, 2007 Posted February 22, 2007 im not used to vbs scripting. can u elaborate more on how to use it.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now