Jump to content

registry entrys on RunOnceEx.cmd !


Recommended Posts

Hi All

I have completed my unattended disk & all is working great, but during the software install 2 of the files (fireworks mx & dreamweaver mx) installs but after the installation of the software I get this:

Registry Editor

Are you sure you want to add the information in c:\Install\DWMX\register_dreamweaver_reg to the registry ?

Then I have to click the buttons, all in all it's great except that.

Now I know this is inccorrect, but i have searched around but i cannot find the solution. I have only been doing this for a couple of days. My code bellow:

This is a great forum........... keep up the good work, if it wasn't for you guys I could not follow your excellent procedures.

REG ADD %KEY%\007 /VE /D "Fireworks MX" /f
REG ADD %KEY%\007 /V 1 /D "%SystemDrive%\Install\FRWMX\setup.exe /setup /s /sms" /f
REG ADD %KEY%\007 /V 2 /D "%SystemDrive%\Install\FRWMX\register_fireworksMX.reg /silent" /f

REG ADD %KEY%\008 /VE /D "DreamweaverMX" /f
REG ADD %KEY%\008 /V 1 /D "%SystemDrive%\Install\DWMX\setup.exe /setup /s /sms" /f
REG ADD %KEY%\008 /V 2 /D "%SystemDrive%\Install\DWMX\register_dreamweaverMX.reg /silent" /f

Thanks

:hello:

Link to comment
Share on other sites


Use this code so that you aren't prompted

regedit.exe /s "%SystemDrive%\Install\FRWMX\register_fireworksMX.reg"

Cheers fly

Helped alot, now it flys true (forgive the pun). Just read, (which I should have done) that the [COMMANDS]

"user.cmd"

"RunOnceEx.cmd"

"REGEDIT /S HKCU.reg"

& the HKCU.reg does it also. Amazing, I should read more.................lol thanks fly, again this forum is the business.

I will complete my disk this weekend, & i will inform u all how it works, at the moment it installs everything without touching any key (apart from the .reg problem) which as been resolved by u.

thanks

BazK

:thumbup:thumbup

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