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 |