Just a small thing- on Win2000, path expansion was not working so wpkg
was unable to verify check type="file" paths that had things like
%Windir% in them. Here is a quick patch to make this work:
--- wpkg/wpkg-0.9.2/wpkg.js 2005-12-09 16:15:53.0 -0500
+++ wpkg.js 2006-02-03 11:4
Yeah, figured that out once I looked over the code - looks like it will wonk out if it gets an unexpected error code or if the post-check fails. I ended up changing the type of package to an execute="once" package and then versioning it. Once the change was propagated I removed the package from
> OK, so I tried this - created a vbs file that essentially does nothing and
> changed the install, upgrade, and remove commands to that vbs. I versioned
> the package and then ran WPKG which changed the WPKG.xml file to reflect the
> changes to the package.
>
> However, when I removed the package
Hi, OK, so I tried this - created a vbs file that essentially does nothing and changed the install, upgrade, and remove commands to that vbs. I versioned the package and then ran WPKG which changed the WPKG.xml file to reflect the changes to the package. However, when I removed the package
Thought about that - was hoping for a more streamlined approach but that will do it. ThanksKristofer Kiik <[EMAIL PROTECTED]> wrote: On 2/3/06, Ed Wallig <[EMAIL PROTECTED]>wrote:> Hi again,>> Feature request - can the capability be added (or does it already exist) to> remove a package