Please see my reply in microsoft.public.platformsdk.msi
--
Stefan Krueger
Microsoft Windows Installer MVP
Please post your questions in the newsgroup or vist one of these web sites:
Windows Installer FAQ
http://www.msifaq.com -
http://www.msifaq.de
InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)
"liorh" <(E-Mail Removed)> schrieb im Newsbeitrag
news:(E-Mail Removed)...
> i'm trying to use the installation to upgrade an older version. i'm
> using x.dll (based on c#) to register assemblies to GAC, as a
> Custom-Action for installing/uninstalling/rollback.
>
> when installing (without the older version installed) - everything is
> good. the right x.dll is running during the process.
>
> but when upgrading over older version - the old x.dll is running !! and
> the GAC is not changing as i expected.
>
> i'm using the same upgradeCode for both versions and different
> productCode. the version is different too.
>
> the property RemoveOlderVersion set to True.
>
> what's wrong ? how do i make the right dll to run ?
>