Tomasz Chmielewski wrote:
> I added some (hopefully) more detailed instructions and verified that 
> they work on my workstation:
> 
> http://wpkg.org/WPKG
> 
> Could you verify if it works for you?

There seem to be some typos, I changed it to:

<package
    id="wpkg"
    name="WPKG Client 1.2.1"
    revision="1"
    reboot="false"
    priority="10">

    <check type="uninstall" condition="exists" path="WPKG" />
    <check type="file" condition="versionequalto" 
path="%PROGRAMFILES%\wpkg\wpkginst.exe" value="1.0.0.8" />

    <install cmd='%comspec% /C start %SOFTWARE%\wpkg\wpkg_upgrade.bat' />
    <upgrade cmd='%comspec% /C start %SOFTWARE%\wpkg\wpkg_upgrade.bat' />
</package>

It seems to work.

Can I please confirm why you use "start"? Is this for extra debugging?

Brian May

-------------------------------------------------------------------------
Reporting bugs, all WPKG mailing lists >> http://wpkg.org/Support
_______________________________________________
wpkg-users mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to