Marco Gaiarin wrote: > I've also noted a strange thing: i also use this recipe: > > <package > id="wpkg-settings" > name="WPKG Settings" > revision="10" > priority="5" > reboot="false" > execute="once"> > <depends package-id="wpkg"/> > > <install cmd='%ProgramFiles%\WPKG\wpkginst.exe --SETTINGSFILE=%WPKGROOT%\settings.xml' /> > </package> > > to upgrade the wpkg configuration, but seems not to work. Don't you need to have an upgrade line here? e.g. <upgrade timeout="15" cmd='"%PROGRAMFILES%\WPKG\wpkginst.exe" --SETTINGSFILE=%SOFTWARE%\wpkg\settings.xml' /> Or am I wrong? Brian May |