[WiX-users] how to pop up a messageBox to tell user Uninstall is finish when uninstall process is finish?

2009-04-13 Thread xfishxi
hi I use wix to generate my installer, now, i meet a trouble, when the user uninstall the program, we will see some dialogs with progressbar to show the uninstall progress, what i want to do is to pop up a messagebox with text Uninstall is finish after these progress dialogs. how can i do? I

Re: [WiX-users] how to install Fonts in WIX? (Weber Stefan (IT))

2009-03-10 Thread xfishxi
this DirectoryRef Id=FontsFolder Component Id=InstallFonts Guid=YOUR-GUID-HERE File Id=font1.TTF Source=fonts\font1.ttf TrueType=yes / File Id=font2.TTF Source=fonts\font2.ttf TrueType=yes / /Component /DirectoryRef Stefan -Urspr?ngliche Nachricht- Von: xfishxi [mailto:xfis

[WiX-users] how to install Fonts in WIX?

2009-03-09 Thread xfishxi
hi I'm use wix to generate my MSI Installer, our product needs to use two Fonts(SIMYOU.TTF and STHUPO.TTF), so we need to install these two fonts into the system folder(%WINDOWS\FONTS%), now i write a InstallFonts function in an extra executable, and invoke this executable in WIX as a

[WiX-users] I need help: a hot problem about WIX installer

2009-02-22 Thread xfishxi
Hi all, I'm a beginer on WIX installer, now I meet a hot problem when I create an installer using Wix, the problem is : how to copy a whole folder . now the folder structure is like this: Media1\Fonts.zip Media1\gui.zip Media1\Data\World\a.xml Media1\Data\World\b.xml Media1\Data\QQ.txt