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

I'm trying to do a custom action with a Wix installer script but documentation with v4 is kinda terrible and I can't find a working example anywhere. All the code that worked with V3 doesn't work with ...
dzonson's user avatar
0 votes
1 answer
136 views

I have created package using electron forge (maker/wix). I am able to generate msi package by using electron forge configuration. But I am facing 1 issue. After the installation I am getting installed ...
ARUN KUMAR Kathiresan's user avatar
0 votes
1 answer
2k views

I'm trying to create a msi-Installer with the WiX Toolset v4 for a HelloWorld WPF-Application. My problem is a missing dll which is not rolled out with the msi installation. I've just created a WiX ...
Stephan's user avatar
  • 93
0 votes
2 answers
318 views

I want to create an .msi file using the WiX Toolset within a GitHub Action. Since I generate a .wxs file (Components.wxs) using the "heat" command, I have two files (Components.wxs and ...
QuLa's user avatar
  • 1
0 votes
1 answer
617 views

I am currently implementing setup UI in WiX toolset to get the input password from the user. It contains Password and Confirm Password option I want to implement the Show Password check box. If it is ...
Deva's user avatar
  • 1
2 votes
0 answers
875 views

When submitting applications to the Microsoft App Store, what are the digital signature requirements for the various installer types. The store accepts three main installer types (EXE, MSI and MSIX). ...
Wayne's user avatar
  • 3,639
2 votes
2 answers
3k views

I have multiple unrelated WPF and Winforms applications that I need to give to users. Typically, there is one installer per application. However, they want a just a single file they can run to install ...
pfinferno's user avatar
  • 2,041
0 votes
1 answer
149 views

I have a Wix 4 Install script, and when I install the application, with the Installer, using a Bundle, the Uninstall entry is not in Windows Control Panel Uninstall Control Panel\Programs\Programs ...
Wayne's user avatar
  • 3,639
2 votes
1 answer
2k views

I am trying to run a Powershell script which reads ProductGUID from an MSI file, using ansible on a remote Windows PC. The powershell is working as a ps1 file, locally on the bench. But from ansible ...
A Sree's user avatar
  • 23
0 votes
1 answer
346 views

Can anyone help to deploy Biztalk application on Biztalk server 2016 manually. My code has one .csproj and one .btproj file. Application was already deployed via Visual studio 2015 by installing ...
Tech_dopamine's user avatar
1 vote
1 answer
599 views

I have a requirement to build auto update application to update the desktop app. So I was researching a lot on how to achieve that. A lot of solutions in the internet are in the style: Custom console ...
Albin Ibraimi's user avatar
0 votes
1 answer
278 views

I want to create a self-extracting package that contains following files and run the install.bat script as admin after extracting the files into c:\temp. And the package can be run silently. I already ...
Ming's user avatar
  • 595
0 votes
1 answer
275 views

In a C# custom action function,e xecuting in deferred mode, property values can be accessed using "CustomActionData" property. Requirement is that the same action function also need to set ...
S_1's user avatar
  • 62
0 votes
1 answer
177 views

I have created a msi installer with wix ToolSet v3.11 After I install that msi installer, when I try to uninstall, it uninstalls with only basic UI. I want to show the dialog when uninstall. I think ...
Aleksandar's user avatar
0 votes
1 answer
66 views

I have to modify and installer (install.msi) so that it will read a value from the Windows' registry. The previous version uses Visual Basic scripts to read other values, so I modified it. For some ...
fresko's user avatar
  • 2,072
0 votes
1 answer
397 views

I'm using WiX to create an installer for my project, and I'm a bit confused about what ProductCode should do. It seems that the preferred behaviour in WiX is to not set the ProductCode manually, and ...
el_zilcho's user avatar
  • 298
0 votes
1 answer
294 views

In my company we have a software that gets installed via msi built with WiX. It has an executable shipped with it which upgrades old config files. In the wsx file we have: <SetProperty Id=&...
Apollo's user avatar
  • 1,908
0 votes
1 answer
51 views

As the title suggests im trying to update the basicMsi UI in response to a c# custom action that is being run. I have tried all the suggestions that Michael Urman has suggested in other posts but i ...
user616's user avatar
  • 861
0 votes
1 answer
54 views

We have a Wix v3 Installer MSI that is contained in a Wix Bundle alongside other pre-requisite programs. I am able to open multiple intances of the GUI (which is fine) but I am also allowed to then ...
Mersk3's user avatar
  • 29
1 vote
1 answer
112 views

I’m trying to automate the installation of a program that my company created. The installation file is an msi, but the issue is that the installer opens a customization window, and when I run the msi ...
Ash Mills's user avatar
0 votes
0 answers
136 views

I am currently working on a project to validate the digital signature of Windows PE files on a CentOS machine. I am able to validate the digital signature on Windows. PS C:\Users\username> Get-...
beat_it_987's user avatar
0 votes
0 answers
37 views

I have a WiX project with below piece of code to register a library: <Fragment> <ComponentGroup Id="COMObjectComponent" Directory="APPLICATIONFOLDER&...
Willy's user avatar
  • 10.8k
0 votes
1 answer
119 views

I use the windows crate in Rust to retrieve a list of related products for a given upgrade code, but my code returned error 87 (-2147024809) The parameter is set incorrectly. I tried like this: use ...
Moris's user avatar
  • 15
0 votes
1 answer
232 views

Something similar to this has been asked before, but I can't seem to find a solution that matches my needs. I'm working on streamlining the install process of a legacy WinForms application. It's for a ...
Rej Fredericks's user avatar
1 vote
0 answers
260 views

can someone explain me how i can create visual studio 2022 installer from 1 main app and 2 class library. To explain more further, i created a winform app that contain: 1-the main winform project; 2-a ...
CSharpMan's user avatar

1
4 5
6
7 8
180