Re: [WiX-users] Debug symbol undefined when building using MSbuild

2010-03-25 Thread Inbar, Ron
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

[WiX-users] Debug symbol undefined when building using MSbuild

2010-03-24 Thread Inbar, Ron
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

[WiX-users] Setting Security for a Single File in a Virtual Directory

2010-02-21 Thread Inbar, Ron
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

[WiX-users] NTFS Symbolic Links / Junctions / Reparse Points

2010-01-13 Thread Inbar, Ron
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

Re: [WiX-users] XML documentation file to GAC

2009-08-21 Thread Inbar, Ron
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

Re: [WiX-users] Changes in heat's output format from v3.0.4805

2009-08-09 Thread Inbar, Ron
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

[WiX-users] Changes in heat's output format from v3.0.4805

2009-08-09 Thread Inbar, Ron
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