Swimming_Bird Posted February 14, 2005 Posted February 14, 2005 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++
Swimming_Bird Posted February 14, 2005 Author Posted February 14, 2005 Nevermind, i forgot the ' in cmd1
a06lp Posted February 14, 2005 Posted February 14, 2005 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']
Swimming_Bird Posted February 15, 2005 Author Posted February 15, 2005 huh, rega and regb is foreign to me. How exactly do they work? And the reg file needs to be put in before the install.
a06lp Posted February 15, 2005 Posted February 15, 2005 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.
lilweirddude Posted February 15, 2005 Posted February 15, 2005 i sort of thought it was something like that but not surethanks for clearing it up
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