Pablo M. Cibraro (aka Cibrax)

My thoughts on Web Services and .NET development

News

Pablo Cibraro's VisualCV

Blogs

Personal

Programming

Browse by Tags

All Tags » Wix (RSS)
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: Apr 14 2005, 12:19 PM by cibrax | with 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: Apr 11 2005, 12:36 PM by cibrax | with 9 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: Mar 30 2005, 07:32 PM by cibrax | with 3 comment(s)
Filed under:
More Posts