[wpkg-users] Import registry keys does not work...

Tomasz Chmielewski mangoo at wpkg.org
Thu Dec 25 18:31:39 CET 2008


Jens Wurster schrieb:
> 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

Was the command actually started?
What does your log show?

BTW, you're missing a check condition.
If you don't want to use any, look at this page: 
http://wpkg.org/Execute_once_/_always


-- 
Tomasz Chmielewski




More information about the wpkg-users mailing list