I have created an Outlook plug-in and I am having some challenges around installing the system. The issue I am having relates to the situation where a user is applying an update to my plug-in and has
I\'ve read all related topics and haven\'t found a full answer to my problem. I would like to give full permissions to SYSTEM and Read & Execute permissions to Users group to a folder under Progr
I have an application on a server in our domain; it\'s written in C# and uses the Word API.(The 开发者_如何学运维app runs through a list of medical reports, each a separate Word document, extracts inf
I want to create a simple MSI to install some DLLs into programs, similar to how Telerik installs itself.
I am struggling to enable the major upgrade functionality in WiX. I want every new version of the installer to be a major upgrade (full uninstall, then new install) as we don\'t want different upgrad
I\'m looking at the Microsoft article for Operating System Property Values and it seems that both Windows Server 2008 R2 and Windows 7 have a VersionNT value of 601. I see in the comments on the artic
As part of a general move to Windows 7- where all applications should have an \"installer experience\", I need to create installers for all of our application suite. I have looked at InstallShield, bu
I just created a simple .NET Windows service. My users are supposed to download it from my site and install it on their computers. So, from various forum posts (including this site) I know that in ord
Using WiX, my install will optionally launch one of my installed program files when it completes. However, when my application is launched by the installer, it is usually not displayed in the foregrou
I need to create a WiX extension to handle interacting with the HTTP API (httpapi.dll) so that I can set URLACLs and SSL bindings for a WCF service that is being installed.