All Questions
5 questions
0
votes
0
answers
23
views
How to custom action when user cancel Mai installation in between
I have installer made up using wix toolset and .Net and using custom bootstrapper or custom ui.
In the bootstrapper project I have chained multiple msi say a, b, c and in all these msi there are some ...
0
votes
0
answers
75
views
Run application after installation
I have .NET Core app that using Wix toolset to build the installer.
I need to run the application after installation
Here is my wxs file
<?xml version="1.0" encoding="UTF-8"?>
<Wix ...
0
votes
1
answer
225
views
How to merge .config and .msi file in single exe
I have a .config and .msi file and I want to convert it to the single EXE setup file. since I do not have a source code of this file. how can I do this?
0
votes
1
answer
421
views
Strange MSI error when setup.exe is run
We're using Visual Studio 2008's Setup Project to create an installer for our .NET 3.5 app.
We host the .exe and .msi files on a website for our client to access, and produce new ones regularly to ...
13
votes
4
answers
8k
views
What are the differences between MSI and EXE installers, and which should I choose? [duplicate]
Possible Duplicate:
What are the specific differences between .msi and setup.exe file?
I am working on an installer for a new version of my project (C#).
Previously, I've used Inno Setup to ...