New Post: File WixSharp.Samples\WixSharp.cs missing?
Hello Oleg, thank you for your great efforts with Wix#. I'm triyng to compile samples like e.g. "WixSharp.Samples\Wix# Samples\Localization\Full Localization (Czech)" and it seems to be missing at...
View ArticleNew Post: About Wix#
Hi Oleg, For the second time in my programmer life-time, I had to struggle this week-end with WIX, and came exactly to the same idea of making something very similar to Wix#, so this must be a good...
View ArticleNew Post: in Wix#
Hi Oleg, Nice job with the Wix# library. I've encountered a difficulty maybe you can help me out. I have to create a specific wix file that has the following instructions...
View ArticleNew Post: Modify Machine.config
Hi, I want to edit the machine.configs with a custom action. The problem is that during the installation there installer has no rights to edit the file. When I run the exact same code in a normal c#...
View ArticleNew Post: Suggestion: Publish this on Visual Studio Gallery
Publish this on Visual Studio Gallery, Please. So that people can easily find and then install it through Visual Studio Add-ins Manager.
View ArticleNew Post: Suggestion: Publish this on Visual Studio Gallery
It is published on NuGet Wix# is a library/framework and not exactly an add-in to the IDE. Am I missing something here? I do not mind Visual Studio Gallery (I have 5 project there) I am just trying to...
View ArticleNew Post: Suggestion: Publish this on Visual Studio Gallery
I mean, it would be better if you could provide a Setup Project Wizard for Visual Studio.
View ArticleNew Post: Suggestion: Publish this on Visual Studio Gallery
OK, thanks. I will consider that.
View ArticleNew Post: in Wix#
Hi Robert, I apologist for such a long delay with the response. Accidentally my CodePlex notifications were switched off and until now I was not aware about your post. If you haven't solve your problem...
View ArticleNew Post: About Wix#
Hi Alexandre, I apologize for such a long delay with the response. Accidentally my CodePlex notifications were switched off and until now I was not aware about your post. I am very glad you liked the...
View ArticleNew Post: File WixSharp.Samples\WixSharp.cs missing?
Hi there, I apologize for such a long delay with the response. Accidentally my CodePlex notifications were switched off and until now I was not aware about your post. I assume the issue is already...
View ArticleNew Post: Modify Machine.config
Hi there, I apologize for such a long delay with the response. Accidentally my CodePlex notifications were switched off and until now I was not aware about your post. If you haven't solve your problem...
View ArticleNew Post: Modify Machine.config
##- Please type your reply above this line -##Your request (#518327) has been received and is being reviewed by our support staff.To add additional comments, reply to this email or click the link...
View ArticleNew Post: How to add items to the Windows start-menu after the Project...
Hello - thank you for providing this interesting and quite-useful project! Question: How can we add a item (namely, just a simple shortcut to our program executable, under our Vendor-name) to the...
View ArticleNew Post: Project.Version Errors
I am having an issue setting the Project.Version property. I have a version number like this; 2015.0.441.0. If I use project.Version = new Version(2015, 0, 41, 0) in my setup .cs file, I get the...
View ArticleNew Post: How to add items to the Windows start-menu after the Project...
Look at the setup in Samples/Release Folder. It does something a bit different but I hope you will get the clue. The tricks seems to be to use LINQ after the constructor call project .FindFile((f)...
View ArticleNew Post: Add icon to the Name in the Control Panel
I know this to be possible in pure WiX but how to do it in WiX#? I use the icon on the desktop shortcut but also want it appear in the list of installed programs in the control panel.
View ArticleNew Post: How to add items to the Windows start-menu after the Project...
Thank you for replying Repete4711. How would this work? What does this code do?new fileShortcut("MyApp.exe", "INSTALLDIR") Is that placing a shortcut to MyApp.exe within the installation directory? Why...
View ArticleNew Post: Use Wix# to install Windows Service
Could someone provide some sample code to show how to install a windows service using Wix#?
View ArticleNew Post: Add icon to the Name in the Control Panel
project.AddRemoveProgramsIcon = <path_to_ico_file>; Note that <path_to_ico_file> has to be an icon (*.ico) file.
View Article