Jump to content

n00b switch question


ZeWombat

Recommended Posts

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!?

Link to comment
Share on other sites


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!?

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"

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