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

New Post: Annotation to upgrade error

Hi Oleg,here is Olga. I would like to remark to you which MA seem to work and which not. I'm using debug mode for check the behaviour.All MA including "OSVersionDetection" work fine. I have to admit...

View Article


New Post: WixForm not found (v1.0.28, 1.0.30)

I see what you mean. Thanks anyway for making this available as nuget - it will make things a lot easier for me and probably others. I do intend to port to "Managed Setup" in the future, but not sure...

View Article


New Post: upgrade

Oleg, Did you forget me?

View Article

New Post: Upgrade Error

>...could you explain me the reason for fail out of upgrade process... Sorry I cannot. This is rather a WiX question not Wix#. What you are doing is very unorthodox and WiX doesn't naturally...

View Article

New Post: Attended mode takes much more time than unattended mode

I just want to mention, that in my case the culprit for the long installation time was the "!" value in the MsiLogging parameter. Maybe somebody runs into the same problem.

View Article


New Post: Please move to Github

Codeplex feels a lot like abandonware. I get all sorts of errors pulling with Hg and almost zero success trying to get SVN out of it. Most of the time it can't even keep me logged in. :/ The only way I...

View Article

New Post: Please move to Github

I hear your :) Though I have never experienced any problems with CodePlex's Git. Neither with Telstra nor with Optus. Yes I am from Melbourne. :) Thus I guess all these problem are only with their SVN...

View Article

New Post: WPF: No current actions property

I have made my own UI like it is in WPFSetup sample. But one small difference: I do not use setup Datacontext for the page but this function Setup.PropertyChanged += (s, e) => { if (e.PropertyName...

View Article


New Post: Is it possible to use it to harvest files?

I just started using this 1/15/16. We have large web sites that need to be harvested. I've looked through the docs, but can't find anything about that.

View Article


New Post: Is it possible to use it to harvest files?

I am not sure what exactly you are trying to ask but if you want to deploy a Web site on IIS then you should have a look at the Wix# code samples. There is an IIS sample as well.

View Article

New Post: WPF: No current actions property

>I do not use setup Datacontext for the page... Setting data context is not optional. It is how WPF data binding works. You may set it to something else but you have to set it.>even when I set...

View Article

New Post: WPF: No current actions property

Thank you. It was my mistake. I have reference to the old Wixsharp.msi.dl. The problem was that under VS it worked fine, but running app manually it shows an error. Anyway i fixed it using the new...

View Article

New Post: Registry Keys (with no values)

I have a need to create just a registry key - with no values underneath it. I don't seem to be able to do this with the current software. I'm happy to make the change myself (create a new 'RegKey'...

View Article


New Post: Files in InstallDir

Hi, I have a project where I am setting the InstallDir property using a ManagedAction. This is working fine. But how do I add files to the InstallDir folder? This should be easy, but I haven't managed...

View Article

New Post: Registry Keys (with no values)

> How do I find out whether that's just my machine or a problem with the tests right now? If you suspect that there something specific about your PC the probably the best way to do the test on...

View Article


New Post: Files in InstallDir

The code you provided will not produce a proper MSI. The correct Wix# project definition should look something like that:var project = new Project("MyProduct", new Dir(@"%ProgramFiles%\My Company\My...

View Article

New Post: Files in InstallDir

Thanks, but you misunderstand me. I am changing the InstallDir using a custom actions and just wants to add my file to whatever the InstallDir is set to. In the examples I have seen, the initial folder...

View Article


New Post: Files in InstallDir

The problem with your solution is that you set the INSTALLDIR too late. MSI runtime already has been instructed to install files into '%ProgramFiles%'. If you want to fix it you will need to schedule...

View Article

New Post: Files in InstallDir

Aha, that worked! However, I needed to set TargetDir as well. So for others, the following example works. The %ProgramFiles% will be ignored, the file will be paced in InstallDir/TargetDir and the sub...

View Article

New Post: Patch creation using WIX#

Hi, I recently created a Setup for my fat client application - thanks for the simplicity. Now i try to create a patch between two release versions of my installation, i already did this about two years...

View Article
Browsing all 1354 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>