-
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'
I've been playing around with Wix, making a little app with auto-generated installer and three versions to test the upgradability, 1.0, 1.1 and 2.0.
1.1 is meant to be able to upgrade from 1.0, and not to allow the user to install 1.1 if 1.1 is already present.
<Upgrade Id="F30C4129-F14E-43ee-BD5E-03AA89AD8E07">
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm using Wix to create an installer for a Silverlight application.
When I install the application the virtual directory that has been created has the execute permission checked for the *.dll handler mapping (IIS 7 Web site VDir Handler Mappings *.dll Edit Feature Permissions Execute)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got a Wix project made up of several fragments. One of those fragments has the database components, another has a component that manipulates xml files.
When I include the XmlFile element to manipulate a file, the databases defined by the SqlDatabase do not get created. If I comment out the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm referencing a WiX extension in a WiX library project. This WiX library project is itself referenced by my main WiX MSI project. Why does the main project have to also reference the WiX extension, even though it doesn't directly need it?
I'd like to keep my wixlib's as self-contained as possible…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to install SQL Server on Windows 2012. I was able to finally get the wizard up and running after making some changes on the server, but now it fails no matter what I do with the following error:
TITLE: SQL Server Setup failure.
SQL Server Setup has encountered the following error:
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to install SSIS on our production SQL 2005 SP2 box. Each time I try, the install/setup screen results in failure, starting with the native client, and moving on down. Screen shots below show what I see:
Here is the result of clicking on the status link to the right of the native…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having a problem though with the Windows caching of the installer. I'm trying to do an upgrade and each time the Windows installer is launching the installer of the older version. And when I do the upgrade it is complaining about problems with reading the older version's msi file (because its…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I trying to deploy the latest Java RE version via GP, Java 7 update 9. I want to update computers that are currently running an older version of Java, a mixture of 7.6 and 7.7, some computers are running versions as old as 6.31. Some are running a mixture of both. I would also like this GP to install…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Hopefully nothing. But if you have to do more than simple XCopy deployment and you need to support updates, upgrades and perhaps side by side scenarios there is no way around MSI. You can create Msi files with a Visual Studio Setup project which is severely limited or you can use the Windows Installer…
>>> More