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.
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
>
> *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
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
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