Tagged Questions
6
votes
4answers
3k views
How to extract data (file count) from MSI “File” Table
In our build process there is currently the potential for non-code based files (such as image files) to be added to our web project, but not included in the MSI installer built by WiX.
To help ...
5
votes
5answers
6k views
Simplest solution to replace a tiny file inside an MSI?
Many of our customers have access to InstallShield, WISE or AdminStudio. These aren't a problem. I'm hoping there is some way I can provide our smaller customers without access to commercial ...
4
votes
3answers
265 views
MSI creation: Terminate application before upgrading
I'm using Microsoft Visual Studio 2010 to create a simple .MSI installer for my simple .EXE application.
Trouble is, things go wrong (until a reboot) if you install an upgrade while the .EXE is still ...
2
votes
1answer
42 views
How to compact a merge module?
I have a few merge modules (MSM files) from a third party. Unfortunately, I think the drones who made the MSMs just clicked through InstallShield and didn't make a nice, compact MSM. I opened the ...
1
vote
1answer
51 views
Invalidate PushButton control until asynchronous custom action completes MSI
In my installer, I have an asynchronous dll custom action that executes before the welcome screen appears and gathers some necessary information for the installer to work. Before I had it set as ...
1
vote
1answer
114 views
How to identify the required custom action using ORCA tool & how to bring it before InstallValidate using ORCA?
Hi am upgrading an application. My newer version of app should install over the older version. But the older version runs a windows service. I want to stop this service by overriding the ...
1
vote
1answer
162 views
In the ORCA tool how to bring the “custom action of set up proj” before the “InstallValidate” action?
I am upgrading the version of my app from 1.1.1 to 1.1.2 (say).
I have created a set up project for the application using VS2005 & have added a custom action which would programatically end a ...
1
vote
1answer
236 views
Patch building with MsiMsp.exe — can target MSI differ from original MSI?
I'm building an msp patch for a product that has already been delivered. The product has a large number of components/files.
I'm building the patch from the original target MSI and an upgrade MSI ...
1
vote
2answers
831 views
Windows Installer custom action BEFORE any validation
I wrote a Windows Installer custom action based on the tutorial found here:
http://www.codeproject.com/kb/install/msicustomaction.aspx
My custom action is killing a background process of a given name ...
1
vote
3answers
3k views
DISABLEADVTSHORTCUTS=1 disables all shortcuts
We have an application to be run on StartUp that allows many installed files to be changed after installation. We are trying to turn off the self-healing mode by setting the DISABLEADVTSHORTCUTS=1 ...
0
votes
1answer
32 views
Change the startmenu entry “dynamic” for Windows Installer
I wanna change the startmenu entry from windows installer packages, the *.msi installer, dynamic. (Tortoise Git, Graphviz) That means I need a switch or anything similar to change the entry while ...
0
votes
3answers
288 views
Setup project with managed custom actions. Big heck of a headache
I'm trying to create a setup project and I can't believe how painful it could be. Non of the tools that I've tried to use, haven't satisfy me.
How come? Well, let's see:
First and easiest option: ...
0
votes
1answer
428 views
MSI removes required assembly on upgrade install, but replaces it on Repair
I'm experiencing some weirdness related to an MSI installation upgrade, perhaps someone out there can help me:
I have two MSIs, an original and an upgrade:
MSI version 1.0
Contains a .NET ...