Hi List,
Is
there a way to show multiple SelectionTree controls in one dialog box? Each of
them should have different features.
Best regards,
Calin
-
Take Surveys. Earn Cash. In
There has been a lot of demand for a way to easily author
simple variations on a single component template very quickly. The need
for such a solution is evident if you’ve ever wanted to create a single
component in multiple language versions or for multiple platforms and found
yourself try
Right, using the transforms in that way is not discouraged (that's their
localization story from what I know); it's just that the data coming from
the transform is then unpatchable because the transforms are always applied
last.
Derek
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EM
On Sun, 6 Aug 2006 11:32:20 -0700, Derek Cicerone wrote:
Derek,
> ItÂs not officially supported by the MSI team (they
> discourage people from using it). IÂm not sure why though.
Actually, as far as I know, it's naming the transforms according to the
codepage numbers (what would make the sel
The FilesInUse dialog can be shown from a custom action with
MsiProcessMessage (...INSTALLMESSAGE_FILESINUSE...), this vbscript shows the
general idea:
option explicit
dim inst, rec, res
const tryagain=4
const DoExit = 2
const Docontinue =1
set inst = CreateObject("WindowsInstaller.Installer")
s
Title: RE: [WiX-users] Multi-language msi
Ah ok. I’m not certain, but I
believe I’ve heard two things about that method:
It’s
not officially supported by the MSI team (they discourage people from
using it). I’m not sure why though.
I
believe you cannot create a patch to
Title: RE: [WiX-users] Multi-language msi
To make multi-language msi's right now you:
1)Make a normal msi in your primary lanuage (english in my case)
2)Make normal msi's in the other languages.
3)Run MsiTran once each on your primary language and each of your secondary ones.
This builds a tr
Tony,
That was the trick. The GUIDs were not changed.
Dave Williamson
Clear Sky Software
704.568.5544 sales
704.554.6300 support
704.943.0585 fax
[EMAIL PROTECTED]
www.clearskysoftware.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Hoyle
8 matches
Mail list logo