Quantcast
Channel: wixsharp Discussions Rss Feed
Browsing all 1354 articles
Browse latest View live

New Post: Wrong session.Property's value in ElevatedManagedAction

Wix# doesn't participate in serializing/deserializing CustomActionData content. It is completely done by WiX runtime. I guess when it does this it doesn't escape the comas, which are the value...

View Article


New Post: Using WixIIsExtension and localization variable errors on building...

Hi, Oleg! I build localized ru-RU culture installer with standart UI that use WixIIsExtension. The IIS extension messages are not localized into russian. So I got a lot of errors:the localization...

View Article


New Post: Running installed program after Install

Hello Oleg, I am having a tough time getting my installed program to run when the install is done. I am trying to get something like this done:...

View Article

New Post: Using WixIIsExtension and localization variable errors on building...

I think it is already covered here: https://wixsharp.codeplex.com/discussions/645513

View Article

New Post: Running installed program after Install

Hi Adam, Running the application at the end is a relatively simple task that usually doesn't require any advanced techniques as xml injection. I have captured this specific scenario in multiple samples...

View Article


New Post: Using WixIIsExtension and localization variable errors on building...

Hello, Oleg! Thanks for reply. I tried to set up fallback language project.Language = "en-US, ru-RU"; I've got an error: The system cannot find the file 'ru-RU' with type 'Source'.

View Article

New Post: Using WixIIsExtension and localization variable errors on building...

Advanced Localisation isn't really in Wix# scope. The issue#72 was about adding to Wix# the ability to specify fallback culture. It's done now and ExcaliburKG has confirmed (a year ago) that the...

View Article

New Post: Running installed program after Install

Hey Oleg, That sample did work well. The program is running but the only issue is that the user can't choose whether to run the program or not. I think I will make a Custom Dialog and see if I can do...

View Article


New Post: Running installed program after Install

Great. If you collect user input (choice to run or not) before you start the actual install the you will need to propagate this information to the project_AfterInstall handler. There are a few ways to...

View Article


New Post: Using WixIIsExtension and localization variable errors on building...

Hello, Oleg! What loclization resources do you mean? Where are they located on PC? I use Project.BuildMsi project.Language = "en-US, ru-RU";//space is present I've got an error: The system cannot find...

View Article

New Post: Using WixIIsExtension and localization variable errors on building...

> What loclization resources do you mean? Where are they located on PC? WiX localization resources are the *.wxl files consumed by light.exe. They are located in some of WiX SDK sub-folders. I was...

View Article

New Post: Changing icon in top left corner of forms

Hello, Oleg! I have a project with standart UI and InjectClrDialog into installer. I want to change icon in top left corner of the injecting dialog. How can I get the icon from MSI?

View Article

New Post: Changing icon in top left corner of forms

You do it the same way as for any WinForms dialog. Either from form designer at compile time or at runtime:public CustomDialog(Session session) : base(session) { InitializeComponent(); this.Icon =...

View Article


New Post: Using WixIIsExtension and localization variable errors on building...

Hi, Oleg! I want to set up Russian language and fallback English. I must use russian symbols in product's name and MajorUpgrade.DowngradeErrorMessage project.Language = "en-US,ru-RU" In generated wxs...

View Article

New Post: IIS Virtual App inner folders duplication

hi guys i started learning Wix# like yesterday. I faced the duplication issue and it got fixed when i changed InstallWebSite = False But i am facing some other issue while trying to install 2 websites....

View Article


New Post: Using WixIIsExtension and localization variable errors on building...

> Language must be 1049 and Codepage must be Windows-1251 Then you need to use your language value in the way that reflects the language priority: project.Language = "ru-RU,en-US". This will produce...

View Article

New Post: Using WixIIsExtension and localization variable errors on building...

Hello, Oleg! BuildMsi builds localized installer without any error. project.Language = "ru-RU,en-US" Changed Languages Attribute of the Package element in WixSourceGenerated event handler XNamespace ns...

View Article


New Post: Using WixIIsExtension and localization variable errors on building...

This is great. Though I am not sure why did you need to post-adjust XML. You wrote Language must be 1049 and Codepage.... So it already...

View Article

New Post: Using WixIIsExtension and localization variable errors on building...

Languages must be "1049" too. If Languages is "1049,1033" in Package:<Package SummaryCodepage="windows-1251" Languages="1049,1033" Id="..." /> I 've got an error: Failed to open merge module for...

View Article

New Post: util:EventSource

Hi, is there a way to register an event source in WixSharp? I need something like this:<Util:EventSource xmlns:Util="http://schemas.microsoft.com/wix/UtilExtension" Name="ROOT Builder"...

View Article
Browsing all 1354 articles
Browse latest View live


Latest Images