[WiX-users] C# Custom Action, change some files during installation

2009-09-10 Thread Adrian Serafin
Hi! I'm struggling with this for some time now... I'm trying to make my custom action to modify applications config.exe file but no success. Maybe someone can help?? And here is c# code: public static ActionResult EditCPAConfig(Session session) { string

Re: [WiX-users] Wix and PostgreSQL

2009-09-09 Thread Adrian Serafin
First thing you need to download Bootstrapper Manifest Generator and generate a package for postgresql (you will need an installer, for example: postgresql-8.4.0-1-windows). For me it creates directory in MyDocuments folder. You need to copy it to C:\Program Files\Microsoft SDKs\Windows\v6.0A\Boo

[WiX-users] Wix and PostgreSQL

2009-09-09 Thread Adrian Serafin
Hi! I have to install Postgresql server before installing my own application, create database and run some scripts against it. Now I'm installing postgresql using bootstrapper. I have two questions: 1. Is it possible to install Postgresql Server within my application installer (created by Wix)