When there are tabs in the custom table data a compilation error occurs, as if the compiler 开发者_C百科thinks the tab is attempting to create another column.
I am building a string with the PowershellTaskFactory that returns a list of files separated with a semicolon.
I am working on an installer (MSI, Wix) for MVVM Light and have an issue. I need to run devenv.exe /setup on install and on uninstall to add/remove templates to the New Project menu. While we nailed t
Our WIX setup installs a windows service after asking logon account through a custom UI dialog.. The service starts after installation succeeds.
I am trying to create an installer for an application. My application contains a root application and a set of sub products that can be installed independently. I would like to create an installer to
Is it possible to spawn a dialog after a custom action that is scheduled in InstallExecuteSequence???
I\'m trying to build a WIX installer, which allows the user to specify the install path through command line arguments.
Is there anyway of telling if SSRS is installed on a machine using WIX?I can tell if SQL is instal开发者_如何学Cled but would also like to check for Reporting Services as well if possible.You\'ll need
Our main installer is calling another product (product B) 开发者_开发技巧installer This creates two entries in the \"\"add remove programs\" window.
I\'ve just been assigned a task of working (learning) WIX.To better understand the dialog handling and stuff, I found many references of \"just get...\" and then WixUI_InstallDir.wxs and InstallDirDlg