I have a simple program that I need to install, and I need to make a registry 
change along with it.  I chose to batch the process, and here's what I have:

msiexec /i "%~dp0\install.msi" /qn

regedit /s  "%~dp0\change.reg"


The registry setting is not happening.  Therefore, the application opens in 
trial mode.  I've also tried reversing the order of these commands, and that 
install doesn't seem to go anywhere.  I've looked at other packages that a 
coworker had done previously, and I'm not seeing any real differences.  If I 
open the ccmcache, and run the setup.bat as my administrator account, it works 
fine.  My SCCM service account is also a Domain Admin, so I'm not sure what the 
difference there would be, either.  Any help would be appreciated.

Joe Heaton
Information Technology Operations Branch
Data and Technology Division
CA Department of Fish and Wildlife
1700 9th Street, 3rd Floor
Sacramento, CA  95811
Desk:  (916) 323-1284

Every Californian should conserve water.  Find out how at:
[SaveOurWater_Logo]<http://saveourwater.com/>
SaveOurWater.com<http://saveourwater.com/> * 
Drought.CA.gov<http://drought.ca.gov/>




Reply via email to