| This has some problems, both practical and phylosophical/legal (probably).
The EULA or license you accept when you install a Windows program will most likely tell you that it's forbidden to redistribute the program in any form, which is what you intend to do. If you plan to use it on many machines, then most likely you have to purchase many licenses. Of course this might apply or not depending on the concrete license the program has.
About the practical side of things. Windows programs are designed to run with full r/w privileges on your system. To achieve this, wine emulates a windows installation on your home directory, this means that the program has to be installed on a per-user basis, and can't be installed system wide (i.e. on /usr or /opt). I don't think that there's any clean way to overcome this one. |