x-Shadow-x Posted October 6, 2008 Posted October 6, 2008 /verysilent /norestart /USER="Shadow" /SERIAL="SSSS-HHHH-AAAA-DDDD-OOOO-WWWW-!!!!"
fgaifen Posted October 7, 2008 Posted October 7, 2008 Not working....I've also tryed with /qb, /S and /silent commands.Any ideas?
x-Shadow-x Posted October 7, 2008 Posted October 7, 2008 You could always use CMenu to find switches.http://www.msfn.org/board/CMenu-t47645.html&hl=cmenu
x-Shadow-x Posted October 8, 2008 Posted October 8, 2008 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.
fgaifen Posted October 8, 2008 Posted October 8, 2008 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....
MyStur Posted October 9, 2008 Author Posted October 9, 2008 When somebody figured out this please post the guidetnx
totres Posted October 9, 2008 Posted October 9, 2008 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.
vroland Posted October 9, 2008 Posted October 9, 2008 (edited) 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, 2008 by vroland
MyStur Posted October 13, 2008 Author Posted October 13, 2008 has somebody found the clue how to do that? That works?
totres Posted October 13, 2008 Posted October 13, 2008 i was just waiting for fgaifen, who said that he managed to bypass some steps, but he didn't post anything
fgaifen Posted October 13, 2008 Posted October 13, 2008 (edited) 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, 2008 by fgaifen
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now