Express Posted February 13, 2006 Posted February 13, 2006 Hi All,This should be a painless fix (I hope). Once this application runs in the RunOnceEx.cmd it reboots after installation. I have a few other thing that need to run after. Can someone tell me if I am using the wrong syntax.REG ADD %KEY%\050 /VE /D "Applying Norton Antivirus 10 Patch" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Patch\AllWinEN.msp /qb-" /fThanks.
boooggy Posted February 13, 2006 Posted February 13, 2006 why dont u slipstream it in symantec av installer?
Express Posted February 13, 2006 Author Posted February 13, 2006 boooggy,I didn't know you can do that and secondly I dont know how to. Any input would be great on how to do that.Thanks,
Express Posted February 14, 2006 Author Posted February 14, 2006 Does someone know where I can find this slipstream that booooogy is talking about. It would be real helpful if i can get that. REG ADD %KEY%\050 /VE /D "Applying Norton Antivirus 10 Patch" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Patch\AllWinEN.msp /qb-" /fEverytime this runs the pc reboots after its finished....Thanks All.
boooggy Posted February 14, 2006 Posted February 14, 2006 (edited) first u have to create an administrative install point. u do this by running setup.exe /a.then u follow the instruction on the screen and choose the destination folder (let's call it sav). in this folder u have to have: vdefhub.zip, a .msi file, some other files and 5 folders: Common, program files, Redist, System32 and windows. then u rename the.msp file to sav.msp and run this command: msiexec /p x:\sav.msp /a x:\sav\name of msi.msi shortfilenames=true /qb where x is the drive u want.u wait the process to finish. that is it Edited February 14, 2006 by boooggy
Express Posted February 14, 2006 Author Posted February 14, 2006 Thanks alot I did it and it works. Thanks again. I have learned(learning) a lot here.
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