Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
48 views

I'm using a bootstrapper project that is used for 3 different Visual Studio setup projects (.msi). In the end, I have 3 Setup.exe files. I need the path of the installdir of the msi, because I want to ...
becky's user avatar
  • 353
0 votes
0 answers
38 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
65 views

I have a Visual Studio setup project together with a C# bootstrapper. The app usually was installed system-wide and requires admin permissions to be started. The new version uninstalls the old version ...
becky's user avatar
  • 353
0 votes
1 answer
142 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
22 views

Earlier, I had created an installer using the Wix toolset, but at that time, the setup(bootstrapper exe) file was not code signed. Recently, I signed the setup file, but since then, the setup file has ...
Sudarshan Gaikwad's user avatar
0 votes
0 answers
120 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
1 vote
0 answers
33 views

Please be gentle, I am new to this. I have a password entry field and a password confirmation field on the same page. I have he bootstrap bi-eye working for the password field, I want to add it for ...
user28424958's user avatar
0 votes
1 answer
57 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
0 answers
54 views

I have been using a WiX installer project that basically bundles installers from other projects in Visual Studio 2022. I want to change this behavior and have the installer install everything from a ...
JETMike's user avatar
0 votes
1 answer
513 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
2 votes
1 answer
90 views

In my WiX Bootstrapper project, I can define the version of the Bundle using the Version attribute of the Bundle element. Here's an example: <Bundle Name="Sample" Manufacturer="...
roli09's user avatar
  • 1,021
1 vote
0 answers
58 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
100 views

I have a wix project with 2 MSI's, a bootstrapper, and my CA library. I want to run the first MSI which prompts the user to install files that setup for the later MSI. Based on what the user selects ...
Austin Derrickson's user avatar
0 votes
1 answer
129 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
0 votes
2 answers
65 views

I'm having issues clicking on a hidden button his the element in full? <a class="score-button hidden-xs hidden-sm" data-ux-module="score_bootstrap/Components/Button" data-ux-...
Peter's user avatar
  • 79
-1 votes
1 answer
158 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
0 votes
1 answer
49 views

I have one package and one bundle, which installs/repairs/modifies/uninstalls that package. The bundle features a managed bootstrapper application. The framework is WIX 3.11. The package supports ...
Christoph Thien's user avatar
1 vote
1 answer
103 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
1 answer
95 views

I'm creating a simple executable bundle installer with WiX Bootstrapper (using WixStandardBootstrapperApplication) which installs only one MSI and when I run it, install and uninstall work just fine. ...
vrrx's user avatar
  • 28
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
75 views

I have a WiX bundle installer with a custom managed bootstrapper application. The bundle installs .NET 4.8 as a prerequisite, using WixMbaPrereqPackageId. I found that if the installer installs .NET, ...
Brian Henry's user avatar
0 votes
1 answer
136 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
1 vote
1 answer
106 views

I have a WiX 3.11-based bundle installer with a managed bootstrapper application. I want to perform a cleanup action at the end of the installer, after removing a related bundle during upgrade. The ...
Brian Henry's user avatar
0 votes
1 answer
120 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
0 votes
1 answer
183 views

If this issue is a bug: Which version of WiX are you building with? 4.0.1+6e6eb478 Which version of Visual Studio are you building with (if any)? 2022 Which version of the WiX Toolset Visual Studio ...
Osama Alabaji'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
0 answers
57 views

If I load jQuery, the tab of bootstrap will not work, if I stop the jQuery load, it will work well. How to fix it? <div class="container"> <div class="row"> ...
Real Huang's user avatar
0 votes
1 answer
304 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
305 views

I am working on a bootstrapper project that when run, installs a 32bit or 64bit driver depending on the architecture the installed program is. I would like to display an error message, prevent ...
Leanne's user avatar
  • 95
1 vote
1 answer
115 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
316 views

I currently have a WiX MSI project with several features. This MSI is wrapped in a wix standard Bootstrapper Application bundle project as I need to install several prerequisites. The Installation ...
Joe Moisan's user avatar
0 votes
1 answer
243 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
2 answers
3k views

I've downloaded visual studio 2022 recently and the installer gad saved the download cache. I want to know is there any way to reuse the cache to install visual studio in another computer? I've ...
امیر حسین شجری's user avatar
0 votes
1 answer
146 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
0 answers
165 views

I am a newbie in programming with R, and trying to reproduce the values from research paper (Eur. Phys. J. C (2022) 82:1106 https://doi.org/10.1140/epjc/s10052-022-11071-9), where the maximum ...
Victor Golovko's user avatar
0 votes
2 answers
345 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
2 votes
3 answers
3k views

I trying to create navigation bar with bootstrap. I read the docs from here, but my drop down not working. I attached everything in the <head> <head/> section but dropdown not worked for ...
Ben Johnson's user avatar
  • 1,005
0 votes
1 answer
111 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
1 vote
2 answers
134 views

Iam using a datepicker field, I could add text inside the field even after giving the date. How do we restrict user to enter alphabets in a datepicker field? I tried with singleinputs=false
Apoorva Ravikanti's user avatar
0 votes
1 answer
642 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
0 votes
1 answer
243 views

We have a ClickOnce application we try to deploy with Azure DevOps pipelines. We have figured the deployment process out with creating manifests and signing them. The problem is now we want to also ...
BluePalmTree's user avatar
2 votes
1 answer
203 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
0 votes
1 answer
90 views

I'm publishing an application with ClickOnce - VS 2022, .NET Framework 4.7.2. Adding a EULA as explained here. The EULA is an .rtf file. It works fine, but if I edit the rtf file, republish and run ...
user3673052'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,141
0 votes
0 answers
185 views

I am creating a super simple bootstrapper project that installs just 1 MSI. Install works perfectly, but when I do an uninstall from (ARP), the package just installed is not detected, so it is not ...
Russ R's user avatar
  • 86
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
2 answers
453 views

I have a WiX-based installer with a managed bootstrapper application. I'm working on testing an upgrade scenario, where an older package should be uninstalled as part of the upgrade. When the upgrade ...
Brian Henry's user avatar
0 votes
1 answer
386 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
2 votes
1 answer
2k views

I have implemented action-text in my rails project, I am creating a blog website where user can post their articles. I want a rich text area so that user can add multiple action texts e.g., Bold, ...
Shubharthak Sangharsha's user avatar
0 votes
1 answer
555 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