I have a Visual Studio 2010 database project and a WIX installer. What is the best way to go about installing that database to a server using that WIX installer? How would I set that up?
I created a managed CustomAction to copy 2 files not included in the *.MSI to the installation directory.
I have got a setup project in WiX in Visual Studio 2010 and in .wxs file I\'ve got: <Directory Id=\"SOLVERSLOCATION\" Name=\"Solvers\" FileSource=\"$(var.Main.TargetDir)Solvers\">
I\'ve got a solution with many projects and WIX setup project. I\'m using WIX 3.5. One project (that is referenced from WIX setup project) contains a reference (an ordinary reference in VS) to:
I\'m using VS2010 and WIX 3.5. 1) I created WIX Setup Project. 2) Then I added to the solution C# custom action project and called it \'CustomActions\'
<RegistryKey Id=\"MyServerRegInstallDir\" Root=\"HKLM\" Key=\"Software\\MyApp\\Server\" Action=\"create\">
I can build a managed custom action just fine using the DTF tools (I.E MakeSfxCA.exe) My post build event command line looks li开发者_Go百科ke this:
I am trying to add the same file to two diferent locations. I am deploying an SDK and want certain files to reside in .\\Binaries* as well as .\\Samples\\SampleX* and also .\\Editor*
I have a .NET solution containing following projects: web application (WAP) web deployment (WDP, .wdproj)
I need to deploy a new item/project template and I found out that the way to do it is to copy it to [Visual Studio folder]\\Common7\\IDE\\ItemTemplates.