http://buildmaestro.wordpress.com/2011/08/30/c-dtf-using-locale-net-culture-folder-and-resources-files-for-translations-with-makesfxca-exe/
--
Open source business process management suite built on Java and Eclipse
Turn pro
I have not done this with a C# dll CA, but I had a similar problem localizing
my mba C# dll. The C# dll gets loaded into a host. In the mba case the
host had already defined a resource dictionary using the default name. So
in my project (which is not in front of me now) I had to define resx file
I don't know why that specific thing doesn't work, but if you are in
the UI dialogs, then there are no .resx files installed, or resource
Dlls either.
>From the MSI point of view, the big picture is that MSI files do one
language at a time, typically applied at install time by specifying a
transfo
Hi Friends,
I have created one custom dialog on its next it validates whether the selected
folder is system folder or not.
To achieve the above requirement I have created custom action using c#, to this
custom action selected path is being send. In case the selected path is system
folder then i
Hi,
I have an xml file (e.g.: Sampleconfig.xml) that contains a number of key-value
configuration data such as connection string. During installation time, there
is a custom action that takes these data from the sample config file, and
populate them as MSI properties. E.g.: the custom act
-
From: Blair [mailto:os...@live.com]
Sent: Thursday, February 25, 2010 12:04 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] WiX custom action error on windows vista or XP
Are you logging in your CA before each and any error is returned? What
sp
Installer XML toolset.
Subject: Re: [WiX-users] WiX custom action error on windows vista or XP
They require .Net Framework 2.0, Im testing for the framework with the
following condition
Installed OR NETFRAMEWORK35
This test is done just within the package tags. So it checks as the
uence.
NOT
Installed
-Original Message-
From: Blair [mailto:os...@live.com]
Sent: Tuesday, February 23, 2010 6:25 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] WiX custom action error on windows vista or XP
What
]
Sent: Tuesday, February 23, 2010 6:31 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WiX custom action error on windows vista or XP
Hi,
Im having a problem. My WiX MSI's seem to only work correctly on windows
7?
In my WiX installation custom c# project actions are calle
Hi,
Im having a problem. My WiX MSI's seem to only work correctly on windows
7?
In my WiX installation custom c# project actions are called and
performed but it only seems to work on windows 7 machines.
I have a condition check to check that the machine has .Net Framework
3.5 but at the po
Sankaranarayanan wrote:
> In my installer - I have a custom action which calls an EXE to perform some
> operation.
> At the end of the installation, I want to make sure that the EXE used in the
> Custom Action is deleted from the system. I don't want to ship the EXE to
> clients.
>
Remember
Hi,
In my installer - I have a custom action which calls an EXE to perform some
operation.
At the end of the installation, I want to make sure that the EXE used in the
Custom Action is deleted from the system. I don't want to ship the EXE to
clients.
I find that we can do it in the following w
12 matches
Mail list logo