any idea, how to make a setup which looks like Office2007-Setup? For example the blue button开发者_StackOverflow中文版s which become golden on hover etc.?
I have a custom action that removes various directories as part of the uninstall process. I want to call this action at different points in the install sequence depending on what\'s being done:
I know this a is a common issue, but everything I can find in the forums seems to relate to 64bit framework incompatability (which is not an issue in my case).
I am getting this error in my Wix project, and I am not able to get a clear solution in the web for this error:
I would like to know if you could share some (trusted) sources of information (books, URLs) that you consider the most relevant for learning Windows Installer. They could be for starting on this techn
I have a Wix installed which creates a virtual directory in IIS via the following: <DirectoryRef Id=\"INSTALLLOCATION\">
In case of installation on x64 I need to write two registry values: 1) <RegistryValue Root=\"HKLM\" Key=\"SOFTWARE\\Microsoft\\Exchange\" Name=\"Info\" Type=\"string\" Action=\"write\" Value=\"8\"
I am trying to log from my C# Custom Action using session.Log( \"Hello World!\" ); This does not show up in my log file when executing my msi as follows:
I am trying to use my first custom action in WiX and I get: error 2896: Executing action CustomActionTest failed.
I have a WiX installer project which has recently been producing installers that don\'t show any file installation progress. That stage takes around 30 seconds to complete, and users may think that th