Re: [WiX-users] Installing different version of file depending on OS

2008-08-18 Thread Schuett, Michael
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Schuett, Michael Sent: Friday, August 15, 2008 16:19 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Installing different version of file depending on OS Hello, I need to install a different version

[WiX-users] What happened to Error and Warning details in VS 2005 Output window?

2008-08-18 Thread Schuett, Michael
Hello, After upgrading from 3.0.2925.0 to 3.0.4401.0 I noticed that while building in Visual Studio 2005 the error and warning detail info no longer appears in the Output window. Is there a setting somewhere to turn this back on? I've tried enabling Verbose output in the project properties.

[WiX-users] Installing different version of file depending on OS

2008-08-15 Thread Schuett, Michael
Hello, I need to install a different version of a file depending on the OS. The installed file needs to have the same name. Here's my code that works if the File Name= are unique. Component Id=File2000.ext Guid={5418CC53-8981-4156-A3F9-33701487762A} File Id=File2000.ext

Re: [WiX-users] Accented character in Shortcut Name causes Error LGHT0204: ICE03: Invalid Filename

2007-11-30 Thread Schuett, Michael
: [WiX-users] Accented character in Shortcut Name causes Error LGHT0204: ICE03: Invalid Filename Schuett, Michael wrote: Hello, If I use an accented character in a Shortcut Name, the following error results... D:\WiX\ClientInstall\Application.wxs(39,0): Error LGHT0204: ICE03: Invalid

[WiX-users] Accented character in Shortcut Name causes Error LGHT0204: ICE03: Invalid Filename

2007-11-30 Thread Schuett, Michael
Hello, If I use an accented character in a Shortcut Name, the following error results... D:\WiX\ClientInstall\Application.wxs(39,0): Error LGHT0204: ICE03: Invalid Filename; Table: Shortcut, Column: Name, Key(s): TrayAppShortcut Here's the section from Application.wxs. File Id=Tray.exe

[WiX-users] Building a patch in Visual Studio

2007-11-06 Thread Schuett, Michael
Is it possible to build a patch inside VS2005? All I've been able to generate is a useless MSI. Thanks, Mike - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now

[WiX-users] LGHT0102 errors on localized builds

2007-08-15 Thread Schuett, Michael
Hello, I'm having problems with dozens of LGHT0102 errors when I perform a localized build. (I'm using 3.0.2925.0 and VS2005.) The project builds fine when the culture is en-us, but fails when I use a different culture. I've tried de-de, es-es, fr-fr and it-it. The LGHT0102 errors are all on

[WiX-users] Conditional Statement Problem

2007-08-08 Thread Schuett, Michael (VMC)
Hello, I'm reading a DWORD value from the registry using RegistrySearch. (WiX 3.0.2925.0) Property Id=DA_VER RegistrySearch Id='DaVer' Type='raw' Root='HKLM' Name='Version' Key='SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FooSoft 1.0' / /Property I understand