I downloaded the latest nero7lite addon release and want to make it into an unattended nlite addon. I downloaded Inno script tool as recommended and attempted to use the wizard to make an unattended script including the switches as follows:
code= /verysilent /norestart /USER="ZeWombat" /COMPANY="Marsupials inc." /SERIAL="my serial".
For the life of me I can't figure out where to put those switches in the script. I looked in the help file & inno website, the website archeron recommended, the "crash course in switches" on this site. Everybody talks about switches, no one says how to get them into a script so they will compile! I can put the silent switches into the "parameter' dropdown in Inno and it works when I hit "run" but when I compile it, they're gone. And I can't figure out the syntax to put in the user\company\serial at all. HELP!?
Page 1 of 1
n00b switch question
#2
Posted 17 June 2007 - 05:24 AM
ZeWombat, on Jun 16 2007, 10:17 PM, said:
I downloaded the latest nero7lite addon release and want to make it into an unattended nlite addon. I downloaded Inno script tool as recommended and attempted to use the wizard to make an unattended script including the switches as follows:
code= /verysilent /norestart /USER="ZeWombat" /COMPANY="Marsupials inc." /SERIAL="my serial".
For the life of me I can't figure out where to put those switches in the script. I looked in the help file & inno website, the website archeron recommended, the "crash course in switches" on this site. Everybody talks about switches, no one says how to get them into a script so they will compile! I can put the silent switches into the "parameter' dropdown in Inno and it works when I hit "run" but when I compile it, they're gone. And I can't figure out the syntax to put in the user\company\serial at all. HELP!?
code= /verysilent /norestart /USER="ZeWombat" /COMPANY="Marsupials inc." /SERIAL="my serial".
For the life of me I can't figure out where to put those switches in the script. I looked in the help file & inno website, the website archeron recommended, the "crash course in switches" on this site. Everybody talks about switches, no one says how to get them into a script so they will compile! I can put the silent switches into the "parameter' dropdown in Inno and it works when I hit "run" but when I compile it, they're gone. And I can't figure out the syntax to put in the user\company\serial at all. HELP!?
what's the script tool thing? don't want to make a unattended nero lite install?
then write this to a .bat file
@start / wait nero7lite.exe /verysilent /norestart /USER="ZeWombat" /COMPANY="Marsupials inc." /SERIAL="my serial"
Share this topic:
Page 1 of 1



Help
Back to top









