Jump to content

[Question] Nero 7.7.5.1 switches usage


hmaster10

Recommended Posts

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 product
Display 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 information
Restart Options
/norestart
Do not restart after the installation is complete
/promptrestart
Prompts the user for restart if necessary
/forcerestart
Always restart the computer after installation
Logging 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 product
Repair 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 package
Setting Public Properties
[PROPERTY=PropertyValue]

Consult the Windows ® Installer SDK for additional documentation on the
command 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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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 by fgaifen
Link to comment
Share on other sites

Thanks i have tried it with the mst file but it doesnt work.

After the installer is nearly finished i get the following errors

http://img223.imageshack.us/my.php?image=error1eq9.jpg

http://img223.imageshack.us/my.php?image=error2pk9.jpg

kyor

As I said you have to install ORCA and in Property of nero.msi you have to remove the lines with those files.....

Link to comment
Share on other sites

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 off
title Nero 7.7.5.1 Ultra

echo 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=1

3. CREATE NEROREGS.REG FILE

Windows 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 DIRECTORY

5. '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.reg
Setup=install.cmd
TempMode
SavePath
Silent=1
Overwrite=1
Title=NERO 7.7.5.1 Ultra Install

GOOD LUCK!! :thumbup

Link to comment
Share on other sites

@Moonlion

Thanks for you help. but i get the same error message as before.

@rajesh.kumar

If you have any additional information for me, (if it fails or if it works) please share it in this forum.

Thanks

kyor

Link to comment
Share on other sites

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 by rajesh.kumar
Link to comment
Share on other sites

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.html

Seems 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.. :thumbup

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 this

set WshShell = CreateObject("WScript.Shell")
WshShell.Run "Nero-7.7.5.1_eur-north-west_micro.exe"
WScript.Sleep 500

WshShell.SendKeys "{TAB}"

WshShell.SendKeys "{ENTER}"
WScript.Sleep 200

WshShell.SendKeys "{ENTER}"
WScript.Sleep 200

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{ENTER}"
Wscript.Sleep 200

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{UP}"

WshShell.Sendkeys "{ENTER}"
Wscript.Sleep 200

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{ENTER}"
Wscript.Sleep 200

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{ENTER}"
Wscript.Sleep 200

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{ENTER}"
Wscript.Sleep 200

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{TAB}"

WshShell.Sendkeys "{ENTER}"
Wscript.Sleep 200

WshShell.Sendkeys "{ENTER}"
Wscript.Sleep 12000

WshShell.Sendkeys "{ENTER}"
'Done :)

Looks kinda clumsy, but works lika manual install ;)

:wacko:

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