Hi,
I'm using a solution, which I found somewhere on the internet and it
works fine. Works only for .NET Installer implementation DLL. Here is
the fragment of our company's wikipedia for creation of WIX
installations, which I created:
---
Running .NET installer classes
Incor
Alexei wrote:
>
> And bear in mind that if you wish to simply run the custom action when
> the installer is started then you would have to schedule it - instead of
> attaching it to a GUI component.
Thanks for your reply ,could you please provide a sample of how can i
schedule the custom action
chandan Koushik wrote:
>
> Is it possible to have a function [say
> f1() ] in one file which can be called from a main wix file
>
Sounds like you're after a Custom Action which calls a function from a dll.
Have a look http://www.tramontana.co.hu/wix/lesson10.php here for a quick
overview of
Chandan,
WiX doesn't really have functions, but you can conditionally install
features and components. Take a look at the Component Element in the WiX
Schema, and search google for examples of people using it.
On 8/10/07, Chandan Koushik <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>
>
> Hi I am Using w
Hi,
Hi I am Using wix3.0 version. Is it possible to have a function [say
f1() ] in one file which can be called from a main wix file; Based on
the content of the function the corresponding features can be
installedon the system. Can this be achieved in Wix
Suggestions regarding this would
5 matches
Mail list logo