Re: [WiX-devs] Wix Installation Custom Action to Execute after a directory is created

2012-05-23 Thread Rob Mensching
ions. The most difficult part of this would be > to make it transactional/handling rollbacks. One option would be to store > the database creation and modification scripts with the application and on > first run after install or update, have your application execute the SQL > scripts.

Re: [WiX-devs] Wix Installation Custom Action to Execute after a directory is created

2012-05-22 Thread Patil, Yukti
atil, Yukti [mailto:yukti.pa...@adp.com<mailto:yukti.pa...@adp.com>] Sent: Monday, May 21, 2012 8:57 AM To: wix-devs@lists.sourceforge.net<mailto:wix-devs@lists.sourceforge.net> Subject: [WiX-devs] Wix Installation Custom Action to Execute after a directory is created Hi all, I hav

Re: [WiX-devs] Wix Installation Custom Action to Execute after a directory is created

2012-05-21 Thread Rob Mensching
> > *From:* Patil, Yukti [mailto:yukti.pa...@adp.com] > *Sent:* Monday, May 21, 2012 8:57 AM > *To:* wix-devs@lists.sourceforge.net > *Subject:* [WiX-devs] Wix Installation Custom Action to Execute after a > directory is created > > ** ** > > Hi all, > I have a config file t

Re: [WiX-devs] Wix Installation Custom Action to Execute after a directory is created

2012-05-21 Thread Hoover, Jacob
first run after install or update, have your application execute the SQL scripts. From: Patil, Yukti [mailto:yukti.pa...@adp.com] Sent: Monday, May 21, 2012 8:57 AM To: wix-devs@lists.sourceforge.net Subject: [WiX-devs] Wix Installation Custom Action to Execute after a directory is created

[WiX-devs] Wix Installation Custom Action to Execute after a directory is created

2012-05-21 Thread Patil, Yukti
Hi all, I have a config file to read database settings and set properties for the wix installer database creation. I want the installer to follow a sequence i.e 1. Put config file on a location 2. Execute custom action that call a vb/js script that reads properties from config file for WIX 3. Then