[wpkg-users] Import registry keys does not work...
Jens Wurster
jw at zaubercenter.de
Thu Dec 25 18:15:48 CET 2008
Hey,
I tried:
<package
id='test'
name='test'
revision='1'
reboot='false'
priority='0'>
<install cmd='cmd /c reg import "%PACKAGES%\test.reg"' /> ---> Nothing
happened...
<install cmd='cmd /c regedit /s "%PACKAGES%\test.reg"' /> ---> Nothing
happened...
<install cmd='reg import "%PACKAGES%\test.reg"' /> ---> Nothing
happened...
<install cmd='regedit /s "%PACKAGES%\test.reg"' /> ---> Nothing
happened...
<install cmd='reg import "C:\test.reg"' /> ---> Nothing happened...
<install cmd='regedit /s "C:\test.reg"' /> ---> Nothing happened...
</package>
No error. Nothing. Clients using Vista. What is wrong?
Thanks
Jens
P.S: The package is registered in profiles.xml
More information about the wpkg-users
mailing list