Title: Re: [WiX-users] Bit of a twist

Thanks Rob for the script!
The reason I say it's messy is because it if one wants to add different functionality not supported by native WiX one needs to add another script…then another and so on.

For just solving one problem it's fine, fore more it starts getting a bit messy :)

Keep everything in one dll with exposed methods is a bit cleaner, but…there are buts…it gets proprietary and if not documented no one can figure it out without looking at the source code. So in the end this is also probably not the best way to go.

Ideally it should be in the WiX extensions…and it probably will in time :)

Regards
Morten


>Morton,
>
>I'm not sure why calling a script makes the code messy and maintenance much harder. Especially compared to calling a dll.

>
>Here's the script I use to load a dropdown list of available (already
>defined) websites on a server.
>
>Note: It sets the property WEBSITE to the name of the first website found (typically "Default Website"). It adds any defined websites >to the combobox named WEBSITE. It sets the property NUMWEBSITES to the number of websites found.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to