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
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.
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
I have created a Custom Action named UninstallDokan,which Dokan is driver for my software.I encounter the errorwhen I uninstall my program:
Does anyone know at what point this object is still available? I am trying to create a custom action called as follws:
I\'ve got a custom action I\'ve defined for my installer. The installer doesn\'t seem t开发者_运维技巧o be running.
I have a custom action and need to get below values for copying some parts from installation folder to VS2010 folder
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.
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).
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