Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
44 views

I like to run a DISM command in wix custom action without calling a PowerShell script or creating a extra dll. How to resolve the error reported, thanks. Here is the custom action I created for ...
Ming's user avatar
  • 615
0 votes
0 answers
31 views

I'm trying to configure the custom action to be executed only on first install and not to be executed on upgrade during installing the new product. My current Custom Action condition looks like that: (...
1 vote
1 answer
77 views

I am using the WixToolset 6.0 with Visual Studio 2022. I am trying to create an installer that installs the following files: <ComponentGroup Id="ApplicationFiles" Directory="...
0 votes
1 answer
65 views

I want to use the MSI installer properties like REMOVE, Installed, WIX_UPGRADE_DETECTED in my c# custom action. What i want to do is currently i have the following custom action <Custom Action=&...
0 votes
0 answers
177 views

I'm currently trying to implement a custom action that executes a PowerShell script after the installation. My thought about what exactly the MSI file should do is: Install/copy the Powershell script ...
0 votes
1 answer
147 views

I need to install .NET Runtime before installing my app. I've read that it is impossible to run second installer after the first one started actions from InstallExecuteSequence table. So, I'm looking ...
0 votes
0 answers
39 views

I have a script custom action that is scheduled to run during installation and upgrade: <InstallExecuteSequence> <Custom Action="CallInstaller" Before="InstallFinalize"...
0 votes
1 answer
95 views

When someone upgrades to the newer version of the software, I want to copy the file (UpgradeScripts.sql) and paste it in the ProgramFiles/Pharm/Database folder on the installed PC. I am using Wix ...
0 votes
1 answer
137 views

I have looked through similar questions on the forum and have found no solution to my problem. I am trying to call dpinst using a custom action and get the error: "Error 1721. There is a problem ...
0 votes
0 answers
58 views

I created an msi for an application that relies on a deferred custom action to do a few necessary things. <CustomAction Id="MyCustomAction" Directory="INSTALLFOLDER" Execute=&...
0 votes
0 answers
59 views

I am trying to set the install location via a custom action that looks up the install location via a registry entry. The below custom action finds the correct location to install to. However, I cannot ...
1 vote
0 answers
128 views

I am encountering an issue with Sourcetree's custom actions when dealing with multiple files that have spaces in their filenames. When using $FILE as the parameter for custom actions, Sourcetree sends ...
0 votes
1 answer
374 views

<project-dir-name>/ ├── .github/ │ ├── actions/ │ │ └── cached-deps/ │ │ ├── action.yml └── .github/ └── workflows/ └── main.yml Here is the custom action for ...
0 votes
1 answer
95 views

I am programming in VB.net . I have made setup project to custom install my main application and added Textbox (A) dialog in user interface. At the time of installation, I want the input of the ...
1 vote
1 answer
247 views

QuerySnapshot querySnapshot = await FirebaseFirestore.instance .collection('collection-name') .where("users", arrayContains: userRef) .get(); I get data from firebase ...

15 30 50 per page
1
2 3 4 5
...
70

AltStyle によって変換されたページ (->オリジナル) /