custom-action
Windows Installer Error Uninstalling a Service (could not open key UNKNOWN)
While uninstalling a VS2010 setup project I\'m developing which installs a service, I am receiving the following erro开发者_StackOverflow社区r (taken from the verbose MSI logging):[详细]
2023-02-20 01:37 分类:问答Custom Action and Group
I\'m creating a link and put it in the site action container. The link should only be visible to members in the HR groups.[详细]
2023-02-18 18:26 分类:问答custom actions in windows installer
I want to make some things clear to me. Are custom actions that call assembly methods are executed inside of the 开发者_StackOverflow中文版deferred InstalledExecuteSequence? Even if so, why shouldn\'t[详细]
2023-02-16 14:49 分类:问答Process.Start() and user impersonation
I have a MSI installer custom action which calls Process.Start() to run a batch file which internally does lot of operations and finall开发者_Python百科y calls iisreset. But on few computers, this is[详细]
2023-02-16 02:18 分类:问答msi file not running when called through wix customaction
I have the following in my wix project but the msi file (which is valid and runs from the command line) will not run either with or without the silent parameter[详细]
2023-02-15 07:39 分类:问答Window Installer custom actions fails, says the custom action failed even though it succeeded
I have a Visual Studio setup and deployment project that runs a couple executables after the commit custom action. The installer fails with this error: \"There is a problem with this Windows Installer[详细]
2023-02-15 05:24 分类:问答how to kill msiexec.exe in wix?
I have a wix application running.and when i am trying to uninstall it,it should prompt for close the application.I would like to kill the msiexec.exe after it prompts.Right now it prompts to close but[详细]
2023-02-14 02:37 分类:问答Skip installation of certian custom action based on condition
I\'m completely new to Windows Installer, so please be gentle! I want some drivers to be installed when my customers installs my program. If the drivers already is installed, however, I want the inst[详细]
2023-02-12 20:50 分类:问答Custom actions migration from SP 2007 to 2010
I have custom action defined in my SharePoint 2007 feature. It adds new item to document library menu.[详细]
2023-02-12 09:40 分类:问答How to install flash player from adobe site while installing my C# application?
I have created a setup project for my C# application. I w开发者_如何学Pythonant to install flash player before my C# application installs. The flash player installation should happen from the online l[详细]
2023-02-11 14:53 分类:问答