Re: [WiX-users] Bootstrapper - Initializing phase very long

2015-05-13 Thread CALCEL Sebastien
Thnaks for your reply Phil.
We'll try this.

-Message d'origine-
De : Phill Hogland [mailto:phogl...@rimage.com] 
Envoyé : mardi 12 mai 2015 19:00
À : wix-users@lists.sourceforge.net
Objet : Re: [WiX-users] Bootstrapper - Initializing phase very long

Based on other threads in this forum, (although I don't know that I could find 
them now) I have been using Chain/@DisableSystemRestore=yes.  If the issue is 
related to a particular machine, you might try this and see if you can avoid 
the problem.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Initializing-phase-very-long-tp7600296p7600304.html
Sent from the wix-users mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper - Initializing phase very long

2015-05-13 Thread CALCEL Sebastien
Nope, sorry we still have these 6 min of initialization.

-Message d'origine-
De : CALCEL Sebastien [mailto:sebastien.cal...@econocom-osiatis.com] 
Envoyé : mercredi 13 mai 2015 14:07
À : 'General discussion about the WiX toolset.'
Objet : Re: [WiX-users] Bootstrapper - Initializing phase very long

Thnaks for your reply Phil.
We'll try this.

-Message d'origine-
De : Phill Hogland [mailto:phogl...@rimage.com] Envoyé : mardi 12 mai 2015 
19:00 À : wix-users@lists.sourceforge.net Objet : Re: [WiX-users] Bootstrapper 
- Initializing phase very long

Based on other threads in this forum, (although I don't know that I could find 
them now) I have been using Chain/@DisableSystemRestore=yes.  If the issue is 
related to a particular machine, you might try this and see if you can avoid 
the problem.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Initializing-phase-very-long-tp7600296p7600304.html
Sent from the wix-users mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper - Initializing phase very long

2015-05-12 Thread Phill Hogland
Based on other threads in this forum, (although I don't know that I could
find them now) I have been using Chain/@DisableSystemRestore=yes.  If the
issue is related to a particular machine, you might try this and see if you
can avoid the problem.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Initializing-phase-very-long-tp7600296p7600304.html
Sent from the wix-users mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper - Initializing phase very long

2015-05-12 Thread Hoover, Jacob
 Bundle log file would be much more telling of where the delay is.

-Original Message-
From: CALCEL Sebastien [mailto:sebastien.cal...@econocom-osiatis.com] 
Sent: Tuesday, May 12, 2015 7:58 AM
To: 'wix-users@lists.sourceforge.net'
Cc: BONNET Alexandre
Subject: [WiX-users] Bootstrapper - Initializing phase very long

Hi everyone,

We're struggling with a performance issue on our bootstrapper application.
Depends on the target machine (all with the same configuration), the init phase 
(when Initializing... is displayed) can be quick or very, very long (up to 10 
minutes !!)

This is odd, because we have another bootstrapper for another app, and 
everything is fine...

We can't find anything about this on the mailing list, nor on google.

Here our wxs :

?xml version=1.0 encoding=UTF-8?
Wix
  xmlns=http://schemas.microsoft.com/wix/2006/wi;
  xmlns:bal=http://schemas.microsoft.com/wix/BalExtension;
  xmlns:util=http://schemas.microsoft.com/wix/UtilExtension;

  ?define version=5.0.0.0 ?
  ?define UpgradeCode={2B361216-3134-48D5-A0D3-FD12B47CF090} ? !--Upgrade 
code to use for EVEN release version (NEVER CHANGE)--
  !--?define UpgradeCode={2D355C2C-2A27-4203-83EE-8BA1186E1629} ?-- 
!--Upgrade code to use for ODD release version (ALWAYS CHANGE)--

   Bundle Name=TheApp Version=$(var.version) 
Manufacturer=TheManufacturer UpgradeCode=$(var.UpgradeCode) 
IconSourceFile=$(var.SolutionDir)Path\icon.ico
 BootstrapperApplicationRef 
Id=WixStandardBootstrapperApplication.RtfLicense
  bal:WixStandardBootstrapperApplication SuppressDowngradeFailure=no 
SuppressOptionsUI=yes ShowVersion=yes 
LicenseFile=$(var.SolutionDir)TheApp\License.rtf
  
LogoFile=$(var.SolutionDir)TheApp\icon.ico/
/BootstrapperApplicationRef

 Chain
  PackageGroupRef Id=NetFx45Redist/
  MsiPackage SourceFile=$(var.SolutionDir)ServiceSetup\ServiceSetup.msi 
Permanent=yes DisplayInternalUI=no Visible=yes /
  MsiPackage SourceFile=$(var.MultipleReportMsi.TargetDir)TheApp.msi 
