During basic 开发者_开发知识库install mode \" msiexe /i MyInstaller.msi /qb \" I get boxes instead of characters in the MSI progress dialog. Is there a way to change which Font TTF / FontFace is being
I was trying to use a custom dll for checking the registration number entered by user, but I run every time into “magic” behavior. In the tutorial examples http://wix.tramontana.co.hu/tutorial/event
I\'m developing a setup project using WiX, and I have the following problem. I get a directory path from the user using the Browse dialog, and I need to put this path in web.config. The problem is tha
How do i get wix 3.5 to remember my company name as part of the user selected folder to be installed?
I\'m having a product which is currently using 2-phase installation: WiX-based installer to copy the files and create the shortcuts
I\'ve authored a few Wix installers but I\'ve noticed that my products, when installed and viewed in Control Panel, Add/Remove Programs, are a little light on metadata compared to some other installs.
The Wix code is as follows: <iis:WebSite Id=\"TheWebSite\" Description=\"My web Site\" Directory=\"IISWEBROOT\">
We currently have a Database Project, which we wrote a WIX Installer for to deploy it, using VSDBCMD means we are able to do a comparison against the current database, and do an update or fresh instal
I hav开发者_运维技巧e some projects built with different versions of VS2005 that require different run-time version. i need to display the assemblyIdentity to see which run-time is required to run the
I need to specify path to create some database files(.mdf and .ldf) into it for my wix installer. Different computer probably have different version of sql server , so the path might be different from