My installation is always executed in a Computer where I know the user/password of a user with administrator privileges.
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
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
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
How can I show a CustomAction for a List of \"Custom List\" type and it\'s Title is \"Demo List开发者_如何学JAVA\"?
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
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
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
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
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