Hey everyone,

I'm currently attempting to write an installer using wix 2.

I have all the files and set up dialogs working correctly.  I have an extra 
dialog which is added to the mondo wixUI by changing the property on the 
next buttons

<Property Id="WixUI_SetupTypeDlg_NextTypical" Value="OmniCfgDlg" />

OmniCfgDlg is a simple dialog which allows the user to input a hostname and 
port (this is for omniORB configuration file to locate a corba name service) 
any how....

What would be the best way to edit the config file? is it possible to edit 
the file before install or should it be done after the installation? [The 
config file is not XML, its plan text]

I've been looking at CustomAction's, but as I'm extending the mondo wixUI I 
don't seem to have a <installUISequence>, so I'm unsure how to add it to the 
end of the installation

I'm quite happy writing Vbscripts or c++? would a custom DLL or script be 
the "correct" way to handle this?
Any advice would be great

Thanks

Mark 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to