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, Kannan24 <skan...@syncfusion.com> wrote:

> 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.
>
>
>       <MsiPackage Id='Wix' Vital='yes'
>                   Name='data\Wix36.msi' SourceFile='x86\data\Wix36.msi'/>
>
> I tried the to remove the source file attribute and used the DownloadUrl,
> but compilation failed with data\Wix36.msi not found. If i use SourceFile
> and DownlaodUrl also the x86\data\Wix36.msi.
>
> Whether the .msi file needs for web installer or download url enough.
>
> If msi file needs for the web installer, than please share the what are all
> the needs to done in msi file(how to refer the file from website in
> deployment machine).
>
> Thanks,
> Kannan
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Web-installer-Bootstrapper-tp7585186p7585233.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to