February 14, 200521 yr 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++
February 14, 200521 yr 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']
February 15, 200521 yr Author 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.
February 15, 200521 yr 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.
February 15, 200521 yr i sort of thought it was something like that but not surethanks for clearing it up
Create an account or sign in to comment