Hi,
I have created a  MSI to deploy a database. I have custom actions that calls
aspnet_regsql.exe for the database and the repective tables.

eg

<Property Id="REGSQLLocationProperty"
Value="C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe" />

<CustomAction Id="REGSQL1" HideTarget="yes" Execute="commit" ExeCommand="-S
127.0.0.1 -d PeritoTime -E -ed" Property="REGSQLLocationProperty" />

I have 13 tables to register plus the database itself. This means 14 output
windows open and close during the installation.

Is there anyway to suppress this?

regards

Derek 
-- 
View this message in context: 
http://n2.nabble.com/Output-Window-Suppresstion-tp1112025p1112025.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to