Permanent=no DisplayInternalUI=yes Visible=no /
/Chain
   /Bundle
/Wix

If anyone could help us or at least give us a hint on where to search, that 
would be great!

Thanks in advance,

Sébastien.
--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper - Initializing phase very long

2015-05-12 Thread CALCEL Sebastien
: WixBundleLog_TheApp.msi = 
C:\Users\calcel\AppData\Local\Temp\TheApp_2015051219_0_TheApp.msi.log
[1E58:0ECC][2015-05-12T10:07:52]i410: Variable: WixBundleManufacturer = Company
[1E58:0ECC][2015-05-12T10:07:52]i410: Variable: WixBundleName = TheApp
[1E58:0ECC][2015-05-12T10:07:52]i410: Variable: WixBundleOriginalSource = 
C:\Users\calcel\Desktop\TheApp.exe
[1E58:0ECC][2015-05-12T10:07:52]i410: Variable: WixBundleOriginalSourceFolder = 
C:\Users\calcel\Desktop\
[1E58:0ECC][2015-05-12T10:07:52]i410: Variable: WixBundleProviderKey = 
{97d962d5-a96c-460c-ba19-b07a4aa85227}
[1E58:0ECC][2015-05-12T10:07:52]i410: Variable: WixBundleRollbackLog_TheApp.msi 
= 
C:\Users\calcel\AppData\Local\Temp\TheApp_2015051219_0_TheApp.msi_rollback.log
[1E58:0ECC][2015-05-12T10:07:52]i410: Variable: WixBundleTag = 
[1E58:0ECC][2015-05-12T10:07:52]i410: Variable: WixBundleVersion = 5.0.0.0
[1E58:0ECC][2015-05-12T10:07:52]i007: Exit code: 0x0, restarting: No

-Message d'origine-
De : Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] 
Envoyé : mardi 12 mai 2015 16:30
À : General discussion about the WiX toolset.
Cc : BONNET Alexandre
Objet : Re: [WiX-users] Bootstrapper - Initializing phase very long

 Bundle log file would be much more telling of where the delay is.

-Original Message-
From: CALCEL Sebastien [mailto:sebastien.cal...@econocom-osiatis.com]
Sent: Tuesday, May 12, 2015 7:58 AM
To: 'wix-users@lists.sourceforge.net'
Cc: BONNET Alexandre
Subject: [WiX-users] Bootstrapper - Initializing phase very long

Hi everyone,

We're struggling with a performance issue on our bootstrapper application.
Depends on the target machine (all with the same configuration), the init phase 
(when Initializing... is displayed) can be quick or very, very long (up to 10 
minutes !!)

This is odd, because we have another bootstrapper for another app, and 
everything is fine...

We can't find anything about this on the mailing list, nor on google.

Here our wxs :

?xml version=1.0 encoding=UTF-8?
Wix
  xmlns=http://schemas.microsoft.com/wix/2006/wi;
  xmlns:bal=http://schemas.microsoft.com/wix/BalExtension;
  xmlns:util=http://schemas.microsoft.com/wix/UtilExtension;

  ?define version=5.0.0.0 ?
  ?define UpgradeCode={2B361216-3134-48D5-A0D3-FD12B47CF090} ? !--Upgrade 
code to use for EVEN release version (NEVER CHANGE)--
  !--?define UpgradeCode={2D355C2C-2A27-4203-83EE-8BA1186E1629} ?-- 
!--Upgrade code to use for ODD release version (ALWAYS CHANGE)--

   Bundle Name=TheApp Version=$(var.version) 
Manufacturer=TheManufacturer UpgradeCode=$(var.UpgradeCode) 
IconSourceFile=$(var.SolutionDir)Path\icon.ico
 BootstrapperApplicationRef 
Id=WixStandardBootstrapperApplication.RtfLicense
  bal:WixStandardBootstrapperApplication SuppressDowngradeFailure=no 
SuppressOptionsUI=yes ShowVersion=yes 
LicenseFile=$(var.SolutionDir)TheApp\License.rtf
  
LogoFile=$(var.SolutionDir)TheApp\icon.ico/
/BootstrapperApplicationRef

 Chain
  PackageGroupRef Id=NetFx45Redist/
  MsiPackage SourceFile=$(var.SolutionDir)ServiceSetup\ServiceSetup.msi 
Permanent=yes DisplayInternalUI=no Visible=yes /
  MsiPackage SourceFile=$(var.MultipleReportMsi.TargetDir)TheApp.msi 
Permanent=no DisplayInternalUI=yes Visible=no /
/Chain
   /Bundle
/Wix

If anyone could help us or at least give us a hint on where to search, that 
would be great!

Thanks in advance,

Sébastien.
--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm