Justin Dearing wrote:
>So it seems like I have broken WiX rules and cannot properly fix them.
More accurately, you have broken Windows Installer component rules. (WiX
is only used to build the MSI file, and multiple files within the same
component can be valid in some scenarios.)
The mechanism th
Justin Dearing wrote:
> Ok that worked I setup the component for the DLL as below. The only
> remaining problem is I can install 0.93 and then 0.92 and windows
> seems to think both installations can coexist. I think this is because
> I am doing a major upgrade. I will have to study the upgrade me
On 3/26/07, John Vottero <[EMAIL PROTECTED]> wrote:
> You could try using .
Ok that worked I setup the component for the DLL as below. The only
remaining problem is I can install 0.93 and then 0.92 and windows
seems to think both installations can coexist. I think this is because
I am doing a maj
x
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:wix-users-
> > [EMAIL PROTECTED] On Behalf Of Justin Dearing
> > Sent: Sunday, March 25, 2007 11:17 PM
> > To: wix-users@lists.sourceforge.net
> > Subject: [WiX-users] How do I remove a fi
IL PROTECTED] [mailto:wix-users-
> [EMAIL PROTECTED] On Behalf Of Justin Dearing
> Sent: Sunday, March 25, 2007 11:17 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] How do I remove a file on upgrade
>
> Hello,
>
> I am having a problem in that I
Bob, thanks for your reply. I'm new to wix and still learning the finer points.
On 3/26/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
> How are you handling upgrades? If you're using Upgrade/UpgradeVersion,
> where are you scheduling RemoveExistingProducts?
Upgrades are handled by :
Remov
Justin Dearing wrote:
> How do I remove
> PlaneDisaster.LIB.dll if I upgrade from pre version 0.93 to version
> 0.93 (or later).
>
How are you handling upgrades? If you're using Upgrade/UpgradeVersion,
where are you scheduling RemoveExistingProducts?
> Version="0.9.2"
>
If y
Hello,
I am having a problem in that I renamed a DLL in my open source
project (http://plane-disaster.sf.net) and it is not being removed
when I perform an upgrade. The old version of the file is called
PlaneDisaster.LIB.dll and the new version is called
PlaneDisaster.Dba.dll. I just made the DLL
8 matches
Mail list logo