Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

When trying to install the bundle, VCRedist seems to still set the reboot flag even though the argument /norestart is used. The installer then idles/ hangs with 0% CPU usage in the task manager and ...
kpm's user avatar
  • 21
0 votes
1 answer
94 views

I'm using a Visual Studio setup project together with my own C# bootstrapper project that guides the user through the installation of my software (on Windows 11). My main problem is that I need admin ...
becky's user avatar
  • 353
0 votes
0 answers
111 views

I built a Windows installer/bootstrapper, using Visual Studio 2022, for an x64 app that requires certain x64 prerequisites be installed along side. However the bootstrapper is unable to detect whether ...
Drowning_Ophelia's user avatar
0 votes
1 answer
55 views

I am trying to uninstall SqlServer 2017 and install SqlServer 2022. It is uninstalling SqlServer 2017 but never installing the 2022. I have a class named RemoveSql2017.cs that's as follows: public ...
nikhil's user avatar
  • 1,764
0 votes
1 answer
491 views

I am using WiX to create an installer for my wpf application (I am new to this). I need to detect and install the .Net core 6.0.0 and Windows Desktop runtime 6.0.33 using online setup. Shipping ...
Fatima Ali's user avatar
1 vote
0 answers
52 views

I have a WiX 3.14 bundle installer with a custom managed bootstrapper application. One of the packages in my bundle looks like this: <ExePackage Id="InstallDependency" DisplayName =&...
Brian Henry's user avatar
0 votes
1 answer
120 views

I have a WiX v4 managed BA that has many redistributables as prerequisites. The installation completes and everything is installed successfully, but frequently the 3 bootstrapper processes never ...
mcross5129's user avatar
-1 votes
1 answer
144 views

I am trying to figure out how to bundle a third party software .exe with my wpf app .msi. I created a wix installer project and have that building my .msi file correctly and now I want to bundle that ...
David Berken's user avatar
1 vote
1 answer
96 views

I have the following code: <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/[email protected]/...
Kaisec's user avatar
  • 23
1 vote
2 answers
1k views

Been struggling for days to find a working example for a Managed BA for Wix Toolset v4. Most of them are in v3. I have exactly the same issue with this existing question here, and some similar ...
rikuna's user avatar
  • 13
0 votes
1 answer
135 views

Working with Wix3.6 and have just started to use burn to create a bootstrapper to simplify the upgrading process for clients. Unfortunately although it builds fine the bootstapper fales to run, ...
MPS's user avatar
  • 63
0 votes
1 answer
116 views

Caliburn.Micro version 4.0.212. Projects version .NET6 With Caliburn.Micro 3.0 and .Net Framework 4.7.2 it works I am getting an error when I try to open a simple viewModel located in another project: ...
BrunoWalles's user avatar
1 vote
1 answer
1k views

I want to create a custom installer with Managed Bootstrapper Application in WiX toolset v4. The tutorial what I used to setup a simple example installer was this: https://www.syncfusion.com/blogs/...
Philipp Strobel's user avatar
0 votes
1 answer
303 views

I have a bootstrapper project in which I do a registry search to check if the program installed is 32bit or 64bit in order to install a driver of the correct platform. I would like to use a variable ...
Leanne's user avatar
  • 95
1 vote
1 answer
108 views

I'm trying to search the registry in my Bootstrapper Bundle file to check if a program is firstly installed and a second search to check the bitness of the program installed. Then I want to use the ...
Leanne's user avatar
  • 95
0 votes
1 answer
237 views

I'm trying to install a bootstrapper which should, depending on the program platform, install either a 32bit or 64bit driver. This is the error I'm getting when I try install: I have two ...
Leanne's user avatar
  • 95
0 votes
1 answer
143 views

I have a simple wix burn bootstrapper that installs an msi. The msi has two features, one of which can be enabled/disabled. If I set Visible="no" and DisplayInternalUI="yes" in ...
bmiller's user avatar
  • 1,813
0 votes
2 answers
339 views

I have created an msi installer using the WiX setup project, and I also have a Bootstrapper project where I have all the other pre requisites for the installation of the msi installer. Instead of ...
Depressed Soul's user avatar
0 votes
1 answer
109 views

In ASP.NET Core 2.2 Class Library Project, I'm trying to update a service in Connected Services which is already added. Problem Statement: When I try to update/add WCF Service I face below error (...
A H's user avatar
  • 85
0 votes
1 answer
634 views

I am trying to use customAction method in a Bootstrapper project to determined specific version of .net core is installed or not, but it not work here is my wsx file code <Fragment> &...
Ehsan Ghorabian's user avatar
2 votes
1 answer
191 views

I need to create a download URL in wix burn based on the user inputs to download a MSI package. I am setting the properties as below and properties set into those variable without a problem when I ...
user19622448's user avatar
3 votes
1 answer
2k views

I am using ClickOnce in Visual studio. I can set ".net desktop runtime 6.0.10 (x64)" and "".net runtime 6.0.10 (x64)" prerequisite. I also need "ASP.NET Core Runtime 6.0....
Istvan Heckl's user avatar
  • 1,131
2 votes
1 answer
1k views

I am learning to build a custom bootstrapper for Wix Bundle without using Visual Studio. I tried to compile the following code section extracted from an example in the book "WiX3.6: A Developer's ...
Steve Yau's user avatar
0 votes
1 answer
384 views

I'm using a custom bootstrapper application with a bundle that installs 2 packages: PackageA and PackageB. They are part of the same product but don't both need to be there: the user can install ...
William's user avatar
  • 35
0 votes
1 answer
551 views

In a Visual Studio solution (I'm using Visual Studio 2022), how can I configure a boostrapper to output a file named setup.exe? I have a wixproj project that builds a bootstrapper that installs a ...
Ray Dixon's user avatar

1
2 3 4 5
14