New Post: Wix# has moved to GitHub
Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it more noticeable that Wix# has moved to GitHub
View ArticleNew Post: Wix# has moved to GitHub
Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it more noticeable that Wix# has moved to GitHub
View ArticleNew Post: Wix# has moved to GitHub
Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it more noticeable that Wix# has moved to GitHub
View ArticleNew Post: Wix# has moved to GitHub
Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it more noticeable that Wix# has moved to GitHub
View ArticleNew Post: Wix# has moved to GitHub
Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it more noticeable that Wix# has moved to GitHub
View ArticleNew Post: Custom Action could be not found
It's hard for me to comment as I have no specific information about your project specifics. One thing is for sure that you cannot use DLL as a target. The build script needs to be compiled into...
View ArticleNew Post: Changing registry permissions
Hi Martin, not sure I understand what you mean. Wix# comes with file permissions sample (Wix# Samples\Permissions) but it has nothing to do with "registry permissions". Is it just typo? Please use...
View ArticleNew Post: Wix# has moved to GitHub
Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it more noticeable that Wix# has moved to GitHub
View ArticleNew Post: Wix# has moved to GitHub
Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it more noticeable that Wix# has moved to GitHub
View ArticleNew Post: Wix# has moved to GitHub
Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it more noticeable that Wix# has moved to GitHub
View ArticleNew Post: Issue in merging multiple VSTO projetcs into single MSI at runtime
We are using Visual studio 2015 professional version for creating PowerPoint Add-ins in C#.Net. We need to create an Windows application which can generate a single MSI at runtime from merging multiple...
View ArticleNew Post: Issue in merging multiple VSTO projetcs into single MSI at runtime
Sorry, The project has been moved to GitHub: https://github.com/oleg-shilo/wixsharp Thus it's too easy to miss a new post here. Your questions:All MSI installs are atomic. If one is started another one...
View ArticleNew Post: Issue in merging multiple VSTO projetcs into single MSI at runtime
Thanks for your response. Actually we are combining VSTO setups (.exe files) into a single MSI using Wix#. We set all prerequisites in the above .exe before merging them into MSI. That exe files...
View ArticleNew Post: Issue in merging multiple VSTO projetcs into single MSI at runtime
The challenge you are facing is not Wix# specific but an MSI one. > We set all prerequisites in the above .exe before merging them into MSI I am not sure what do you mean. MSI merging is only...
View ArticleNew Post: Reading Config file content on before_install event
Hi, Is it possible to include the config file of the wixsharp project into MSI and read the key, value from the file during msi_before install event? I have some hardcoded values in this method and my...
View ArticleNew Post: Reading Config file content on before_install event
Yes it is possible. There are various ways to achieve this but I would rather pure .NET way. Have your config/ini file as a managed resource in your WixSharp VS project. Then access the resorce content...
View ArticleNew Post: WixSharp Version
Hi, I am trying to work out how I can set the version number in code and am not clear how to do it. I want to generate two MSIs so the second one can upgrade the first one. So in the sample code I want...
View ArticleNew Post: WixSharp Version
Hi Wards, You need to have a look at MajorUpgrade sample from the downloadables. Please note that the project has been migrated to https://github.com/oleg-shilo/wixsharp. Cheers
View ArticleNew Post: Including an 3rd exe install
(Sorry for the bad title, but it can't be edited) Previously, using WixSharp 1.0, we had an 3rd party exe (an installer) that was included in our source files. A custom action started the exe at the...
View Article