Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I created Visual Studio 2005 Setup project for my application. Windows Installer during installation put one xml file i开发者_如何学编程nto AppData/myCustomFolder. I used File System Editor and added
I would like to开发者_StackOverflow install a set of applications: .NET 4, IIS 7 PowerShell snap-ins, ASP.NET MVC 3, etc. How do I get the applications to install and return a value that determines if
I have the following: <WixVariable Id=\"WixUIBannerBmp\" Value=\"FirstBanner.jpg\" /> I want to be able to set the value of this WixVariable using a property that gets passed in when the insta
I have remarked that I have installation problem when I download some commercial software and install them on Windows 7. For example the message about data1.cab not found. I tried to register cabview.
I\'m using Wix 3.x and the user should be able to choose the target directory. My Setup.wxs is currently like here: http://pastebin.com/uH1EjbDQ
(EDIT: Question changed.) I have a product with an installer which was built by InstallShield 2010, and appears by all accounts to be installing just fine as a \"new\" install.
I have a basic setup project in Visual Studio 2010, and I am struggling with setting up custom actions. I have 3 Installer classes in a separate assembly.
When adding start menu shortcuts light.exe will produce the LGHT0094 error: <Directory Id=\"ProgramMenuFolder\" Name=\"Menu\">
I\'m using the WiX Tool to create an installer. I need the installer to make it optional, wh开发者_运维技巧en creating Start Menu and Desktop shortcuts.