[WiX-users] Package download failed in Web Installer

2014-11-07 Thread Mohamed Yasir
Hi, I have created two msi file (SampleSetup1 & SampleSetup2) using wix toolset3.8. In Installation,SampleSetup1 download successfully,but While downloading a SampleSetup2,it shown below error. (Note:Two msi were download successfully in another machine.) Error 0x80072ee2: Failed while reading

Re: [WiX-users] Adding Registry Entries in both 32 and 64 Bits

2014-11-07 Thread vikasyv
Thanks for your answer John. I am trying something similar in my bootstrapper code. This is what I wrote: But with this I will still need to create 2 Installers, one for 32 bit and one for 64 bit. The 64 bit one I made works fine in a 64 bit OS and Chrome 32 or 64 bit but does not w

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

2014-11-07 Thread Jeremiahf
What's the difference between the two machines? Firewall? Different network configuration/subnet? On Fri, Nov 7, 2014 at 7:15 AM, Mohamed Yasir wrote: > Hi, > > I have created two msi file (SampleSetup1 & SampleSetup2) using wix > toolset3.8. > > In Installation,SampleSetup1 download successfull

Re: [WiX-users] Adding Registry Entries in both 32 and 64 Bits

2014-11-07 Thread John Cooper
No. Has to with the way WOW and the Windows Installer Service was implemented. It's not Wix-specific at all. At run time, the VersiontNT64 Burn variable is only defined on 64-bit OS's and you can use this to choose which MSI's to run out of a chain. -- John Merryweather Cooper Senior Software

[WiX-users] FireDaemon and WiX?

2014-11-07 Thread neslekkim
We are using FireDaemon for hosting services, instead of writing our own services. When using the OEM versioin, we need to do all the install ourself, and that we want to automate during the installation of rest of the software, but it seems like we cannot use the normal way using ServiceInstall an

[WiX-users] [SPAM] Re: FireDaemon and WiX?

2014-11-07 Thread Phill Hogland
The wix elements use the msi standard tables for things like installing services and registry entries. This provides a better user experience, including rollback support, in contrast to calling an open ended external process like myservice.exe --install. Most of the information needed is in the l

[WiX-users] Localizing Managed BA

2014-11-07 Thread gowri.malasani
Hi, I am trying to support localization for my Managed BA. I generated pseudo localized satellite assembly for en-US. Modified bundle.wxs to include satellite resource dll But I get the error when I run my BA (See below). What am I doing wrong? I even tried to build my BA with compressed prope

[WiX-users] [SPAM] Re: Adding Registry Entries in both 32 and 64 Bits

2014-11-07 Thread Phill Hogland
I also deploy both x86 and x64 packages in my bundle. To clarify the use of preprocessor statements in your code snippet would cause the pre-compiler to include only one of the two code fragments at compile time. Probably not what you want. You can create two separate MSI projects for you applic

Re: [WiX-users] Localizing Managed BA

2014-11-07 Thread Sean Hall
I think you should be putting the en-US satellite assembly in an en-US subfolder (http://msdn.microsoft.com/en-us/library/21a15yht.aspx On Fri, Nov 7, 2014 at 5:15 PM, wrote: > Hi, I am trying to support localization for my Managed BA. I generated > pseudo localized satellite assembly for en-US.

[WiX-users] [SPAM] Re: Localizing Managed BA

2014-11-07 Thread Phill Hogland
I also wanted to comment that ILSpy along with ProcessMon and ProcessExplorer were helpful in sorting these issues out. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localizing-Managed-BA-tp7597813p7597817.html Sent from the wix-users mailing lis

[WiX-users] [SPAM] Re: Localizing Managed BA

2014-11-07 Thread Phill Hogland
I had similar challenges back when I first created a mba and added localization about a year ago. I was just learning C# (from a C++ background) and so I was pretty green (and still am with C#). One issue that I had was that since my mba.dll is hosted in another application, there seemed to be a

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

2014-11-07 Thread Phill Hogland
I sometimes see errors like this when the bundle downloads several packages successfully and starts installing those packages. Then while downloading a later package, one of the earlier packages encounters an error, and starts a rollback. The download process is aborted resulting in errors like t

Re: [WiX-users] How to suppress the StdBA Bootstrapper UI

2014-11-07 Thread ssmsam
Ahh!! That is really in detail and most helpful. Thank you very much for the helpful links and in details. Regards, Sampat -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-suppress-the-StdBA-Bootstrapper-UI-tp7597705p7597819.html Sent from

[WiX-users] Pop up a modify setup DialogBox

2014-11-07 Thread Charles Tsai
Hi All, I write a bootstrapper application and use “WixStandardBootstrapperApplication” GUI. After my bootstrapper application runs a MSI to install device drivers by calling a custom action dll , it indicates that installation successfully. But after a few seconds, it pops up another “Modify