custom-action
How to run a CA as another user?
My installation is always executed in a Computer where I know the user/password of a user with administrator privileges.[详细]
2023-01-22 15:01 分类:问答Rails custom actions
I am not sure if I am going about this the right way or not. I have a model Neighborhood. I have a two ways you can add a neighborhood, one as a logged in user and the other as a public person. The[详细]
2023-01-19 19:02 分类:问答Renaming config files with Visual Studio setup project
My applications have a handful of config files, each one particular to the machine it\'s being deployed to (dev, production, etc.) I\'m wanting to add them to the setup project, use radio buttons to s[详细]
2023-01-18 00:59 分类:问答GetDirectories call in msi CustomAction throws security exception ONLY when All Users
I have a custom action that I\'m using to deploy some files that sit next to the msi in the handoff package. My custom action is passed the ms开发者_如何转开发i path via the OriginalDatabase parameter[详细]
2023-01-17 16:17 分类:问答How to show CustomAction on a certain Custom List
How can I show a CustomAction for a List of \"Custom List\" type and it\'s Title is \"Demo List开发者_如何学JAVA\"?[详细]
2023-01-16 19:53 分类:问答How do I set the selected item in an MSI combo box that has been filled from a custom action?
I\'m creating an web site MSI using WiX. I have a custom action (written in 开发者_开发问答C#) that fills a combo box with the descriptions of the web sites in IIS so the user can select an existing w[详细]
2023-01-16 07:38 分类:问答How do I do a search and replace on a configuration file using Wix?
Some code I inherited has its \"configuration\" (if you can call it that) embedded into its PHP and ASP (don\'t ask) code.Because its not an XML or INI file, I\'m having the darnedest time figuring ou[详细]
2023-01-16 06:56 分类:问答WiX: make symbolic link with UAC enabled
I want to execute a custom action in a Windows Installer (with WiX script) that makes symbolic links at the end of installation. mklink requires administrator privilege, as the installer restricts. Th[详细]
2023-01-13 17:41 分类:问答Wix: Passing an object from one CustomAction method to another - Best Practice?
I am interested in the best practice of the following scenario. I have a CustomAction me开发者_运维百科thod that hits a web service and returns some information that I use to populate a combo box. Lat[详细]
2023-01-13 12:34 分类:问答Custom Action in C# used via WiX fails with error 1154
I am using WiX 3.5.1930 in Visual Studio 2010, targeting the .NET Framework 3.5.(Later weekly builds of WiX seem to be very broken with respect to their custom action template, at least for now.1930 i[详细]
2023-01-13 02:47 分类:问答