Further investigation (trial and error) reveals that this has something to do
with 'ScheduleReboot'.
It seems that if any of the packages schedule a reboot using:
it causes the issue described.
However, if no reboot is scheduled by any package (I manually removed it for
testing) then up
I am using WiX 3.6.3102, and I'm having an issue when upgrading my burn
bootstrapper.
For testing upgrade scenario's I have built two bundle's:
Bundle B1 v1.0.1.0
- Package P1 vX.X.X.X
- Package P2 vY.Y.Y.Y
- Package P3 v1.0.1.0
Bundle B2 v1.0.2.0
- Package P1 vX.X.X.X
- Package P2 vY.Y.Y.Y
-
Hi Rob,
I am learning WIX recently, but ran into a problem with custom actions using
WIX 3.6. I want to build an installation package that would deploy an ASP.NET 4
application on Windows 7/8 machines, and here is the script I use to install
IIS & ASP.NET:
.
And h
WiX 3.0.5419, VS 2008.
Attempting to convert merge modules (only used internally) to wixlib. Almost
there, but have encountered a set of errors that make no sense. Example
fragment and error are below.
Source.wxs(61,0): error LGHT0230: The Component/@Gui
Chad Petersen wrote
>
> I was able to get past this error in your example by adding this inside
> the Fragment
>
>
>
>
>
Scheduling RemoveExistingProducts worked for me too. Ironically, I had just
finished reading about scheduling it in the Windows Installer help and was
considering
I was able to get past this error in your example by adding this inside the
Fragment
-Original Message-
From: Don Walker [mailto:don.wal...@versaterm.com]
Sent: Wednesday, July 11, 2012 8:49 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Bug? UpgradeVersion elemen
In WiX version 3.6.3109.0 I am getting the following build error:
Product.wxs(16,0): error LGHT0094: Unresolved reference to symbol
'WixAction:InstallExecuteSequence/RemoveExistingProducts' in section
'Product:*'.
The same error appears for line 18.
My test example follows:
http://schemas.mic
The problem is that you're missing an install condition for the x86 version of
your MSI so burn is trying to install it after having already installed the x64
version. Add an install condition to the MsiPackage element for the x86 package
saying 'NOT VersionNT64' to make it's not installed on 64
hiii Bob,
i tried with giving path for WixMbaPrereqLicenseUrl as below but still it is
showing nothing...
Thanx in advanced.
Manish.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unknown-WiX-variables-in-Bundle-with-WiX-3-6-1908-0-tp6574163p7
9 matches
Mail list logo