Hi:
I have an installer that installs files to a hidden directory.
I'm using the wix feature tree dialogue set.
After the feature dialogue has popped up, what I'd like is a dialogue to popup 
showing the contents of a folder based on the feature selected. I'd like this 
to happen for each feature that has been selected (apart from the main feature 
which is installed to program files by default anyway.
what I then need to happen is for entries to be added to the copyfile table to 
copy the files in this hidden directory to the specific directory.
I then need to perform a custom action that launches an executable on each of 
these files.
Performing this action will create a binary file so upon uninstallation I need 
to not only remove the hidden directory, I need to remove the files that were 
coppied (but not the directory) and the binary files that were created.
What is the best way of doing all this?
Does adding records to the copyfile table automatically add elements to the 
remove file table, or do I have to do this myself, pointers please.
Cheers
Sean.
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to