Re: [WiX-users] Addressing download failures in Burn driven MSI

2014-10-16 Thread Rob Mensching
Fiddler trace of the failure cases? _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Wednesday, October 15, 2014 1:25 PM To:

[WiX-users] Wix Setup to deploy nuget packages

2014-10-16 Thread Jerome
How to author nuget packages (assemblies) required for a .net application in a Wix Setup? At present, we have 100 projects, each using different sets of nuget packages. And, we are manually adding a component for each assembly required for the application. This is very cumbersome, because each time

[WiX-users] Is there a way to checkwhether user is domain admin or not?

2014-10-16 Thread sourabh_1987
While creating the installer I didn't find any way to check whether user is domain admin or not? Do we have any way to check it. Any way to write custom action for it?? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Is-there-a-way-to-checkwhethe

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-16 Thread DP
Thanks for the response on error code (0x80070666). However, is there a way to change the text of the error message? i.e., can I customize it to my custom text to indicate more details about my product? The current error text message for error 0x80070666 is: "Another version of this product is a

Re: [WiX-users] Addressing download failures in Burn driven MSI

2014-10-16 Thread Phill Hogland
Thanks, I have been using Fiddler, and have not seen any of the payload download activity. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Addressing-download-failures-in-Burn-driven-MSI-tp7597272p7597332.html Sent from the wix-users mailing list a

Re: [WiX-users] Installing a 64 bit file as part of a 32 bit setup

2014-10-16 Thread Phil Wilson
The rules say a 32-bit package can contain only 32-bit components: http://msdn.microsoft.com/en-us/library/aa367451(v=vs.85).aspx and Heath's article is required reading: http://blogs.msdn.com/b/heaths/archive/2008/01/15/different-packages-are-required-for-different-processor-architectures.aspx

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-16 Thread Phil Wilson
"Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel" is a standard Windows Installer message telling you that the same ProductCode is already i

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-16 Thread Rob Mensching
Yes. A custom BA can display any UI. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: DP [mailto:dpg_...@yahoo.com] Sent: Thursday, October 16, 2014 3:38 AM To: wix-users@li

Re: [WiX-users] KB2918614

2014-10-16 Thread Neil Sleightholm
I had this confirmed as the fault fix by our Microsoft support contact and we tried a beta of it and it fixed the original problem I reported (see below). Neil -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: 14 October 2014 23:31 To: General discussion about t

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-16 Thread Pavan Konduru
We actually had a bug raised by QA/Dev folks today to change the wordings on the CustomSetup Dialog ;) "Select the way you want features to be installed" to "Select the features that you want to be installed" And "Click the icons in the tree below to change the way features will be installed"

Re: [WiX-users] VS2013 cant load wixproj with daily builds

2014-10-16 Thread sceiler
Thank you that was my mistake. I will be running wix as part of my VS solution and not from the command line. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/VS2013-cant-load-wixproj-with-daily-builds-tp7597243p7597339.html Sent from the wix-users

[WiX-users] duplicate symbol when addind Wix ui and customaction

2014-10-16 Thread sceiler
Hi, I want to start a readme file after installation. Following this guide: http://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/run_program_after_install.html it looks like I have to add wix ui. So my code looks like this: Bu

Re: [WiX-users] duplicate symbol when addind Wix ui and customaction

2014-10-16 Thread Pavan Konduru
Where do you define the check box? -Original Message- From: sceiler [mailto:sceile...@gmail.com] Sent: Thursday, October 16, 2014 1:10 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] duplicate symbol when addind Wix ui and customaction Hi, I want to start a readme file after

Re: [WiX-users] duplicate symbol when addind Wix ui and customaction

2014-10-16 Thread sceiler
I guess here: ? I dont really get your question though.. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/duplicate-symbol-when-addind-Wix-ui-and-customaction-tp7597340p7597342.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] duplicate symbol when addind Wix ui and customaction

2014-10-16 Thread Pavan Konduru
Ignore my previous email, didn't notice you were using WixUI_MINIMAL I think you are missing this: WIXUI_EXITDIALOGOPTIONALCHECKBOX =1 Basically trigger the CA if check box is selected. -Original Message- From: Pavan Konduru [mailto:pavan.kond...@accelrys.com] Sent: Thursday,

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

2014-10-16 Thread bgavin
Neil, I have the identical problem on Server 2012. The offending patch is KB2984005 which installs a companion KB2977174. My MSI error log is exactly the same as yours. My workaround is: Skip installation of KB2984005 and KB2918614. If removal is required: Uninstall KB2984005 and KB2918614, and

[WiX-users] Wix Upgrade Issue

2014-10-16 Thread 祁志
Hi All, Here is a scenario that i want to implement.but i don't have good idea to implement this. let's say that someone get a installer and install it today. tomorrow someone get a new installer with the higher version number want to install it on the same PC. the installer with the higher versi