[WiX-users] single msi-file seems to need 1033.mst transform file

2009-07-15 Thread Robert Nickel
Hi, I have an installation with product language English (US) which compiles and links into a single msi-file. It runs on most PCs, however, lately I experienced a strange problem on a dutch OS where it seems to require an English transform file. I thought all this information is automatically me

Re: [WiX-users] Define constants

2009-02-25 Thread Robert Nickel
Hi Sandun, You can use preprocessor defines: To place that value somewhere type "$(var.MyVariable)". Robert > -Original Message- > From: sandun css [mailto:sandun...@gmail.com] > Sent: Wednesday, February 25, 2009 9:59 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] D

Re: [WiX-users] localized WixUILicenseRtf in VisualStudio 2005

2009-02-04 Thread Robert Nickel
> You can also use the WixVariable element in a source file. Yes, but I cannot assign language specific strings to this variable, e.g. because the localized strings are evaluated at link time. I get the error error LGHT0103: The system cannot find the file '!(loc.path_to_license_rtf)'. That's w

[WiX-users] localized WixUILicenseRtf in VisualStudio 2005

2009-02-03 Thread Robert Nickel
I know that it is possible to specify the license file via e.g. -dWixUILicenseRtf="path\de-de\german_license.rtf" option and that hereby it is possible to use a localized license file. I use Wix with Visual Studio 2005 and want to pass this parameter to light.exe but unfortunately, I have no lo

Re: [WiX-users] How to disable the option to install a feature when required

2009-02-03 Thread Robert Nickel
Sorry, I was lost in translation. The attribute is AllowAdvertise="no". > -Original Message- > From: Robert Nickel [mailto:robert.nic...@dcam.de] > Sent: Tuesday, February 03, 2009 11:44 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] How

[WiX-users] How to disable the option to install a feature when required

2009-02-03 Thread Robert Nickel
Hi, I am new to Wix and hence, this question may be rather stupid. However, I did not find an answer in the manual. I use a simple setup with the standard WixUI_FeatureTree. When clicking on a feature, one is allowed to choose to install a feature locally or not and to install it when requir