Hi

I am still new to wix and am having trouble working out how I can do this, if 
anyone could point me in the right direction I would be very grateful!

I am building a custom installer using wix wpf and would like my users to enter 
in a firewall port, creating the UI has not been a problem and I have found 
that I can use a string variable to set the required  port number as follows:

BootStrapper.Engine.StringVariables["port"] = "3000";
BootStrapper.Engine.Plan(Wix.LaunchAction.Install);

>From here im not sure how to set my firewall exception in my components.wxs 
>file, do I set an MsiProperty in my bundle.wxs file? If so then how do I 
>access that property from components.wxs ?

Thanks
Gareth
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to