Re: [WiX-users] Package download failed in Web Installer

2014-11-21 Thread Saravanan
Hi All, I am facing ERROR_INTERNET_TIMEOUT while downloading the packages. It get failed in middle of download due to slow internet speed. Burn downloads the packages in CacheAcquireProcess event. If it is failed due to timed out then goes to CacheAcquireComplete in next 30 secs (approx). But

[WiX-users] How to display different message on success screen for installation and un-installation

2014-11-21 Thread chaitanya33
Hi, I have created installer in stdba. I have attached RtfTheme.xml and RtfTheme.wxl in my project. During installation and un-installation I am observing that in dialog Setup Successful message gets displayed. I want to update this message and/ add new resource: Installation Successful

Re: [WiX-users] Wixstdba: Not invoking right msi for 32 bit platform in uninstallation

2014-11-21 Thread chaitanya33
Hi, Any updates regarding this issue? with regards, CD -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wixstdba-Not-invoking-right-msi-for-32-bit-platform-in-uninstallation-tp7598029p7598166.html Sent from the wix-users mailing list archive at

[WiX-users] Force ARP entry for burn managed bootstrapper

2014-11-21 Thread vorsichtdiekurve
Hi, I have a problem with my managed bootstrapper application. The managed bootstrapper I wrote in most of the cases doesn't provide an Add/Remove Programs (Programs and Features) entry for the bundle. This happenes on physical machines with windows server 2012/2008 and on machines set up on

[WiX-users] [SPAM] Re: Package download failed in Web Installer

2014-11-21 Thread Phill Hogland
I haven't thought about how to retry until a specified time. If you look at the wix source (src\Setup\WixBA\InstallationViewModle in ResolveSource function) you will notice that it maintains a dictionary of download retires and increments the retry associated with the package Id. My mba had

[WiX-users] [SPAM] Re: Wixstdba: Not invoking right msi for 32 bit platform in uninstallation

2014-11-21 Thread Phill Hogland
What issue? Burn works find for me when I have x64 and x86 packages in the chain. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wixstdba-Not-invoking-right-msi-for-32-bit-platform-in-uninstallation-tp7598029p7598169.html Sent from the wix-users

Re: [WiX-users] effects of not using authenticode digitally signed wix msi build output

2014-11-21 Thread Hoover, Jacob
It's only a few lines in your wixproj, and it gives you Lua patching and the certainty that the payload hasn't been altered. On Nov 20, 2014, at 9:14 PM, zoo ob1 o...@outlook.com wrote: Anyone have pointer to good article explaining impacts of not using authenticode digitally signed wix msi

[WiX-users] How to diff two MSMs

2014-11-21 Thread Joel Budreau
Is there a good way to diff two merge modules to see what's changed between builds? Thanks, Joel -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business

Re: [WiX-users] effects of not using authenticode digitally signed wix msi build output

2014-11-21 Thread Nicolás Alvarez
Lua patching? -- Nicolás 2014-11-21 11:50 GMT-03:00 Hoover, Jacob jacob.hoo...@greenheck.com: It's only a few lines in your wixproj, and it gives you Lua patching and the certainty that the payload hasn't been altered. On Nov 20, 2014, at 9:14 PM, zoo ob1 o...@outlook.com wrote:

Re: [WiX-users] effects of not using authenticode digitally signed wix msi build output

2014-11-21 Thread Hoover, Jacob
http://msdn.microsoft.com/en-us/library/aa372388(v=vs.85).aspx -Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: Friday, November 21, 2014 8:59 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] effects of not using authenticode

Re: [WiX-users] effects of not using authenticode digitally signed wix msi build output

2014-11-21 Thread David Watson
http://msdn.microsoft.com/en-us/library/aa372388%28v=vs.85%29.aspx -Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: 21 November 2014 14:59 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] effects of not using authenticode digitally

[WiX-users] WixStdBA Does not allow to modify the chained msi features in maintenance mode

2014-11-21 Thread ssmsam
Hi, I created a bundle with a chained msi like below. Chain MsiPackage Id=msi2 SourceFile=chain_msi2.msi DisplayInternalUI=yes EnableFeatureSelection=yes/ /Chain first time installation i can select/deselect features in msi2.msi bcoz DisplayInternalUI=yes . But

Re: [WiX-users] WixStdBA Does not allow to modify the chained msi features in maintenance mode

2014-11-21 Thread John Cooper
1) you'll need a custom boostrapper to support that functionality. The standard bootstrappers have no idea what to do with a feature; 2) along those lines, you would suppress the MSI UI and have the bootstrapper handle the feature selection; 3) features are a pain. For my own work, I am

Re: [WiX-users] WixStdBA Does not allow to modify the chained msi features in maintenance mode

2014-11-21 Thread ssmsam
Thanks for the suggestion John. I was really happy when i saw EnableFeatureSelection=yes option. I am not able see its effect. Now it seems to take bit tough turn for me. My Manager allotted me as a full resource on this IS- WiX POC. ComPlus, windows services, MergeModules, C#,CPP n vbs CAs,

[WiX-users] [SPAM] Re: WixStdBA Does not allow to modify the chained msi features in maintenance mode

2014-11-21 Thread Phill Hogland
John said: For my own work, I am creating a managed bootstrapper to handle my previous collection of features as individual MSI's property-driven by the UI of the bootstrapper. IMHO, this is the way to go. I agree that this approach is the way to go! A separate msi for each feature (or

Re: [WiX-users] Patching bundle with MSP

