Skip to main content

Questions tagged [wix]

The WiX Toolset builds Windows installation packages and bootstrappers from XML source code. The toolset supports a command-line environment and MSBuild that developers may integrate into their build processes to build MSI and MSM setup packages and EXE bootstrappers. For the cloud-based web development platform, use the [velo] tag.

wix
0 votes
0 answers
33 views

Wix5 Install VC Redistributable + Application

I want to create an installer with Wix5 that will install VC Redistributable (x86 + x64) and then my application. There is no documentation on how to do this on Wix5 (or 4 for that matter) and most ...
FullStackOverflowDev's user avatar
0 votes
1 answer
28 views

Migration from WiX 4 to 5 and I lose the "SourceDir" magic

Disclaimer: I accept that I have trouble navigating the docs at times and don't do MSIs for a living. I have a solution with a bunch of projects, one being the Installer and one - for the sake of this ...
Benjamin Podszun's user avatar
0 votes
0 answers
24 views

WIXv4: How can we download and install other executables with custom ProgressDlg?

Sorry, I have searched data for a while here, but seems like my scenario has not been asked before. I am a newbie to WIX and MSI installer, what I am doing now is making an installer which can ...
Limoncool's user avatar
0 votes
1 answer
23 views

Wix toolset: How to change the logo of msi in the task bar when it is executing

I wish to change the logo of my msi that i have created using wix toolset in the task bar when the user runs the msi installer. <Property Id="ARPPRODUCTICON" Value="icon" /> ...
AdaRrsh Dubey's user avatar
0 votes
1 answer
22 views

Gitlab Pipeline - Use WiX Toolset v3 in Gitlab Pipeline

I need to run WiX Toolset V3.14.1 light command during Gitlab Pipeline, but it's never available to run. Job configuration tags: - saas-windows-medium-amd64 # to use Windows runner Job execution ...
Gabriel Freitas Yamamoto's user avatar
0 votes
0 answers
17 views

WiX v4 bootstrapper - setting the InstallFolder to program files doesn't resolve

I have a WiX v4 project which uses a bootstrapper, declared in a <Bundle>. I want to set the default InstallFolder based on the program files folder, so I've structured it like this: <Wix ...&...
el_zilcho's user avatar
  • 187
0 votes
1 answer
14 views

How to get the result of command in WIX?

I have run a command or script in WIX, how can I obtain its running results or output? After running a command or script, only whether it has been successfully executed can be obtained, can not set ...
junhong fan's user avatar
0 votes
1 answer
24 views

Icons and UI Not Displaying in WiX Bootstrap Bundled Application After Upgrading to WiX v5

After upgrading my WiX project from WiX v3.11 to WiX v5, the following problems have arisen: The main window of the bootstrapper application displays only the title bar, with the rest of the window ...
Debashis Bhandari's user avatar
0 votes
0 answers
17 views

CopyClipboard in Wix installer

Using System.Windows.Forms.Clipboard.SetText() in Wix installer Custom Action is throwing the following error DEBUG: Error 2896: Executing action CopyToClipBoard failed. The installer has encountered ...
Subhash Badri's user avatar
0 votes
0 answers
11 views

Can I specify the xml name space in a wix XmlFile Element?

I have a wix installer and I need it add some xml elements to a config file. Here is the xml file before: <?xml version="1.0"?> <configuration> <startup ...
Andrew Wiltberger's user avatar
0 votes
1 answer
17 views

Create Shortcut using Checkbox with Wix toolset

I am trying to create a shortcut which will only be created when the user checks a checkbox. i have tried to create a property <Property Id ="INSTALLDESKTOPSHORTCUT" Secure="yes"...
AdaRrsh Dubey's user avatar
0 votes
0 answers
21 views

Checking new files added in patch(msp)

We are facing some patch issue due to build pipeline where redundant files are added during patch creation. To avoid such issues, I am trying to check list of new files added in patch(msp) compared to ...
Vivek's user avatar
  • 949
0 votes
0 answers
25 views

Wix toolset: How to just edit a config file on upprade

I have a Wix installer that installs a certain application. I am new to the Wix toolset and have difficulties changing only one tag in my config file on an upgrade (while completely setting all tags ...
Yarden Adi's user avatar
0 votes
1 answer
38 views

UAC prompt at the launch of msi launch with wix toolset by heatwave

I am creating a msi using wix toolset by heatwave and i want to give the UAC prompt right when the msi is launched, right now the UAC is at the end on the install button. i have tried setting the ...
AdaRrsh Dubey's user avatar
0 votes
1 answer
26 views

heat.exe harvesting adding the old v3 namespace to the harvested file

I ran into this problem when upgrading from WiX v3 to v4 and want to provide an answer that worked for me, as i did not find any here. The Problem: In my case i was trying to automate the proccess for ...
Temeos's user avatar
  • 46

15 30 50 per page
1
2 3 4 5
692