thanks
"Kim" <kv...@hotmail.com> wrote in message
news:8b26f5d3.04081...@posting.google.com...
thanks,
Kim
All other options that can give this error I already tried/checked,
like ResolveSOurce corrupt msi file, components that need the install
source etc.
"Phil Wilson" <pdjw...@nospam.cox.net> wrote in message news:<e5mfljuf...@TK2MSFTNGP09.phx.gbl>...
Windows Installer FAQ
www.msifaq.com - www.msifaq.de
InstallSite - Resources for Setup Developers
www.installsite.org
www.installsite.de
"Stefan Krueger [MVP]" <skru...@newsgroups.nospam> wrote in message news:<54A7370E-924D-4AA7...@microsoft.com>...
I don't think that Windows Installer specifically ignores the REINSTALLMODE
property (or any other property for that matter) on uninstall. Actually, at
the time it has to evaluate the v switch to perform the re-caching of the
.msi file, it doesn't know yet whether you're going to uninstall or perform
some other operation.
In other words: I'm would expect the behaviour you see. The solution would
be to set REINSTALLMODE to v only when you really want this. Changing your
script accordingly would be my suggested solution.
Two final notes:
- the "a" in REINSTALLMODE is a dangerous switch because it can downgrade
shared files. If your setup installs shared files (including for instance VB
or C runtime merge modules that install to the Windows or System folder)
don't use "a".
- InstallScript MSI is known to cause problems, especially in upgrade
installs. In most cases I'd prefer Basic MSI.
Thanks,
Kim
"Stefan Krueger [MVP]" <skru...@newsgroups.nospam> wrote in message news:<FE34A855-29E5-4AE2...@microsoft.com>...