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
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
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
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
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=
5 matches
Mail list logo