Jump to content

Silent install Nero 9


MyStur

Recommended Posts


What isnt working? CMenu? Right click on the exe installer and go to "more options\Installer Tools\Identify Installer" If there are any switches, it will list them. You may have to repack it.

CMenu doesn't detect installer type and none of commands for known installer works.

Since Nero 9 is installed using xml language and, after playing a litle bit with setup.xml I manage to bypass a few passes in nero's installer. But still is not silent... it asks for serial....

Link to comment
Share on other sites

What isnt working? CMenu? Right click on the exe installer and go to "more options\Installer Tools\Identify Installer" If there are any switches, it will list them. You may have to repack it.

CMenu doesn't detect installer type and none of commands for known installer works.

Since Nero 9 is installed using xml language and, after playing a litle bit with setup.xml I manage to bypass a few passes in nero's installer. But still is not silent... it asks for serial....

Hi, I managed to put in serial number, but I didn't match how to hide and to properly set dialogs. Why don't we merge our works, maybe something interesting will come out.

at the start of the setup.xml file you will find tis tag:

<Prop id="SerialNumber">

</Prop>

put your serial number between

<Prop id="SerialNumber">
and
</Prop>
.

PS. The Prop and /Prop can be on the same line.

Link to comment
Share on other sites

hi allz, i found the SerialNumber section in the xml too and it didn't work with the trial serial number.

does anyone know what InstallerCategory id="2" does?

regards,

r

edit:misstyped the serial in setup.xml, it works with the trial

Edited by vroland
Link to comment
Share on other sites

I manage to discover that there are 4 types of instalation of nero 9. InstallerCategory id="2" refers to that. If you change id the serial will be different.

In setup.xml find

<SequenceOrders id="SequenceOrders" child="SequenceOrder">

<SequenceOrder id="Install" child="Sequencee">

<Sequencee id="IDD_DLGWELCOME_INSTALL" child="Properties">

<Properties id="Properties">

<Prop id="SequenceOrder">1</Prop>

</Properties>

From SequenceOrder">1 to SequenceOrder">26 you have the order of instalation.

You may try to remove and see what happens.

IDD_DLGEULA removes EULA.

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