[WiX-users] bootstrapper dialog title in Wix 3.7

2013-05-06 Thread Kyle Lee
Hi, In Wix 3.6, the following bootstrapper.wxs used to display "Our Product Patch 2" in the bootstrapper dialog title: http://schemas.microsoft.com/wix/2006/wi";> As of Wix 3.7, it doesn't show up in the title. Instead, it only shows "Setup". If I add t

[WiX-users] upgrade didn't remove the earlier product from ARP

2012-03-29 Thread Kyle Lee
Using Wix 3.5, my initial MSI package (MyProduct v1.0) contained quite a few features, e.g. MS Word 95/XP/2003/2007/2010, MS Excel 95/XP/2003/2007/2010, MS PowerPoint 95/XP/2003/2007/2010. Their feature level was initially set to 0 but set to 1 if the specific app existed (using AppSearch). In othe

[WiX-users] Bootstrapper logo in wrong location

2012-02-01 Thread Kyle Lee
Hi, The WIX manual says, "The WiX Standard Bootstrapper Application displays a generic logo in the bottom left corner of the user interface." I used this last year (the version was 3.6.1608.0), and yes, the log showed up in the bottom left corner of the dialog. Now I am using v3.6.2221.0 and it

[WiX-users] Custom Action for InstallExecuteSequence

2011-08-22 Thread Kyle Lee
I am trying to add some custom actions (CA's) after AppSearch. However, since AppSearch action is in both InstallExecuteSequence and InstallUISequence tables, my CA's are performed twice. Is it possible to tell the installer to perform my CA's only during InstallExecuteSequence, not during Inst

[WiX-users] Custom Action ignored during patch uninstall

2011-04-20 Thread Kyle Lee
Hi, I modified the custom actions from the original MSI so that during patch install, those CAs can correct something that I missed in the original MSI. The conditions I modified (I added "AND NOT PATCH AND NOT MSIPATCHREMOVE ") are something like: BEFORE (i.e. in the original MSI): IIS=