Jump to content

Recommended Posts

Posted

IT gives me that either the cmd1 or cmd2 has an invalid character:

prog[pn]=['Dreamweaver']
uid[pn]=['MMDW']
desc[pn]=['A Web site editor']
cmd1[pn]=[regedit /S %cdrom%\\$OEM$\\Install\\Dreamweaver\\registration.reg]
cmd2[pn]=['%cdrom%\\$OEM$\\Install\\Dreamweaver\\setup.exe /s']
dflt[pn]=['yes']
cat[pn]=['Multimedia']
pn++


Posted

you forgot the single-quote. also, you could just run it as a regb (before installation) or a rega (after installation) switch:

rega[pn]=['%cdrom%\\$OEM$\\Install\\Dreamweaver\\registration.reg']

Posted

read the help.

its basically a command that runs a reg file for you without any switches, just point to the reg file.

regb runs before any cmd's.

rega runs after them.

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