Note: This question is also posted on the WiX Users mailing list. I am trying to silently execute a PowerShell script from a WiX produced MSI.However, anytime I run the installer PowerShell hangs. I
I have a开发者_运维知识库dded a custom dialog in the start stage of my VS2008 created msi installer to allow user choose if he/she wants to update the database or not. But if database is NOT installed
In the windows installer, Global assembly cache folder, i have a dll i\'d like to register. the reason for this is this file is referenced in a configuration file that\'s loaded during the custom acti
I was trying to generate a MSI file via a visual studio 2008 project which will install a/multiple cab file(s) to windows mobile via activesync(CeapMgr).
I am learning VS 2008 setup project to create install for our C# application. I made a mistake trying to delete the exe itself during the uninstall. Now I manually deleted the exe file but the entry s
Right now I have a set of tools for AutoCAD that get deployed to users in our company.Currently they are being deployed via an msi that I maintain through a Visual Studio Setup Project.The files inclu
I\'ve made a Visual Studio Setup Project with Visual Studio 2008 (SP1) for an Office 2007 AddIn. The setup only copies files to a per-user location (LocalAppData) and only writes registry settings to
I know how to add a special folder to \"File System on Target Machine\" and make it a custom folder.I create one called \"Program X\" for example.The msi gets passed a parameter, \'ProgramXInstallPath
I\'m building a Wix project which install an application which requires MySql server. Actually I bring the mysql-essential-xxx.msi package inside my Wix project, and I\'m planning to execute msiexec
I need to create a simple installer of sorts for a different application开发者_JS百科. That other application already has it\'s own simplistic installer, and I don\'t want to meddle with it.