-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am starting to write an installer which will use the SqlScript-element.
That takes a reference to the Binary-table what script to run.
I would like to dynamically generate the script during the installation.
I can see three possibilities:
Somehow to get SqlScript to read it data from a file…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
Using Wix3, its trivial to ensure that a windows service being installed is given a dependency on a service that is already installed on the target machine, but I need to do the opposite - i.e. as part of my install I need to modify the service dependencies of an existing service (i.e. already…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When is it necessary to change the package GUID of a merge module?
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Module Id="MyMergeModule" Language="1003" Version="1.0.0.0">
<Package Id="SOME_GUID" Manufacturer="Me" InstallerVersion="301" />
</Module>
</Wix>
Wix3…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
If this is a repeat question, please direct me to the existing solution. I wasn't able to find a matching query.
We currently use InstallShield. I'm attempting to covert a project with 407 files to a WiX3 installation package. I tried using heat.exe to do some of the automation but I get the following…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Good day.
I've been building an installer for our product using the WIX(Windows Installer XML) technology. The expected behavior is that the product is launched, if the check box is checked after installation.
This has been working for some time now, but we found out recently that UAC of Win 7,…
>>> More