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 ------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/wpkg-users
