wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Debug symbol undefined when building using MSbuild
On 3/24/2010 2:03 PM, Inbar, Ron wrote:
> The Server and Client configurations are distinguishable by the definition of
> a preprocessor variable named "Server" through th
Hi,
My project has four configurations: "Server Debug," "Server Release," "Client
Debug" and "Client Release."
The Server and Client configurations are distinguishable by the definition of a
preprocessor variable named "Server" through the Build tab in the project
property sheet.
My nightly bui
Hi,
I need my MSI to achieve the same functionality as these two ADSI commands:
cscript %SystemDrive%\Inetpub\AdminScripts\adsutil.vbs create
w3svc/1/root/WebLogin/Loginp.aspx "IISWebFile"
cscript %SystemDrive%\Inetpub\AdminScripts\adsutil.vbs set
w3svc/1/root/WebLogin/Loginp.aspx/AuthFlags
Hi,
Is there a built-in way in WiX to create such entities or is it necessary to
write a custom action that calls the Windows API?
Thanks,
Ron
The information contained in this message may be confidential and legally
protected under applicable law. The message
Hi Simon,
1. In addition to the GAC, put another copy of the file in a dedicated folder
and register that folder's location here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders
(Take a look at the existing contents of this registry key for an example.)
This will make
to the file name in order to
distinguish it from identically named files sitting in different directories.
These ordinal numbers could change when files with the same name were added or
removed.
2. Use the -cg flag.
Regards,
Ron Inbar
Staff Engineer
-Original Message-
From: Inbar
Hi,
I noticed two differences between heat's output in version 3.0.4805 and
3.0.5217:
* In version 3.0.4805, heat generated component identifiers that were
similar to the names of the harvested files. In 3.0.5217, the identifiers are
random GUIDs.
* In version 3.0.4805, heat
7 matches
Mail list logo