Thanks for Info Rob.
Ignoring about the dependencies, Can we Map Features/Components with Specific 
Custom action.
Any work around.

Thanks
Sudheer


-----Original Message-----
From: Rob Mensching [mailto:rob.mensch...@microsoft.com]
Sent: Tuesday, December 23, 2008 6:44 AM
To: General discussion for Windows Installer XML toolset.; Krishna Kishore B
Subject: Re: [WiX-users] Mapping Custom Actions with the features/Components

No.  The Windows Installer is declarative install engine that process actions 
in bulk not in a specified order.  Also, GAC installation doesn't happen until 
the very end of the install so you can't take dependencies on code you're going 
to add there.

-----Original Message-----
From: Kusuma Sudheer Kumar (Tata Consultancy Services) 
[mailto:v-kku...@microsoft.com]
Sent: Monday, December 22, 2008 03:51
To: General discussion for Windows Installer XML toolset.; Krishna Kishore B
Subject: [WiX-users] Mapping Custom Actions with the features/Components

Hi,
                This is specific Requirement for my installation package.

                I am creating a installer msi for installing the My WebBits and 
GAC'ing the dlls and some other activities.
Including this, I want to call some specific Custom actions. I have C# code for 
it.

Ex:
                I have Feature1, Feature 2, Feature 3

                Feature 1 is Install Bits, and Feature 2, GAC'ing and Feature 3 
- I want to call some C# Code as Custom action

                Using Installer UI  -  <UIRef Id="WixUI_Common" />
How do I map my feature with that Custom action.
                I am able to map my custom actions in UI Sequence and during my 
UI Next and Back Button Navigations.
                Is it possible to Map as I said above.

                Any suggestions or pointers will be appreciated.

Thanks
Sudheer
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to