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

New Post: How can best I allow edits on a config file for Windows Service App...

Thanks for the very prompt replies. Very helpful.

View Article


New Post: IIS websites

I'm using the latest wixsharp package, WebSite constructor does not take three string arguments. When I remove the third argument I get this error: ...\bin\Release\WixSharpSetup.exe"...

View Article


New Post: IIS websites

> WebSite constructor does not take three string arguments. My apologies. I typed the code sample incorrectly. It should be: new IISVirtualDir { Name = "MyWebApp", AppName = "Test", WebSite = new...

View Article

New Post: IIS websites

I suspect my problem is that I'm using Files instead of File to add the 100's of files that building the web site publishes to the "AdminWebSitePublish" folder. My IISVirtualDir isn't nested under an...

View Article

New Post: IIS websites

> It seems a bit arbitrary to pull out one of the files in the folder as a File just to nest the IISVirtualDir The reason for this are rather historical. The base code model that was used as a...

View Article


New Post: IIS websites

I think you meant 1.0.36.2. Trying it now. What does this mean in the "readme.txt" file that comes up following the install-package?Because of the excessive size of the WiX Toolset the WixSharp.wix.bin...

View Article

New Post: IIS websites

With the new structure I get no errors, but I also don't get a new web site... Is there a problem now that the IISVirtualDir is not associated with a feature? Here's the code and a bit of the install...

View Article

New Post: IIS websites

Also tried new structure with the "InstallWebSite = true" property setting. No errors. No web site. , new Dir(@"AdminWeb\" , new IISVirtualDir { Name = "MyWebApp", AppName = "Test", WebSite = new...

View Article


New Post: IIS websites

Went back and confirmed that with the old structure (IISVirtualDir under File) I do get a new web site with 1.0.36.

View Article


New Post: How can best I allow edits on a config file for Windows Service App...

Thanks for your great help and guidance in this Oleg :)

View Article

New Post: IIS websites

> I think you meant 1.0.36.2. Yes, you are correct. Txs.> What does this mean in the "readme.txt" file that comes up following the install-package? It means that your Wix# package doesn't install...

View Article

New Post: How can best I allow edits on a config file for Windows Service App...

Not a problem :)

View Article

New Post: IIS websites

Compiler.WixLocation Hadn't realized it was a class static property setable in Main method. Obvious in hindsight :-) Experiment... I confirm that in my environment (built using Visual Studio 2015,...

View Article


New Post: IIS websites

Going back to my project, NewSite3 gets installed in IIS along with Application Pool MyWebApp3, NewSite2 and MyWebApp2 do not. , new Dir(@"AdminWeb2\" , new IISVirtualDir { Name = "MyWebApp2", AppName...

View Article

Image may be NSFW.
Clik here to view.

New Post: IIS websites

OK, Then the sample works fine. It's a good starting point. Now... I took the code from your last email. The top part code that fails to create "MyWebApp2". And I injected it into the code sample. I...

View Article


New Post: IIS websites

Since I have a working web site installer at this point I had to leave it as a bit of a mystery. I'm now looking at my options for installing SQL Express 2012 as part of my installer... It looks like...

View Article

New Post: .net 4.5 prerequisite is not working properly (Wix# 1.0.16.0,...

With Wix# 1.0.36.2 and the following line in my project setup:project.SetNetFxPrerequisite("NETFRAMEWORK45 >= '#378389'", "Please install .NET 4.5 first."); I expected to get a "Please install .NET...

View Article


New Post: IIS websites

As far as Wix# concerns Burn is fully supported. There is one outstanding WiX issue that indeed have a good chance to be fixed in WiX 4.0 though this issue in many cases is not a show stopper. May be I...

View Article

New Post: Bootstrapper Installer Sample with Embedded .NET 4.0 or 4.5

It took me far too long to put this together, so I'm sharing it here. My installer needs to work without access to the internet. Starting with the WixSharp Setup - Bootstrapper Visual Studio template,...

View Article

New Post: Bootstrapper Installer Sample with Embedded C++ 2013 and 2015 Redist

Here's a Bootstrapper that installs C++ redist libraries embedded in the installer:using System; using System.Xml.Linq; using WixSharp; using WixSharp.Bootstrapper; namespace SetupBootstrapper { class...

View Article
Browsing all 1354 articles
Browse latest View live


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