custom-action
Windows installer does not fail when custom action returns an error
I am trying to modify a custom action of type 3137 and a .dll source (with say a target DWORD InstallFunction( MSIHANDLE hInstall )) to return some error codes in certain situation and I am expecting[详细]
2023-04-11 12:18 分类:问答how to correctly retrieve setup UILevel in installer class
I am trying to follow the code at this link in order to determine in my installer class if the setup is ran as silent. But I must开发者_StackOverflow社区 be doing something wrong, because the Context.[详细]
2023-04-07 01:51 分类:问答Visual Studio Setup Project and Custom Action Usage (Installer Class)
I have an installer, an MSI file, when executed interactively (by an end user), it installs just fine.Specicially, the Custom Action I added to the MSI via an Installer class, executes as part of the[详细]
2023-04-06 14:55 分类:问答Error Custom Action in Uninstalling
I have created a Custom Action named UninstallDokan,which Dokan is driver for my software.I encounter the errorwhen I uninstall my program:[详细]
2023-04-06 04:17 分类:问答Wix Session Object
Does anyone know at what point this object is still available? I am trying to create a custom action called as follws:[详细]
2023-04-04 15:30 分类:问答Custom action is not running
I\'ve got a custom action I\'ve defined for my installer. The installer doesn\'t seem t开发者_运维技巧o be running.[详细]
2023-04-04 09:40 分类:问答Is there alternative way to access session details in deferred custom action?
I have a custom action and need to get below values for copying some parts from installation folder to VS2010 folder[详细]
2023-04-03 05:09 分类:问答how to create custom installer for window application in .net
I want to create setup for my window application in .net,in which i want to asked user to input custom connection string at time of installation.how can I do it.[详细]
2023-04-01 06:37 分类:问答How to link custom action to control event
I\'m studying Wix to build product installer. I\'ve customized the UI successfully but be wondering how to link a custom action to control event (i.e PushButton).[详细]
2023-03-30 03:47 分类:问答checking the registration number entered by user
I was trying to use a custom dll for checking the registration number entered by user, but I run every time into “magic” behavior. In the tutorial examples http://wix.tramontana.co.hu/tutorial/event[详细]
2023-03-29 00:38 分类:问答