2014-11-21 Thread roberthyang
That worked great. For future reference of folks who are perusing the archives, the SP1 RelatedBundle points back to the original bundle's upgrade code, and has a new guid as its upgrade code. I also learned that problems result if the SP1 bundle is built with 3.9 (the original bundle is built

Re: [WiX-users] effects of not using authenticode digitally signed wix msi build output

2014-11-21 Thread zoo ob1
thanks for the responses that helps. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/effects-of-not-using-authenticode-digitally-signed-wix-msi-build-output-tp7598153p7598187.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] wix toolset using apache license or other viable open source

2014-11-21 Thread zoo ob1
thanks for the responses that helps. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/wix-toolset-using-apache-license-or-other-viable-open-source-tp7598152p7598188.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Writing to 64-bit registry hive from 32-bit msi

2014-11-21 Thread wixtester
Hi, I am writing a 32-bit msi to run on x86 and x64 OS. When run on 64-bit Operating system, I want it to write to 64-bit registry hive, the windows auto logon settings (AutoAdminLogon=1, DefaultUserName=AAA, DefaultPassword=BBB). Can I accomplish this in wix installer ? I do not have the

[WiX-users] [SPAM] Re: Writing to 64-bit registry hive from 32-bit msi

2014-11-21 Thread Phill Hogland
This is not a wix constraint. msi only allows x64 msi to write to 64 bit areas. It is easy to create bot x86 and x64 msi and then use burn bundle to install either/both packages. -- View this message in context:

Re: [WiX-users] extension 'WixToolset.Extensions.IIs/Sql/UtilExtensionData' contains a definition for table 'iis/sql/util extension namespace feature' that collides with a previously loaded table de

2014-11-21 Thread zoo ob1
tried submitting http://wixtoolset.org/issues/new/ for this and I get Error! Something went awry while submitting your changes. Please, try again. result -- View this message in context:

Re: [WiX-users] use of $(var.Platform) and $(var.SolutionDir)

2014-11-21 Thread zoo ob1
tried submitting http://wixtoolset.org/issues/new/ for this and I get Error! Something went awry while submitting your changes. Please, try again. result -- View this message in context:

Re: [WiX-users] [SPAM] Re: Writing to 64-bit registry hive from 32-bit msi

2014-11-21 Thread John Cooper
Indeed it is a Microsoft Windows constraint. A 32-bit process is not permitted to modify 64-bit resources. For example, I want to set some ACLs in the C:\Windows\System32 tree. This is a 64-bit location on a 64-bit OS. From a 32-bit custom action, the files in that 64-bit are all but

Re: [WiX-users] Writing to 64-bit registry hive from 32-bit msi

2014-11-21 Thread wixtester
Thank you. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Writing-to-64-bit-registry-hive-from-32-bit-msi-tp7598189p7598194.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] WixStdBA Does not allow to modify the chained msi features in maintenance mode

2014-11-21 Thread ssmsam
Yeah Phill. I do agree for Johns suggestions. Thanks for the link too. During fresh installation it is ok to select/deselect the feature/subfeature through BA. VS2012 onwards the setup screen has checkboxes for the featurs. But i am really confused at, 1. How to restore the status of th

Re: [WiX-users] How to diff two MSMs

2014-11-21 Thread Phil Wilson
The Windows Kit (Platform SDK) has some MSI tools and scripts, one of them is WIDiffDB.vbs that reports the difference between two databases. That might include merge modules. --- Phil Wilson On Fri, Nov 21, 2014 at 6:58 AM, Joel Budreau joel.budr...@gmail.com wrote: Is there a

Re: [WiX-users] extension 'WixToolset.Extensions.IIs/Sql/UtilExtensionData' contains a definition for table 'iis/sql/util extension namespace feature' that collides with a previously loaded table de

2014-11-21 Thread Rob Mensching
You probably need to confirm your new account. Look for email from the system. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: zoo ob1 [mailto:rober...@msn.com]

Re: [WiX-users] WiX Managed Bootstrapper “Failed to resolve source for file” for .cab files

2014-11-21 Thread YSK
Any suggestion? 2014. 11. 18., 오후 3:13, sky volon...@gmail.com 작성: I have an .msi package with 5 external .cab files in my bootstrapper application(not being compressed in my bootstrapper application, external) which installs well locally, and has DownloadUrl attribute for web-based

Re: [WiX-users] WiX Managed Bootstrapper “Failed to resolve source for file” for .cab files

2014-11-21 Thread Rob Mensching
Do what the WiX toolset does in v4.0: wix4\src\Setup\Bundle\Bundle.wxs _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: YSK [mailto:volon...@gmail.com] Sent: Friday,

Re: [WiX-users] How to diff two MSMs

2014-11-21 Thread Joel Budreau
I’ll give it a try. Thanks Phil! - Joel On Nov 21, 2014, at 8:33 PM, Phil Wilson phildgwil...@gmail.com wrote: The Windows Kit (Platform SDK) has some MSI tools and scripts, one of them is WIDiffDB.vbs that reports the difference between two databases. That might include merge modules.

Re: [WiX-users] How to diff two MSMs

2014-11-21 Thread Joel Budreau
Just tried it out. Yes, WiDiffDb.vbs prints out line-by-line the differences between two MSIs/MSMs. On Nov 21, 2014, at 8:33 PM, Phil Wilson phildgwil...@gmail.com wrote: The Windows Kit (Platform SDK) has some MSI tools and scripts, one of them is WIDiffDB.vbs that reports the difference