custom-action
Wix CustomAction update UI?
If I have a managed Wix Custom Action, is there anyway I can u开发者_C百科pdate a Control with the type of Text? I see that a progress bar can be updated by using the session.Messagewith InstallMessag[详细]
2023-02-10 13:48 分类:问答MSI Installer cannot find InstallState when using custom action with parameters
First开发者_如何学运维 off, yes, I know that the VS Setup Projects are evil. It\'s what I have to work with. I\'ve also seen several related questions, but they either go unanswered or they don\'t mat[详细]
2023-02-10 11:51 分类:问答How to force WiX to uninstall if there is an error in CustomAction
I have following CustomAction: <CustomAction Id=\"ActionName\" After=\"InstallFinalize\"> <![CDATA[NOT Installed AND (VSTORUNTIME4=\"#1\")]]>[详细]
2023-02-10 05:17 分类:问答WiX Action Sequence
I was looking for list of actions and their sequence when running a WiX setup. Somehow the official website doesn\'t seem to provide any information.[详细]
2023-02-09 19:26 分类:问答Gracefully close application before installing through Wix managed custom action
In my WiX installer I want to gracefully close the application that is about to be updated if it is still running. I do not want to prompt the user to close and I do not want to kill the process. I ne[详细]
2023-02-09 11:49 分类:问答Executing an MSI bundled with Installation
I have created a MSI which also includes the installer file for crystal report (CRRedist2008_x86.msi).[详细]
2023-02-06 03:31 分类:问答Running custom action before installation
I have a basic setup project in Visual Studio 2010, and I am struggling with setting up custom actions. I have 3 Installer classes in a separate assembly.[详细]
2023-02-04 13:13 分类:问答Accessing InstallShield "Support Files" from DTF (Managed Custom Action)
I have a bunch of .SQL scripts placed in the \"Support Files\" view of InstallShield. I want to access those S开发者_如何学CQL scripts in my custom action (via DTF). How can I do that?InstallShield h[详细]
2023-02-04 07:35 分类:问答WIX installer with Custom Actions: "built by a runtime newer than the currently loaded runtime and cannot be loaded."
I have a WIX installer that executes Custom Actions over the course of install. When I run the WIX installer, and it encounters its first Custom Action, the installer fails out, and I receive an error[详细]
2023-02-02 00:54 分类:问答Wix .NET Custom Action running in 64 bit context
I\'ve created a Wix (3.0) custom action written in .NET. Fine. The problem is that I shall access to the Windows registry during the execution of the custom action, but I have a redirection on the Wow[详细]
2023-02-01 20:12 分类:问答