
Re: [WiX-users] Getting current downloading package name in BA for Web installer Compressed="no" Permanent="yes" />
Hi, I have added two msipackages element in Wix bundle. <Chain> <MsiPackage DisplayName="Sample Installer Demo1" Id="msi_installer1" SourceFile="E:\www.cronistalascolonias.com.ar" DownloadUrl= "http://{URL}/www.cronistalascolonias.com.ar" Compressed="no" Permanent="yes" /> <MsiPackage DisplayName="Sample Installer Demo2" Id="msi_installer2" SourceFile="E:\www.cronistalascolonias.com.ar" DownloadUrl= "http://{URL}/www.cronistalascolonias.com.ar" Compressed="no" Permanent="yes" /> </Chain> While installing setup, all two packages are downloaded first and then installation started. But I need to start the installation at anyone of package download is completed. I mean, first downloaded msi package is get installing while downloading the second msi package. Can you please share the way for doing this using custom bootstrapper application? Thanks, Saravanan -- View this message in context: www.cronistalascolonias.com.ar Sent from the wix-users mailing list archive at www.cronistalascolonias.com.ar | Источник: www.cronistalascolonias.com.ar
-
-
-