[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
ts you can use this > > > > > > > > >Stefan > >-Urspr?ngliche Nachricht- >Von: xfishxi [mailto:xfis...@yeah.net] >Gesendet: Dienstag, 10. M?rz 2009 04:10 >An: wix-users >Betreff: [WiX-users] how to install Fonts in WIX? > >hi

[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 Custo

[WiX-users] Is this a bug of WIX?

2009-03-05 Thread xfishxi
Hi all I find a problem with WIX, I made a installer by wix, when I install our product(it requires 300M on the hard drive), the problem is coming. My C drive's free space is 200M, My D drive's free space is 6G, so i select the destination folder on D drive, but the install process still can no

[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