Menu

#12 Patch for VAInstall - CVS version

open
nobody
None
5
2003-05-04
2003-05-04
No

When I got the release from CVS version, I found some
bugs and made some fixing and a small enhancement.

- Added support for an "unversioned" module: I think it
is useful if a plugin can be deployed without a version
number, because it is prette independent, or, at least,
dependent from a certain release version. So you can
put no:
vainstall.destination.appVersion
setting:
vainstall.destination.installMode=module

- Fixed bugs in upgrading phases: if you upgraded, all
uninstall information of the previous installation were
lost.

- Added feature: when a module is installed, shortcuts
are not cleaned away now,
new shortcuts are simply "appended" to the old one.

To apply the patch, go to the directory containing the
sources, unzip the patch file and type:
patch -p1 -E < vainstall-cvs.diff

Antonio Petrelli

Discussion

  • Antonio Petrelli

    Patch for VAInstall - CVS

     
  • Antonio Petrelli

    Corrected Patch for VAInstall - CVS

     
  • Antonio Petrelli

    Logged In: YES
    user_id=348219

    Attached a new patch: there was a problem when installing an
    unversioned module. When uninstalling, the registry key was
    not correctly deleted and installation showed an exception
    message.

     
  • Antonio Petrelli

    Patch for VAInstall CVS (cumulative)

     
  • Antonio Petrelli

    Logged In: YES
    user_id=348219

    Attached a new patch (the third in this thread....).
    Reincarnation of an old bug ("Program Files" directory must
    not be "read only" but usually it is) has been fixed.
    Support for Gnome 2 and KDE with Mandrake distribution has
    been added.