Browse by Tags

Sorry, but there are no more tags available to filter with.
Writing managed custom actions in an easy way
In my last post, I talked about hosting the CRL within a native custom action. This week I found an easier way to execute a managed custom action, it is based on a hack and not extra C++ code is required. Actually, you can't write a C# custom action because...
Posted 14 April 2005 12:19 PM by cibrax | 5 comment(s)
Filed under:
Hosting the CLR within a custom action
Today, in order to develop a custom action for a Window Installer setup, you can choose between two options: 1. Writing a Native custom action using the C language 2. Writing a Managed custom action using any .NET compliant language Both options have...
Posted 11 April 2005 12:36 PM by cibrax | 7 comment(s)
Filed under:
Installing a SQL database with WIX
I like to share a sample about how to install a Sql database using a custom action shipped within WIX, it is an easy task and it can be useful in many scenarios. Let's take a look to this source file "sql.wxs": <Wix xmlns='http://schemas.microsoft...
Posted 30 March 2005 07:32 PM by cibrax | 3 comment(s)
Filed under:
More Posts