Hi All I'm trying to replace a custom action in our installer with some default WiX code. Currently the customer installer displays a dialog which asks for (up to) 4 user names. The custom action then writes these user names to a text file that gets placed in our application directory. The first time the application starts up it reads the contents of this file and adds the given user names to the list of application admins (i.e. for our application only, not the system ones). The plan now is to remove this custom action and implement this as normal WiX functionality. I'm aware we can create custom dialogs in WiX which should allow us to get the user names and place them into properties. So this leaves the question how can we populate a (text) file with the user names and place that in the application directory.
Any ideas / suggestions / comments welcome With regards Patrick ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users