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

I have a MSI installer created with Wix v4 which has grown in size and now is bigger than 2GB. Now, it does not work any more because of it. Indeed, Wix outputs the following warning: warning WIX1158: ...
Benjamin Barrois's user avatar
1 vote
1 answer
740 views

My Maui .NET8 workloads on Windows 11 got trashed, so now I am following the troubleshooting guide to try to completely remove MAUI and get a fresh start: https://learn.microsoft.com/en-us/dotnet/maui/...
BillF's user avatar
  • 1,176
0 votes
1 answer
75 views

Is there a way to display a warning message to .msi file created by jpackage? If user confirms the warning message of the installation, it will continue otherwise it will exit. I didn't find any ...
Bora Ciner's user avatar
0 votes
1 answer
76 views

I have a maschine where a software is installed which was created using InstallShield and the project doesn't contain UpgradeCode. I got to know that the UpgradeCodes were never assigned. If I were to ...
Janak Adhikari's user avatar
0 votes
1 answer
484 views

I have been trying to sign my MSI file using YubiKey Manager with a .crt cert (not a PFX due to recent CAB and Sectigo's rules) but couldn't find a good way to make it work. I have followed these ...
Venkata N Bhupathi's user avatar
0 votes
1 answer
143 views

I have an issue where the file produced by the installbuilder gets signed but not its corresponding uninstaller. Anyone who might have an idea on how to solve this? https://releases.installbuilder.com/...
Jan's user avatar
  • 366
0 votes
1 answer
171 views

I have a .msi setup program, built with the WiX Toolset. After installing this package, I can use the Windows Explorer to uninstall it, by a right click to the .msi file, choosing "uninstall"...
user avatar
0 votes
1 answer
132 views

As I am new to electron and blazor, I am not sure how to create an MSI installer for an electron application I have created an Electron application from a basic Hello World Blazor server app using ....
NIYAZ's user avatar
  • 1
0 votes
1 answer
39 views

I have a windows package builder where I am passing the LTEXT control value from the UI. An MSI file is created by the package builder. How do I pass a value to the MSI? I tried setting the registry ...
BellisimoMeg's user avatar
2 votes
2 answers
3k views

I am using Entrust to generate a code signing certificate for a C# .Net project. Entrust requires us to use Amazon KMS or CloudHSM to securely store the certificate and private key, but I cannot ...
egeer's user avatar
  • 1,276
2 votes
1 answer
3k views

I am a beginner in Python and I recently encountered an issue while trying to find the Python 3.8 installation package on the official Python website. My target system is Windows 7, so I cannot use ...
Dawn Wren's user avatar
1 vote
1 answer
91 views

I'm trying to make a script for checking in a PC have a certain application with the right version already installed in it (MySQL 8.0.32 in my case), and execute a predownloaded msi file to install it ...
rminaj's user avatar
  • 605
0 votes
1 answer
69 views

I have version WiX 4.0.3, I can't find the binary files to add them to the PATH for WiX 4.0.3. Where can I find them? Can someone help me? The console returns: ` Running candle.exe [11:39:19.574] jdk....
iLikeFtuit's user avatar
0 votes
1 answer
578 views

I'm new to using WixToolset, I'm trying to execute a ps1 file using WixQuietExec - https://wixtoolset.org/docs/v3/customactions/qtexec/. The ps1 script works in general if I execute it directly using ...
im_sam39's user avatar
1 vote
1 answer
960 views

I've recently updated a Windows desktop application from having a dependency on OpenCV 3 to OpenCV 4, and have discovered that OpenCV versions 3.4 and above, on Windows, have a dependency on ...
jwezorek's user avatar
  • 10k
0 votes
0 answers
78 views

There already exists a good solution to causing a .MSI to launch a single EXE at the very end of installation. The programmer creates a Javascript file that is executed by Visual Studio as a POST-...
HackTheStack's user avatar
-1 votes
1 answer
272 views

My question is not necessarily on wixsharp but may you know to help. Like, maybe i'm using the wrong project type etc. Im using ManagedProject of wix sharp. During the my installer I'd like to install ...
K.W's user avatar
  • 151
1 vote
2 answers
581 views

Can we use WiX toolset to create a installer for a WinUI app? I've found documentation for creating an installer for Windows Forms project but is it possible for a WinUI app?
7Mircea's user avatar
  • 43
0 votes
0 answers
155 views

I have a powershell script used for rapid installation/upgrade and configuration of a suite of applications on Server 2019. Part of the process involves retrieval of the version numbers of the ...
RayC's user avatar
  • 1
3 votes
1 answer
722 views

I am trying to create a shortcut from an exe to the StartMenuFolder and DesktopFolder using Wix v4 for a Heat Harvested application. Using this, my desired behavior is that I can add a Shortcut to an ...
jhkrum's user avatar
  • 33
0 votes
1 answer
102 views

I am having some trouble trying to perform automatic installations after a registry search to see installed versions of specific software. This custom action should then set a conditional variable to &...
Mark McKeon's user avatar
0 votes
0 answers
65 views

I have a .msi installer with Embedded UI on WPF. Everything works! Except for one thing.. I can't figure out how to change the request state of the features. When receiving information about a ...
quatreb's user avatar
3 votes
0 answers
68 views

I am creating the Desktop application exe installer using Wix application. First I am creating MSI using Wix and then I am creating the exe installer using WixBootstrapper project. created exe ...
Roshil K's user avatar
  • 2,687
6 votes
1 answer
5k views

I recently started working on wix v4 for creating msi installers for our applications, currently am facing issue regarding adding ui in installer. I am using the visual studio plugin for wix v4 (...
MoonLight's user avatar
  • 597
0 votes
1 answer
803 views

I'm completely new on this and I'm trying to create a .wxs file to create a .msi installer for a .dll that I created. I've checked Wix documentation and asked help for chatgpt as well, but no success ...
Kleyson Rios's user avatar
  • 2,937

1
3 4
5
6 7
180