I'm using the WixUI_FeatureTree dialog set and it always raises the
MsiRMFilesInUse dialog for some system services. For purposes of my
installer, the value always should be "Do not close the applications."
How can I prevent the installer from raising the MsiRMFilesInUse dialog
and always select
re-existing install on upgrade failure. The
backing up and restoring is handled for you. You just need to select
the appropriate scheduling for what you want.
>--
>John M. Cooper
>
>-Original Message-
>From: David P. Romig, Sr. [mailto:d...@tcsc.com]
>Sent: Monday,
I have written custom actions that backup and restore user-managed files
and folders associated with my application's operation. The Setup.wxs
file uses the MajorUpgrade tag.
What InstallExecuteSequence entries would invoke the Backup custom
action before an upgrade and the Restore action after an
My main WiX 3.6 source file contains the following lines:
40
...
261
262
263 ...
(some content elided for brevity)
Light raises error messages indicating duplicate symbols on lines 40 and
262.
"LGHT0091: Duplicate symbol
'WixAction:InstallExecuteSequence/RemoveExistingPro
afting" your references? What settings/properties have you set
wrt your harvesting?
That is where I would start my investigation.
Blair
From: David P. Romig, Sr. [mailto:d...@tcsc.com]
Sent: Thursday, November 24, 2011 7:17 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [Wi
My WiX VS 2010 project contains direct file references (i.e. template
files) and project references. In the WiX project, each of the .NET
project references has the property Harvest="true" and Project Output
Groups="Binaries".
When building the WiX project (or the entire solution), whether in the
3.6?
To: wix-users@lists.sourceforge.net
Message-ID: <4ecdc07c.2070...@joyofsetup.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 23-Nov-11 18:31, David P. Romig, Sr. wrote:
> After installing WiX 3.6 beta, I'm receiving the error as described in
> bug report 19
The WiX-devs archive lists failure to resolve "$(var.SolutionDir)" as
bug 1908338.
After installing WiX 3.6 beta, I'm receiving the error as described in
bug report 1908338. Is this a regression?
Light raised the error "LGHT0094: Unresolved reference to symbol
'WixComponentGroup:Utilities.IO.Bin
I'm installing a print processor. On an x86 OS the DLL is supposed to
be copied to \Windows\System32\spool\prtprocs\W32X86. But on an x64 OS
the DLL is supposed to be copied to
\Windows\System32\spool\prtprocs\x64.
I set a property to the proper location:
In ComponentGroup/Component I have
I'm trying to install a print processor using WiX and a C# custom
action.
My custom action invokes the Win32 AddPrintProcessor() that expects the
print processor DLL to already be copied to the proper folder. But
different platforms store print processors in different folders. I can
get the loca
10 matches
Mail list logo