Re: [WiX-users] Generate mst files based on wixout instead of MSIs (to reduce build time)

2014-09-04 Thread Tobias S
Any ideas? -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net

Re: [WiX-users] Removing the line "Will be installed on local hard drive"

2014-09-04 Thread Pavan Konduru
Hi, I am putting forward this question again. Is there anyway to get rid of either of the strings, when selecting a feature in the CustomizeDlg?: --Will be installed on local hard drive --Entire feature will be installed on local hard drive. --Pavan -Original Message- From: Pavan Kondu

[WiX-users] IIS 8.5 support?

2014-09-04 Thread Pieter Claassens
Hi there, Anyone know if Wix 3.7+ IIS extension support windows 8.1 / (IIS 8.5) yet? thx -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _

Re: [WiX-users] IIS 8.5 support?

2014-09-04 Thread John Cooper
I have used Wix 3.6, 3.7, 3.8 and (in beta) 3.9 with no IIS issues on Windows 8, Windows 8.1, Server 2012, and Server 2012 R2. We currently use 3.8 except for one product whose manager defines risk averse. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications |

Re: [WiX-users] IIS 8.5 support?

2014-09-04 Thread David G. van Hoose
Hello there! I have used the WiX 3.8 IISExtension for installing my web service, and I have not experienced any problems. I have some custom actions that use the ServerManager API for information gathering since my users require the capability of selecting an existing site or creating a new one

Re: [WiX-users] IIS 8.5 support?

2014-09-04 Thread Rob Mensching
What changed? ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Pieter Claassens [mailto:kopb...@hotmail.com] Sent: Thursday, September 4, 2014 11:46 AM To: wix-user

Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create the default key container

2014-09-04 Thread roberthyang
I think we have a workaround: before doing the repair, first uninstall SQL Server CE 3.5 SP2 x64. That way repairing the bundle will simply reinstall the missing MSI. I would like to be able to disable repair of that MSI, since it is marked "visible" and "permanent" ... maybe that will be possibl

Re: [WiX-users] Wix bootstrapper only installs on development machine

2014-09-04 Thread roberthyang
Logs are created in the user's temp folder: open a command shell and type "set", then look for the "TEMP" environment variable to see where this is ("C:\Users\roberyan\AppData\Local\Temp", for example). The bootstrapper generates a log, and there should also be logs for each item in the bundle tha

Re: [WiX-users] IIS 8.5 support?

2014-09-04 Thread John Cooper
Nothing I've noticed. The API seems to respond in the same way. I have quite a few custom actions that depend on the same interface between 7.x and 8.x, and so far there have been no issues. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing De