I am using WIX 3.0 Toolset and VS2008. In my \".wixproj\" file I have added the following code (which works fine). I want to add a condition so that it will only install PIA if office 2007 is installe
This seems like a fairly straightforward question but I\'ve been 开发者_JS百科unable to find an answer:
Usually, when you install an MSI package on windows, it is installed using the currently logged on user account. but I want to install it to a specific user account. For now, I want to install my MSI
When I create a custom dialog in WiX, I put elements down in the order \"Text\" \"Edit\" \"Text\" \"Edit\" et. For example:
We were using WIX 3.5 (Build Number 1811) and built a custom action built using Visual Studio 2008 and with target framework as .Net 3.5. This used to work great, until we built the custom action usin
I have several directories and files as part of my installation. One of the folders I want to replace the contents always and the remaining follow the default Wix behavior. I noticed I can setup REINS
Is it necessary to have assembly = .net开发者_C百科 in file element?No, you only specify \".net\" or \"win32\" if you want the file to be added to the Global Assembly Cache. Choose \"No\" otherwise, t
The default directory in WixUI_InstallDir is always D:. How do i change it to directory C:? It is also not showing my directory structure defined in .wxs file.It is only showing D:.It should actually
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have tried modifying the set of WixVariables in my Product.wxs like so: <WixVariable Id=\"MainLogoBmp\" Value=\"Resources/Images/weblabel.jpg\" />