In my Project I have some files to copy in program files directory and make a shortcut for one executable and other works like an installation.
I want to do this in my application with store files in Packages, like CAB files and show installation in a progress bar.
First I think about a msi wrapper, but some users said that is so slow!
How can I do this in best way?
Here is a small template for start: