New Post: File association icon
Hi, what should go in the FileAssociation Icon property? Is it the path of the icon or (as the comments tell us) is it a reference to other wix entity? This thread suggests adding an Icon xml tag and...
View ArticleNew Post: Multiple instances of managed project
OK. I have managed to test your scenario (at least a UI part of it). The event you need to hook up to is UILoaded. It is called when UI shell is created and the first dialog is prepared for display....
View ArticleNew Post: File association icon
This is what WiX documentation says:For an advertised ProgId, the Id of an Icon element. For a non-advertised ProgId, this is the Id of a file containing an icon resource. I know, it's not very...
View ArticleNew Post: Please update Wix Bin to latest release!
Now it is WiX v3.10.3 (Stable). It was released in the summer of 2016.
View ArticleNew Post: How to add "MspPackage" package types to Bundles?
Is there a way to include "MspPackage" package types in Bundles?
View ArticleNew Post: How to add "MspPackage" package types to Bundles?
Wix# Bundle doesn't support MspPackage directly. Please add it as a feature request on GitHub/WixSharp. In a mean time you can ad the element manually. I have extended the Bootstrapper sample with the...
View ArticleNew Post: Please update Wix Bin to latest release!
Done in v1.3.0. https://github.com/oleg-shilo/wixsharp/releases Wix# release package includes WiX binaries of the version that Wix# was tested against and it is not always the latest WiX release....
View ArticleNew Post: install .net
im trying install .net in my installer my code base on one of the threads herestring msiproject = buildmsi(); var bootstrapper = new Bundle(productname, new PackageGroupRef("NetFx461Web"), new...
View ArticleNew Post: install .net
Have a look at Bundle.SuppressWixMbaPrereqVars. It should solve your problem. Can you also confirm that the build output contains the Wix# generated warning indicating the solution to the...
View ArticleNew Post: Internetshortcut
wix has some property called internetshortcut <util:InternetShortcut Id="OnlineDocumentationShortcut" Name="My Online Documentation" Target="http://wixtoolset.org/"/> is it not available in Wix#?
View ArticleNew Post: Internetshortcut
InternetShortcut as some other non-mainstream WiX elements is supported via custom user defined code elements. The whole InjectXML sample is dedicated to the technique. In your case you need to define...
View ArticleNew Post: Using project environment variables
Hi, i want to say something like that:new Project("MyProject", new Dir(@"%ProgramFiles%\MyProject", new File(...
View ArticleNew Post: Changing registry permissions
Hi oleg, is there an example showing how to change registry permissions? Regards Martin
View ArticleNew Post: Custom Action could be not found
Hi Oleg, first at all you do good job with Wix#. Thanks. I have some questions and hope that you can give me some answers.I got System.IO.FileNotFoundException for my CustomAction.dll. Do i something...
View ArticleNew Post: localization
Hi, Oleg! How can I change ManagedUI dialogs language to russain (in VisualStudio 2013 Managed Setup Custom Dialog progect)? I set project.Language="ru-RU", project.Codepage="windows-1251", but it has...
View ArticleNew Post: localization
Have a look at CustomUIDialog sample from Downloadable samples. It uses German localization. Please use GitHub (https://github.com/oleg-shilo/wixsharp) for further discussions. Just trying to make it...
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 Article