October 6, 200817 yr /verysilent /norestart /USER="Shadow" /SERIAL="SSSS-HHHH-AAAA-DDDD-OOOO-WWWW-!!!!"
October 7, 200817 yr You could always use CMenu to find switches.http://www.msfn.org/board/CMenu-t47645.html&hl=cmenu
October 8, 200817 yr 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.
October 8, 200817 yr 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....
October 9, 200817 yr 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.
October 9, 200817 yr 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,redit:misstyped the serial in setup.xml, it works with the trial Edited October 9, 200817 yr by vroland
October 13, 200817 yr i was just waiting for fgaifen, who said that he managed to bypass some steps, but he didn't post anything
October 13, 200817 yr 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 October 15, 200817 yr by fgaifen
Create an account or sign in to comment