Re: [WiX-users] Web installer - Bootstrapper

2013-07-16 Thread Kannan24
I web installer file has created with 2 files. One is .msi and another one is .cab file. While installing the web installer i get the download failed. Here the log file. Apply begin [0D44:05C8][2013-07-17T00:43:54]i000: Caching bundle from: 'C:\Users\Kannan\AppData\Local\Temp\{c8c34ab9-aa08-48b8

Re: [WiX-users] Web installer - Bootstrapper

2013-07-03 Thread Blair Murri
m > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Web installer - Bootstrapper > > Hi, > > Thanks for your response. > > I tried with your suggestions and I got the setup by both SourceFile and > DownloadURL but when compare with the exiting setup(wit

Re: [WiX-users] Web installer - Bootstrapper

2013-07-03 Thread Kannan24
Hi, Thanks for your response. I tried with your suggestions and I got the setup by both SourceFile and DownloadURL but when compare with the exiting setup(without downloadurl property) size are same. I think the web installer setup is very less than normal setup. Could you please help for this?

Re: [WiX-users] Web installer - Bootstrapper

2013-07-03 Thread Blair Murri
e, 2 Jul 2013 22:09:57 -0700 > From: skan...@syncfusion.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Web installer - Bootstrapper > > Hi, > > I have uploaded the msi file in our server. I tried to compile the project > with the code of >

Re: [WiX-users] Web installer - Bootstrapper

2013-07-02 Thread Kannan24
Hi, I have uploaded the msi file in our server. I tried to compile the project with the code of The compilation has failed with "The System cannot find the file install\sample.msi" even i uploaded the msi file in the below location. http://x/y/vx.x.x.x/install\sample.msi Is

Re: [WiX-users] Web installer - Bootstrapper

2013-06-28 Thread Kannan24
Rob, Thanks, I need about the MsiPakage properties. Here the MsiPackage in the bundle.wxs. Both SourceFile and DownloadUrl has updated in MsiPackage, in this case which one will going to install? Is this take msi from DownloadUrl? Thanks, Kannan -- View this m

Re: [WiX-users] Web installer - Bootstrapper

2013-04-17 Thread Rob Mensching
Take a look at the current wix38 branch. The WiX Bundle is turned into a single self-extracting executable to be hosted on CodePlex just before final release. Then it goes back to being a web bundle when we host the weekly builds of http://wixtoolset.org/releases On Tue, Apr 16, 2013 at 10:00 PM,

Re: [WiX-users] Web installer - Bootstrapper

2013-04-16 Thread Kannan24
Thanks for your quick reply. I checked with Bundle.wxs file, but i can't find the web installer related. The below code are under the bundle tag to pack the msi. I tried the to remove the source file attribute and used the DownloadUrl, but compilation failed with data\Wix36.msi not foun

Re: [WiX-users] Web installer - Bootstrapper

2013-04-16 Thread Rob Mensching
Take a look at the src\Setup\Bundle\Bundle.wxs which is the web installer for the WiX toolset itself. On Tue, Apr 16, 2013 at 2:45 AM, Kannan24 wrote: > Hi, > > Can you please how to create the online installation setup? > > Is possible to create the online installation by bootstrapper? > > If

[WiX-users] Web installer - Bootstrapper

2013-04-16 Thread Kannan24
Hi, Can you please how to create the online installation setup? Is possible to create the online installation by bootstrapper? If yes, then share any documentation related to web installer creation. Thanks, Kannan -- View this message in context: http://windows-installer-xml-wix-toolset.687