Re: [WiX-users] end up with emtpy msi

2009-07-22 Thread Alexander Shevchuk
eates some files in installation folders, it is your responsibility to delete them during uninstall. Alex -Original Message- From: jo...@msli.com [mailto:jo...@msli.com] Sent: Wednesday, July 22, 2009 4:02 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-use

Re: [WiX-users] end up with emtpy msi

2009-07-22 Thread jo...@msli.com
I had to learn to pull in the fragments. Thank you very much. I didn't have to create my own cab file. In MyApp.wxs, I added to In MyApp.fragment.wxs, group_MyApp is defined as a and hold all the files. Finally, I had to add to MyApp.wxs

Re: [WiX-users] end up with emtpy msi

2009-07-22 Thread Alexander Shevchuk
As far as Media element, this can help: http://blogs.technet.com/alexshev/archive/2008/04/04/from-msi-to-wix-part-16 -installable-items-handling-installation-media.aspx I have suspicion that wxs files created by Paraffin contain fragments and in order to include content of fragment to resulting m