Re: [WiX-users] Localisation of WixUILicenseRtf

2008-08-21 Thread Pat Higgins
Hi Neil, I'm not an expert these might not work but they might help in some way (I haven't tested them but we do something similar - not same unfortunately). You could have something in StandardVars.wxi ?if $(var.WIXLanguage) = ja-jp? ?define LCID = 1041? ?define myRFT = License_ja-jp.rtf ?

Re: [WiX-users] Font not correct when uninstall from control panel

2008-08-05 Thread Pat Higgins
I could be wrong but without looking at your MSI, here goes. The strings you're seeing are probably in the Control table; so you might see something like {\WixUI_Font_Bigger}this is my text being displayed If you have something like that, you can remove or replace the {\WixUI_Font_Bigger} with

Re: [WiX-users] Font not correct when uninstall from control panel

2008-08-05 Thread Pat Higgins
the control's name? I searched in orca, but cannot find string anywhere. Pat Higgins wrote: I could be wrong but without looking at your MSI, here goes. The strings you're seeing are probably in the Control table; so you might see something like {\WixUI_Font_Bigger}this is my text being displayed

Re: [WiX-users] GUID generation in WiX

2008-07-28 Thread Pat Higgins
You could try something like ?define MyGuid = {----}? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stas Klyachkovsky Sent: 28 July 2008 12:32 To: wix-users@lists.sourceforge.net Subject: [WiX-users] GUID generation in

Re: [WiX-users] Component GUID question

2008-03-27 Thread Pat Higgins
Not sure if you'll hit a problem if each MSI if for a different client they are unlikely to install each others MSI. That said, an error could occur a component for client X is built into an MSI for client Y - client Y installing that MSI might have an issue. Sorry I can't give a straight

Re: [WiX-users] Problems with Characters

2008-03-26 Thread Pat Higgins
Have you got your strings in a WXL file? I think using other files (wxi, wxs) etc won't allow extended chars to be displayed. Also, in the WXL you may need to specify the codepage culture but I think pt-br is 1252 so if you haven't specified it, the WXL would by default use 1252 anyway

Re: [WiX-users] Create New Guid in Installer

2008-02-19 Thread Pat Higgins
Not sure if this will work for you but we've created GUIDs the following way in the past. ?define SkuPackageCode = {----}? I'm not sure we have example of what you're doing so maybe it'll work maybe it won't. RegistryValue Root=HKCU Key=Software\omitted

[WiX-users] How to localise/Change a GUID using a WXL file?

2007-02-02 Thread Pat Higgins
). So can I change GUID's in a build using WXL files, if so, how? (Or have I answered the question myself? It can't be done!) I hope that's a clear explanation question. Thanks have a good weekend. Pat Higgins - Using