Re: [WiX-users] Linkage warnings when using CRT merge modules.

2009-10-26 Thread Vova Froimchuk
be removed from the computer > by > the user independently of your application, which will most likely break > your application. > > Some people suppress validation in light.exe and use smoke.exe to run > validation separately, processing the warnings independently of their build &g

[WiX-users] Linkage warnings when using CRT merge modules.

2009-10-26 Thread Vova Froimchuk
My code is quite standard way to include merge files: ** * * * * ** * * * * * * * * ** I get like a hundred+ different warnings (which, well, worry me a bit, although the install seems to work.) The examples of warnings I get are as following: warn

[WiX-users] String concatenation/formatting.

2009-10-25 Thread Vova Froimchuk
Hi, I'm completely new to WiX, and my search in "HowTos" and reference didn't give me a desired answer. Is there any way to concatenate string. My problem is to write a path of one of the installed files to registry inside *quotation marks*. Using *Value="[DirName]FileName.exe" * code writes the pa