[wix-users] R: R: Random issue with Burn

Daniele Buffa d.buffa at neowebsite.it
Fri Jan 6 09:32:26 PST 2017


Hi Wes,

and sorry for the late answer. The PackageGroup "Ace" is defined in a Wix
Library

    <PackageGroup Id="Ace">
      <!--
          2007 Office System Driver: Data Connectivity Components
        -->
      <ExePackage Id="Ace"
          DisplayName="2007 Office System Driver: Data Connectivity
Components"
          Cache="yes"
          Compressed="no"
          PerMachine="yes"
          Permanent="yes"
          Vital="yes"
          SourceFile="C:\Lending
Solution\SDK\Redist\accessdatabaseengine.exe"
          Name="redist\accessdatabaseengine.exe"
          InstallCommand="/quiet"
          DetectCondition="IsAceInstalled"
             
          >
        <ExitCode Value ="3010" Behavior="forceReboot" />
        <!--<dep:Provides DisplayName="2007 Office System Driver: Data
Connectivity Components" Key="Microsoft.ACE.OLEDB.12.0"
Version="11.0.6020.0" />-->
      </ExePackage>
    </PackageGroup>

The NetFx452RedistPayload is used by WixNetFxExtension (for using the local
package istead of remote)

D.


-----Messaggio originale-----
Da: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] Per conto di
Wesley Manning
Inviato: martedì 3 gennaio 2017 16:23
A: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Oggetto: Re: [wix-users] R: Random issue with Burn

I don't see the Ace PackageGroup for PackageGroupRef Id="Ace"?  Also you
have a packagegroup NetFx452RedistPayload but that is not used. Is that a
mistake?

Wes

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of
Daniele Buffa
Sent: December-29-16 6:11 AM
To: 'WiX Toolset Users Mailing List' <wix-users at lists.wixtoolset.org>
Subject: [wix-users] R: Random issue with Burn

Hi Brent,

thank for your reply, the last case I investigated was a first install, so I
don't think that the issue was caused by an incomplete uninstallation. In
this case it seems to me that msi does not ask for elevation, anyway after
the first attempt failed I try with the run as administrator procedure,
obtaining the same result.

This is the burn source

 <?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
	<Bundle Name="Credito Pratico installazione completa"
Version="1.0.0.0" Manufacturer="Lending Solution"
UpgradeCode="2e1d4ddd-6ec2-4504-93e0-8733440af5b9"
          IconSourceFile="$(var.SolutionDir)\_IMG\creditopratico.ico"
DisableModify="yes" DisableRepair="yes" DisableRemove="yes" >
    
    <bal:Condition Message="Per l'installazione di Credito Pratico Client è
necessario il sistema operativo Microsoft Windows Vista o
superiore.">VersionNT >= v6.0 OR VersionNT64 >= v6.0</bal:Condition>
    
    <PayloadGroup Id="NetFx452RedistPayload">
      <Payload Name="redist\NDP452-KB2901907-x86-x64-AllOS-ENU.exe"
               SourceFile="C:\Lending
Solution\SDK\Redist\NDP452-KB2901907-x86-x64-AllOS-ENU.exe"
Compressed="no"/>
    </PayloadGroup>

    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.HyperlinkLicense">
      <bal:WixStandardBootstrapperApplication
        LicenseUrl=""
        ThemeFile="Resources/HyperlinkTheme.xml"
        LocalizationFile="Resources/HyperlinkTheme.wxl"
        LogoFile="$(var.SolutionDir)\_IMG\creditopratico.png"
        SuppressRepair="yes"
      />
    </BootstrapperApplicationRef>    
    
		<Chain>
      <PackageGroupRef Id="NetFx452Redist" />
      <PackageGroupRef Id="Ace" After="NetFx452Redist"/>
      <MsiPackage SourceFile="$(var.SetupClient.TargetPath)"
DisplayInternalUI="yes" After="Ace" Visible="yes" Permanent="yes"/>
    </Chain>
	</Bundle>
</Wix>

I don't know if needed, this is also msi wix source

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:adx="http://schemas.add-in-express.com/wixdesigner">
  <Product Id="*" Name="Credito Pratico" Language="1040" Version="2.19.0.0"
Manufacturer="Lending Solution"
UpgradeCode="0fbe208b-da25-4dc7-8b8f-b726fd9e77d9" Codepage="1252">
    <Package InstallerVersion="200" Compressed="yes"
InstallScope="perMachine" />
    <Binary Id="InstallUtilConfig"
SourceFile="Resources\Binary\InstallUtilConfig" />
    <?if $(var.Platform)=x86 ?>
    <Binary Id="ADXDPCADLL" SourceFile="Resources\Binary\adxdpca.dll" />
    <Binary Id="InstallUtil" SourceFile="Resources\Binary\InstallUtil" />
    <?else ?>
    <Binary Id="ADXDPCADLL" SourceFile="Resources\Binary\adxdpca64.dll" />
    <Binary Id="InstallUtil" SourceFile="Resources\Binary\InstallUtil64" />
    <?endif ?>
    <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is
already installed." AllowSameVersionUpgrades="yes" />
    <Property Id="ARPHELPLINK" Value="http://www.creditopratico.it" />
    <Property Id="ARPCONTACT" Value="Lending Solution" />
    <MediaTemplate EmbedCab="yes" />
    <!-- Icona per aggiungi / rimuovi programmi -->
    <Icon Id="CP.ico" SourceFile="$(var.SolutionDir)_IMG\creditopratico.ico"
/>
    <Property Id="ARPPRODUCTICON" Value="CP.ico" />
    <Feature Id="ProductFeature" Title="SetupClient" Level="1">
      <ComponentRef Id="comp_6A5403BC_F8B0_4C35_8EAA_690314104995" />
      <ComponentGroupRef Id="CreditoPratico.Binaries" />
      <ComponentRef Id="comp_3889F928_416C_4439_9BC3_BDE51FA95C7E" />
      <ComponentRef Id="comp_12C36042_8F0E_4E1F_8349_82E6E6155D03" />
      <ComponentRef Id="comp_F9292389_D3D4_4BAE_8965_8239F2F57522" />
      <ComponentRef Id="comp_AC805B8F_429F_4D91_A388_81860464FC67" />
      <ComponentRef Id="comp_46AFE7E6_1D87_40D3_B906_A6F5F5FD8D7E" />
      <ComponentRef Id="comp_6EC58414_E0D4_4827_84A6_F3B939D5ACB2" />
      <ComponentRef Id="comp_54FB43C1_8715_4B77_94C2_654AACA54CAD" />
      <ComponentRef Id="comp_77C06F22_5B35_4710_8FB5_61F4B44EA642" />
      <ComponentRef Id="comp_F610B80D_EF60_4C86_85B0_83B97D86618A" />

      <ComponentRef Id="comp_FE2B34C4_B338_4902_8DB7_3EE940C7E7AB" />
      <ComponentRef Id="comp_3D1DC099_DA19_435A_96E4_ADDF3DDEAD97" />
      <ComponentRef Id="comp_EB278DE4_5D0B_410C_8B73_1926B10CF71B" />
      <ComponentRef Id="comp_DC8B85C0_8707_4E18_A137_66992133A97E" />
      <ComponentRef Id="comp_D04187EE_6E9E_4E30_933C_EA0902A13DA7" />
      <ComponentRef Id="comp_D1A1A862_C814_4111_92C5_0D3DBFD44FBD" />
      <ComponentRef Id="comp_4F65705B_DE50_4366_8559_7EDA4F9D9F74" />
      <ComponentRef Id="comp_C50F8658_0FE6_4F69_AE68_9BE7A3CC7046" />
      <ComponentRef Id="comp_4F8B70CA_A339_4C51_967C_B87C642C3B04" />
      <ComponentRef Id="comp_8E6CAF9F_CA8C_448A_999C_7CD27726D7E6" />
      <ComponentRef Id="comp_5BC93A65_C7E7_4B57_8230_DA41DFF413B8" />
      <ComponentRef Id="comp_AA563A0B_9B5E_470E_A2D9_4B0F6DD38D68" />
      <ComponentRef Id="comp_346BCB6B_8C81_43BC_BBA2_78CFCF4C60C0" />
      <ComponentRef Id="comp_0E4979D4_6BEF_429B_B87D_94CE8C2BBDAB" />
      <ComponentRef Id="comp_B473A2A1_4512_465C_BBC9_0CC57D4F3146" />
      <ComponentRef Id="comp_89ABAB95_28D5_4B1F_A2AB_97B307DBAF9C" />
      <ComponentRef Id="comp_0C9179EC_C53D_4033_A4B3_2796D2584507" />
      <ComponentRef Id="comp_972FEB4D_A084_492E_9322_B92A2BEEF077" />
      <ComponentRef Id="comp_4E117B24_5D05_41F0_8DBC_6CE0324A1CB3" />
      <ComponentRef Id="comp_68B7EA4E_E0CD_4521_9C30_CC99CCD421BB" />
      <ComponentRef Id="comp_18CEA374_191A_4A2C_9141_CEDE412073D1" />
      <!--<ComponentRef Id="comp_4054E929_D27B_4366_9BCB_7FF17380E497" />-->
      <ComponentRef Id="comp_2BE6B9E0_AE98_46A5_9D8A_B850830BE229" />
      <ComponentRef Id="comp_287B4340_7D39_4680_A9A0_18F5EB4E361B" />
      <ComponentRef Id="comp_7025337B_E350_428D_9AE1_D1747DB5E717" />
      <ComponentRef Id="comp_2292F0EC_B24D_401D_B4FD_8DBE39805466" />
      <ComponentRef Id="comp_D74C5C86_840B_40C5_BCEB_55098F219A62" />
      <ComponentRef Id="comp_A0DDB17C_C403_469F_BF06_0657CBCF3B52" />
      <ComponentRef Id="comp_50B5F2C0_F5A3_4B4C_9B4F_C35F1DB1A08F" />

      <ComponentRef Id="comp_3514675C_B66B_4CBC_982B_81E31208C64A" />
      <ComponentRef Id="comp_1E41ABD8_C11B_4F0A_BEA7_AC8531CE9388" />
      <ComponentRef Id="comp_129449B7_7FE9_4022_8351_D8513FD731DE" />
      <ComponentRef Id="comp_7DA4618B_7B39_4AA3_B7A9_5D836ADE2EF6" />
      <ComponentRef Id="comp_E23A498C_08AC_4456_B75D_0FAFDAD938FE" />
      <ComponentRef Id="comp_58F6D17D_4796_4B3C_B34B_0C79D1B53145" />
      <ComponentRef Id="comp_F4A2B4EC_CB9C_4BD4_ADA0_109F29D1B3DC" />
      <ComponentRef Id="comp_E5F21BBB_33BD_48C7_BE5E_B22CBB2B1C64" />
      <ComponentRef Id="comp_69A47ACD_7602_4D3F_9924_B44403DD3018" />
      <ComponentRef Id="comp_B3E4BA97_0D86_43F2_A2EE_9C846DF7770F" />
      <ComponentRef Id="comp_2CE77FD6_D276_4B25_BF0E_EC1A49650EBA" />
      <ComponentRef Id="comp_7B5CA533_9C84_414F_8EA9_381986C27580" />
      <ComponentRef Id="comp_43673A50_69A0_4305_BFB4_B95D935AB69A" />
      <ComponentRef Id="comp_2B86215A_C6C2_4F76_9456_4C983E09D552" />
      <ComponentRef Id="comp_D3BF5BA9_A2CF_492A_8CFA_569B198A3A62" />
      <ComponentRef Id="comp_44A92849_EBCE_4906_9863_333B9B4FBD09" />
      <ComponentRef Id="comp_794C59C4_8FD2_427D_81C7_8848905E061E" />
      <ComponentRef Id="comp_4ED30231_449C_4AA1_88C4_504AB1C7F9B3" />
      <ComponentRef Id="comp_C0F21AE9_2D49_4057_B18B_44478395A75F" />
      <ComponentRef Id="comp_A2306906_A8DF_4CC4_9D21_881DFEB9F9E2" />
      <ComponentRef Id="comp_7D97F704_D804_44F7_8A27_E89B8502179C" />
      <ComponentRef Id="comp_F09E59C2_984A_40B2_A27D_5514A2E54782" />
      <ComponentRef Id="comp_775A47AF_3BA2_4BD3_87A4_1E044AA724A5" />
      <ComponentRef Id="comp_1ECDBA76_6951_4A2D_9278_0A8113557B8E" />
      <ComponentRef Id="comp_CC1C73F2_FB23_4C65_9CFA_BC67A251A046" />
      <ComponentRef Id="comp_D59561CF_73A1_4BD9_AED7_1899DA266FEC" />
      <ComponentGroupRef Id="LS.Management.UpdateWindow.Binaries" />
      <ComponentRef Id="comp_9AB86502_728B_4713_8270_CA87C1942DEC" />
      <ComponentRef Id="comp_933688C1_01C6_4706_ABF5_8132A8720CC9" />
      <ComponentRef Id="comp_37525BC3_C3A8_4E8E_9567_C45D9CAA524A" />
      <ComponentRef Id="comp_2D3BA809_395F_4EC0_B993_C5884FA2EC62" />
      <ComponentRef Id="comp_52D81ADC_F00F_4C97_8E3E_4914E5DFD3F4" />
      <ComponentRef Id="comp_B3C6E38A_8809_4DF7_A5D0_443AF43D061C" />
      <ComponentRef Id="comp_7870A149_347F_4368_B4DF_BFCFDD82A12A" />
      <ComponentRef Id="comp_B63E3647_F1DB_42AF_B760_5E9E41DDDAB1" />
      <ComponentGroupRef Id="Service_Management.Binaries" />
      <ComponentRef Id="comp_7A23BBB1_F234_4589_B7D6_BF7E28789D37" />
      <ComponentRef Id="comp_dir_8FE4EA8F_D872_4BF9_9E99_C824657B7C51" />
      <ComponentRef Id="comp_4FD969BB_4474_42EB_BCE1_BEAE81E75657" />
    </Feature>
    <InstallUISequence>
      <Custom Action="ERRCA_UIANDADVERTISED"
Sequence="5"><![CDATA[ProductState=1]]></Custom>
      <Custom Action="VSDCA_FolderForm_AllUsers"
Sequence="997"><![CDATA[Installed="" AND NOT RESUME AND
ALLUSERS=1]]></Custom>
      <Custom Action="DIRCA_TARGETDIR"
Before="CostInitialize"><![CDATA[TARGETDIR = ""]]></Custom>
      <Show Dialog="UserExitForm" OnExit="cancel" />
      <Show Dialog="FatalErrorForm" OnExit="error"><![CDATA[NOT
HideFatalErrorForm]]></Show>
      <Show Dialog="MaintenanceForm"
Sequence="999"><![CDATA[Installed<>""]]></Show>
      <Show Dialog="ResumeForm" Sequence="998"><![CDATA[Installed="" AND
RESUME]]></Show>
      <Show Dialog="FinishedForm" OnExit="success" />
    </InstallUISequence>
    <CustomAction Id="VSDCA_FolderForm_AllUsers"
Property="FolderForm_AllUsers" Value="ALL" />
    <CustomAction Id="_F27D06D7_2DDB_4621_B5BD_F02F150333FE.Uninstall"
Execute="deferred" BinaryKey="InstallUtil" DllEntry="ManagedInstall"
Impersonate="no" adx:VSName="Primary Output from Service_Management" />
    <CustomAction
Id="_F27D06D7_2DDB_4621_B5BD_F02F150333FE.Uninstall.SetProperty"
Property="_F27D06D7_2DDB_4621_B5BD_F02F150333FE.Uninstall"
Value="/installtype=notransaction /action=uninstall /LogFile=
"[#_5E376555_EDB1_480E_ADE2_D76BEBB1D685]"
"[VSDFxConfigFile]"" adx:VSName="Primary Output from
Service_Management" />
    <CustomAction Id="_FA3102A8_7AE4_46D7_8402_F1D0696F4CA3.Rollback"
Execute="rollback" BinaryKey="InstallUtil" DllEntry="ManagedInstall"
Impersonate="no" adx:VSName="Primary Output from Service_Management" />
    <CustomAction
Id="_FA3102A8_7AE4_46D7_8402_F1D0696F4CA3.Rollback.SetProperty"
Property="_FA3102A8_7AE4_46D7_8402_F1D0696F4CA3.Rollback"
Value="/installtype=notransaction /action=rollback /LogFile=
"[#_5E376555_EDB1_480E_ADE2_D76BEBB1D685]"
"[VSDFxConfigFile]"" adx:VSName="Primary Output from
Service_Management" />
    <CustomAction Id="_52E72213_B95B_4257_B8BA_7FCA396A0E75.Commit"
Execute="commit" BinaryKey="InstallUtil" DllEntry="ManagedInstall"
Impersonate="no" adx:VSName="Primary Output from Service_Management" />
    <CustomAction
Id="_52E72213_B95B_4257_B8BA_7FCA396A0E75.Commit.SetProperty"
Property="_52E72213_B95B_4257_B8BA_7FCA396A0E75.Commit"
Value="/installtype=notransaction /action=commit /LogFile=
"[#_5E376555_EDB1_480E_ADE2_D76BEBB1D685]"
"[VSDFxConfigFile]"" adx:VSName="Primary Output from
Service_Management" />
    <CustomAction Id="_65A2CA17_C605_440A_A3EF_A6845CB774DE.Install"
Execute="deferred" BinaryKey="InstallUtil" DllEntry="ManagedInstall"
Impersonate="no" adx:VSName="Primary Output from Service_Management" />
    <CustomAction
Id="_65A2CA17_C605_440A_A3EF_A6845CB774DE.Install.SetProperty"
Property="_65A2CA17_C605_440A_A3EF_A6845CB774DE.Install"
Value="/installtype=notransaction /action=install /LogFile=
"[#_5E376555_EDB1_480E_ADE2_D76BEBB1D685]"
"[VSDFxConfigFile]"" adx:VSName="Primary Output from
Service_Management" />
    <CustomAction Id="_544BC28F_1CA0_46D7_A2CC_35469072437D.Uninstall"
Execute="deferred" BinaryKey="InstallUtil" DllEntry="ManagedInstall"
Impersonate="no" adx:VSName="Primary Output from CreditoPratico" />
    <CustomAction
Id="_544BC28F_1CA0_46D7_A2CC_35469072437D.Uninstall.SetProperty"
Property="_544BC28F_1CA0_46D7_A2CC_35469072437D.Uninstall"
Value="/installtype=notransaction /action=uninstall /LogFile=
"[#_478EA8BB_794D_4C5B_A1BB_B4F52EC88F81]"
"[VSDFxConfigFile]"" adx:VSName="Primary Output from
CreditoPratico" />
    <CustomAction Id="_00F6A8F0_A096_4093_A260_015F47587DCC.Install"
Execute="deferred" BinaryKey="InstallUtil" DllEntry="ManagedInstall"
Impersonate="no" adx:VSName="Primary Output from CreditoPratico" />
    <CustomAction
Id="_00F6A8F0_A096_4093_A260_015F47587DCC.Install.SetProperty"
Property="_00F6A8F0_A096_4093_A260_015F47587DCC.Install"
Value="/installtype=notransaction /action=install /LogFile=
/SrcDir="[SourceDir]\" /targetdir="[TARGETDIR]\"
/SqlParam="[SQLPARAM]" /folder="[CommonAppDataFolder]Lending
Solution\Credito Pratico"
"[#_478EA8BB_794D_4C5B_A1BB_B4F52EC88F81]"
"[VSDFxConfigFile]"" adx:VSName="Primary Output from
CreditoPratico" />
    <CustomAction Id="CA_CreateConfig" BinaryKey="ADXDPCADLL"
DllEntry="GetConfig" />
    <CustomAction Id="DIRCA_TARGETDIR" Property="TARGETDIR"
Value="[ProgramFilesFolder][Manufacturer]\[ProductName]"
Execute="firstSequence" />
    <AdminUISequence>
      <Custom Action="DIRCA_TARGETDIR"
Before="CostInitialize"><![CDATA[TARGETDIR = ""]]></Custom>
      <Show Dialog="UserExitForm" OnExit="cancel" />
      <Show Dialog="FatalErrorForm" OnExit="error"><![CDATA[NOT
HideFatalErrorForm]]></Show>
      <Show Dialog="MaintenanceForm"
Sequence="999"><![CDATA[Installed<>""]]></Show>
      <Show Dialog="ResumeForm" Sequence="998"><![CDATA[Installed="" AND
RESUME]]></Show>
      <Show Dialog="FinishedForm" OnExit="success" />
    </AdminUISequence>
    <InstallExecuteSequence>
      <Custom Action="CA_CreateConfig" Sequence="1" />
      <Custom Action="DIRCA_TARGETDIR"
Before="CostInitialize"><![CDATA[TARGETDIR = ""]]></Custom>
      <Custom
Action="_00F6A8F0_A096_4093_A260_015F47587DCC.Install.SetProperty"
After="StartServices"><![CDATA[$com_478EA8BB_794D_4C5B_A1BB_B4F52EC88F81>2]]
></Custom>
      <Custom Action="_00F6A8F0_A096_4093_A260_015F47587DCC.Install"
After="_00F6A8F0_A096_4093_A260_015F47587DCC.Install.SetProperty"><![CDATA[$
com_478EA8BB_794D_4C5B_A1BB_B4F52EC88F81>2]]></Custom>
      <Custom
Action="_65A2CA17_C605_440A_A3EF_A6845CB774DE.Install.SetProperty"
After="_00F6A8F0_A096_4093_A260_015F47587DCC.Install"><![CDATA[$com_5E376555
_EDB1_480E_ADE2_D76BEBB1D685>2]]></Custom>
      <Custom Action="_65A2CA17_C605_440A_A3EF_A6845CB774DE.Install"
After="_65A2CA17_C605_440A_A3EF_A6845CB774DE.Install.SetProperty"><![CDATA[$
com_5E376555_EDB1_480E_ADE2_D76BEBB1D685>2]]></Custom>
      <Custom
Action="_52E72213_B95B_4257_B8BA_7FCA396A0E75.Commit.SetProperty"
After="_65A2CA17_C605_440A_A3EF_A6845CB774DE.Install"><![CDATA[$com_5E376555
_EDB1_480E_ADE2_D76BEBB1D685>2]]></Custom>
      <Custom Action="_52E72213_B95B_4257_B8BA_7FCA396A0E75.Commit"
After="_52E72213_B95B_4257_B8BA_7FCA396A0E75.Commit.SetProperty"><![CDATA[$c
om_5E376555_EDB1_480E_ADE2_D76BEBB1D685>2]]></Custom>
      <Custom
Action="_FA3102A8_7AE4_46D7_8402_F1D0696F4CA3.Rollback.SetProperty"
After="_52E72213_B95B_4257_B8BA_7FCA396A0E75.Commit"><![CDATA[$com_5E376555_
EDB1_480E_ADE2_D76BEBB1D685>2]]></Custom>
      <Custom Action="_FA3102A8_7AE4_46D7_8402_F1D0696F4CA3.Rollback"
After="_FA3102A8_7AE4_46D7_8402_F1D0696F4CA3.Rollback.SetProperty"><![CDATA[
$com_5E376555_EDB1_480E_ADE2_D76BEBB1D685>2]]></Custom>
      <Custom
Action="_544BC28F_1CA0_46D7_A2CC_35469072437D.Uninstall.SetProperty"
After="MsiUnpublishAssemblies"><![CDATA[$com_478EA8BB_794D_4C5B_A1BB_B4F52EC
88F81=2]]></Custom>
      <Custom Action="_544BC28F_1CA0_46D7_A2CC_35469072437D.Uninstall"
After="_544BC28F_1CA0_46D7_A2CC_35469072437D.Uninstall.SetProperty"><![CDATA
[$com_478EA8BB_794D_4C5B_A1BB_B4F52EC88F81=2]]></Custom>
      <Custom
Action="_F27D06D7_2DDB_4621_B5BD_F02F150333FE.Uninstall.SetProperty"
After="_544BC28F_1CA0_46D7_A2CC_35469072437D.Uninstall"><![CDATA[$com_5E3765
55_EDB1_480E_ADE2_D76BEBB1D685=2]]></Custom>
      <Custom Action="_F27D06D7_2DDB_4621_B5BD_F02F150333FE.Uninstall"
After="_F27D06D7_2DDB_4621_B5BD_F02F150333FE.Uninstall.SetProperty"><![CDATA
[$com_5E376555_EDB1_480E_ADE2_D76BEBB1D685=2]]></Custom>
    </InstallExecuteSequence>
    <UI>
      <Error Id="1001"><![CDATA[Error [1]. [2]]]></Error>
    </UI>
    <UIRef Id="WelcomeDlg" />
    <UIRef Id="FinishedDlg" />
    <UIRef Id="FolderDlg" />
    <UIRef Id="ConfirmDlg" />
    <UIRef Id="ProgressDlg" />
    <UI Id="Base">
      <Property Id="VSDNETURLMSG" Value="L'installazione richiede .NET
Framework versione [1].  Installare .NET Framework ed eseguire nuovamente
l'installazione. È possibile ottenere .NET Framework dal Web. Eseguire il
download ora?" />
      <Property Id="VSDIISMSG" Value="Il programma di installazione richiede
Internet Information Server 5.1 o versione successiva e Windows XP o
versione successiva, mentre non può essere eseguito su Windows 2000.
Installare Internet Information Server o un sistema operativo più recente ed
eseguire di nuovo il programma di installazione." />
      <Property Id="VSDUIANDADVERTISED" Value="Questa applicazione
annunciata non verrà installata perché potrebbe essere non affidabile.
Rivolgersi all'amministratore di sistema per modificare l'opzione di
installazione del package in quella di base." />
      <Property Id="VSDNETMSG" Value="Il programma di installazione richiede
.NET Framework versione [1]. Installare .NET Framework ed eseguire di nuovo
il programma di installazione." />
      <Property Id="VSDINVALIDURLMSG" Value="Il percorso specificato "
[2] " non è disponibile. Internet Information Server potrebbe non
essere in esecuzione oppure è possibile che il percorso esista e venga
reindirizzato su un altro computer. Verificare lo stato di questa directory
virtuale in Gestione servizi Internet." />
      <Property Id="VSDVERSIONMSG" Value="Impossibile eseguire
l'installazione. La versione più recente del prodotto è già installata." />
    </UI>
    <CustomAction Id="ERRCA_UIANDADVERTISED" Error="[VSDUIANDADVERTISED]" />
    <UI Id="BasicDialogs">
      <Binary Id="NewFldrBtn" SourceFile="Resources\WiXNewFolderBtn.ico" />
      <Binary Id="UpFldrBtn" SourceFile="Resources\WiXUpFolderBtn.ico" />
      <Property Id="ErrorDialog" Value="ErrorDialog" />
      <Property Id="SFF_UpFldrBtn" Value="UpFldrBtn" />
      <Property Id="SFF_NewFldrBtn" Value="NewFldrBtn" />
      <TextStyle Id="VSI_MS_Sans_Serif13.0_0_0" FaceName="MS Sans Serif"
Size="9" Red="0" Green="0" Blue="0" />
      <TextStyle Id="VSI_MS_Sans_Serif16.0_1_0" FaceName="MS Sans Serif"
Size="12" Red="0" Green="0" Blue="0" Bold="yes" />
      <TextStyle Id="VSI_MS_Shell_Dlg13.0_0_0" FaceName="MS Shell Dlg"
Size="9" Red="0" Green="0" Blue="0" />
      <Dialog Id="Cancel" X="50" Y="50" Width="271" Height="78"
Title="[ProductName]" NoMinimize="yes">
        <Control Id="NoButton" Type="PushButton" X="198" Y="48" Width="65"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&No" TabSkip="no"
Default="yes" Cancel="yes">
          <Publish Event="EndDialog" Value="Return" />
        </Control>
        <Control Id="YesButton" Type="PushButton" X="126" Y="48" Width="65"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Sì" TabSkip="no">
          <Publish Event="EndDialog" Value="Exit" />
        </Control>
        <Control Id="BodyText" Type="Text" X="6" Y="9" Width="258"
Height="24" Text="{\VSI_MS_Sans_Serif13.0_0_0}Installazione non ancora
completata. Uscire dal programma?" TabSkip="yes" NoPrefix="yes" />
      </Dialog>
      <Dialog Id="ConfirmRemoveDialog" X="50" Y="50" Width="271" Height="78"
Title="Rimuovi [ProductName]" NoMinimize="yes">
        <Control Id="NoButton" Type="PushButton" X="198" Y="48" Width="65"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&No" TabSkip="no"
Default="yes" Cancel="yes">
          <Publish Property="WelcomeForm_ConfirmRemove" Value="No" />
          <Publish Event="EndDialog" Value="Return" />
        </Control>
        <Control Id="YesButton" Type="PushButton" X="126" Y="48" Width="65"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Sì" TabSkip="no">
          <Publish Property="WelcomeForm_ConfirmRemove" Value="Yes" />
          <Publish Event="EndDialog" Value="Return" />
        </Control>
        <Control Id="BodyText" Type="Text" X="6" Y="9" Width="258"
Height="24" Text="{\VSI_MS_Sans_Serif13.0_0_0}Rimuovere [ProductName] dal
sistema?" TabSkip="yes" NoPrefix="yes" />
      </Dialog>
      <Dialog Id="DiskCost" X="50" Y="50" Width="361" Height="192"
Title="[ProductName] - Spazio su disco" NoMinimize="yes"
TrackDiskSpace="yes">
        <Control Id="OKButton" Type="PushButton" X="288" Y="165" Width="66"
Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}OK" TabSkip="no" Default="yes"
Cancel="yes">
          <Publish Event="EndDialog" Value="Return" />
        </Control>
        <Control Id="VolumeCostList1" Type="VolumeCostList" X="6" Y="39"
Width="348" Height="114"
Text="{\VSI_MS_Sans_Serif13.0_0_0}{116}{80}{80}{80}{80}" TabSkip="no"
Sunken="yes" Removable="yes" Fixed="yes" Remote="yes" />
        <Control Id="AvailableBodyText" Type="Text" X="6" Y="9" Width="348"
Height="24" Text="{\VSI_MS_Sans_Serif13.0_0_0}L'elenco seguente contiene le
unità in cui è possibile installare [ProductName], con le relative
indicazioni di spazio libero e richiesto." TabSkip="yes" NoPrefix="yes">
          <Condition Action="show"><![CDATA[OutOfDiskSpace<>1]]></Condition>
          <Condition Action="hide"><![CDATA[OutOfDiskSpace=1]]></Condition>
        </Control>
        <Control Id="RequiredBodyText" Type="Text" X="6" Y="9" Width="348"
Height="24" Text="{\VSI_MS_Sans_Serif13.0_0_0}Lo spazio richiesto è
superiore a quello disponibile. Le unità evidenziate non dispongono di
spazio libero sufficiente." TabSkip="yes" NoPrefix="yes">
          <Condition Action="show"><![CDATA[OutOfDiskSpace=1]]></Condition>
          <Condition Action="hide"><![CDATA[OutOfDiskSpace<>1]]></Condition>
        </Control>
      </Dialog>
      <Dialog Id="FilesInUse" X="50" Y="50" Width="361" Height="177"
Title="[ProductName] - File in uso" NoMinimize="yes">
        <Control Id="RetryButton" Type="PushButton" X="99" Y="150"
Width="81" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Riprova"
TabSkip="no" Default="yes">
          <Publish Event="EndDialog" Value="Retry" />
        </Control>
        <Control Id="ContinueButton" Type="PushButton" X="186" Y="150"
Width="81" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Continua"
TabSkip="no">
          <Publish Event="EndDialog" Value="Ignore" />
        </Control>
        <Control Id="ExitButton" Type="PushButton" X="273" Y="150"
Width="81" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Esci
dall'installazione" TabSkip="no" Cancel="yes">
          <Publish Event="EndDialog" Value="Exit" />
        </Control>
        <Control Id="ListFilesInUse" Type="ListBox" X="6" Y="51" Width="348"
Height="90" Property="FileInUseProcess"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiFilesInUse" TabSkip="no" Sunken="yes"
Sorted="yes" />
        <Control Id="InstallBodyText" Type="Text" X="6" Y="9" Width="345"
Height="36" Text="{\VSI_MS_Sans_Serif13.0_0_0}Le applicazioni seguenti
utilizzano file che verranno aggiornati durante l'installazione. Chiudere le
applicazioni e scegliere Riprova oppure scegliere Continua per proseguire
l'installazione e sostituire i file al riavvio del sistema." TabSkip="yes"
NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE=""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE<>""]]></Condition>
        </Control>
        <Control Id="RemoveBodyText" Type="Text" X="6" Y="9" Width="345"
Height="36" Text="{\VSI_MS_Sans_Serif13.0_0_0}Le applicazioni seguenti
utilizzano file che verranno rimossi durante l'installazione. Chiudere le
applicazioni e scegliere Riprova oppure scegliere Continua per proseguire
l'installazione e sostituire i file al riavvio del sistema." TabSkip="yes"
NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE<>""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE=""]]></Condition>
        </Control>
      </Dialog>
      <Dialog Id="SelectFolderDialog" X="50" Y="50" Width="313" Height="223"
Title="Sfoglia per cartelle" NoMinimize="yes">
        <Control Id="OKButton" Type="PushButton" X="168" Y="198" Width="66"
Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}OK" TabSkip="no"
Default="yes">
          <Publish Event="SetTargetPath"
Value="[SelectFolderDialog_Property]">1</Publish>
          <Publish Event="EndDialog" Value="Return">1</Publish>
        </Control>
        <Control Id="CancelButton" Type="PushButton" X="240" Y="198"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}Annulla"
TabSkip="no" Cancel="yes">
          <Publish Event="Reset" Value="{}">1</Publish>
          <Publish Event="EndDialog" Value="Return">1</Publish>
        </Control>
        <Control Id="BrowseText" Type="Text" X="6" Y="9" Width="60"
Height="12" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Sfoglia:" TabSkip="no" />
        <Control Id="FolderCombo" Type="DirectoryCombo" X="66" Y="6"
Width="198" Height="120" Property="SelectFolderDialog_Property"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiDirectoryCombo" TabSkip="no"
Indirect="yes" Removable="yes" Fixed="yes" Remote="yes" RAMDisk="yes"
Floppy="yes" />
        <Control Id="FolderUpButton" Type="PushButton" X="270" Y="6"
Width="18" Height="18" Text="[SFF_UpFldrBtn]" TabSkip="no" IconSize="16"
FixedSize="yes" Icon="yes">
          <Publish Event="DirectoryListUp" Value="{}">1</Publish>
        </Control>
        <Control Id="NewFolderButton" Type="PushButton" X="288" Y="6"
Width="18" Height="18" Text="[SFF_NewFldrBtn]" TabSkip="no" IconSize="16"
FixedSize="yes" Icon="yes">
          <Publish Event="DirectoryListNew" Value="{}">1</Publish>
        </Control>
        <Control Id="FolderList" Type="DirectoryList" X="6" Y="30"
Width="300" Height="129" Property="SelectFolderDialog_Property"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiDirectoryList" TabSkip="no"
Sunken="yes" Indirect="yes" />
        <Control Id="FolderText" Type="Text" X="6" Y="171" Width="60"
Height="12" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Cartella:" TabSkip="no"
/>
        <Control Id="FolderPathEdit" Type="PathEdit" X="66" Y="168"
Width="240" Height="18" Property="SelectFolderDialog_Property"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiPathEdit" TabSkip="no" Sunken="yes"
Indirect="yes" />
      </Dialog>
      <Dialog Id="ErrorDialog" X="50" Y="50" Width="330" Height="101"
Title="[ProductName]" ErrorDialog="yes">
        <Control Id="ErrorText" Type="Text" X="6" Y="9" Width="318"
Height="48" Text="{\VSI_MS_Sans_Serif13.0_0_0}" TabSkip="no" Disabled="yes"
NoPrefix="yes" />
        <Control Id="Y" Type="PushButton" X="240" Y="72" Width="81"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Sì" TabSkip="yes">
          <Publish Event="EndDialog" Value="ErrorYes" />
        </Control>
        <Control Id="A" Type="PushButton" X="0" Y="72" Width="81"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Esci dall'installazione"
TabSkip="yes">
          <Publish Event="EndDialog" Value="ErrorAbort" />
        </Control>
        <Control Id="C" Type="PushButton" X="42" Y="72" Width="81"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}Annulla" TabSkip="yes">
          <Publish Event="EndDialog" Value="ErrorCancel" />
        </Control>
        <Control Id="I" Type="PushButton" X="81" Y="72" Width="81"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Continua" TabSkip="yes">
          <Publish Event="EndDialog" Value="ErrorIgnore" />
        </Control>
        <Control Id="N" Type="PushButton" X="120" Y="72" Width="81"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&No" TabSkip="yes">
          <Publish Event="EndDialog" Value="ErrorNo" />
        </Control>
        <Control Id="O" Type="PushButton" X="159" Y="72" Width="81"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}OK" TabSkip="yes">
          <Publish Event="EndDialog" Value="ErrorOk" />
        </Control>
        <Control Id="R" Type="PushButton" X="198" Y="72" Width="81"
Height="21" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Riprova" TabSkip="yes">
          <Publish Event="EndDialog" Value="ErrorRetry" />
        </Control>
      </Dialog>
    </UI>
    <UI Id="UserInterface">
      <Binary Id="DefBannerBitmap"
SourceFile="Resources\WiXDefBannerBitmap.bmp" />
      <Property Id="DefaultUIFont"
Value="VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400" />
      <TextStyle Id="VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400"
FaceName="MS Sans Serif" Size="9" Red="0" Green="0" Blue="0" />
      <UIText Id="MenuLocal"><![CDATA[Installazione su disco rigido
locale]]></UIText>
      <UIText Id="SelParentCostNegNeg"><![CDATA[La funzionalità specificata
consente di liberare [1] sul disco rigido. Funzionalità secondarie
selezionate: [2] su [3]. Le funzionalità secondarie consentono di liberare
[4] sul disco rigido.]]></UIText>
      <UIText Id="SelNetworkNetwork"><![CDATA[La funzionalità specificata
rimarrà impostata per l'avvio dalla rete]]></UIText>
      <UIText Id="SelNetworkLocal"><![CDATA[La funzionalità specificata,
correntemente impostata per l'avvio dalla rete, verrà installata sul disco
rigido locale]]></UIText>
      <UIText Id="SelNetworkAdvertise"><![CDATA[La funzionalità specificata,
correntemente impostata per l'avvio dalla rete, verrà impostata per essere
installata quando richiesto]]></UIText>
      <UIText Id="SelNetworkAbsent"><![CDATA[La funzionalità specificata
verrà completamente rimossa e non potrà più essere avviata dalla
rete]]></UIText>
      <UIText Id="SelAbsentAbsent"><![CDATA[La funzionalità specificata non
verrà installata]]></UIText>
      <UIText Id="ScriptInProgress"><![CDATA[Raccolta delle informazioni
necessarie in corso...]]></UIText>
      <UIText Id="MenuCD"><![CDATA[Installazione per avvio da CD]]></UIText>
      <UIText Id="SelChildCostNeg"><![CDATA[La funzionalità specificata
consente di liberare [1] sul disco rigido.]]></UIText>
      <UIText Id="SelCDLocal"><![CDATA[La funzionalità specificata,
correntemente impostata per l'avvio da CD, verrà installata sul disco rigido
locale]]></UIText>
      <UIText Id="MenuAbsent"><![CDATA[La funzionalità completa non sarà
disponibile]]></UIText>
      <UIText Id="SelCDAdvertise"><![CDATA[La funzionalità specificata,
correntemente impostata per l'avvio da CD, verrà impostata per essere
installata quando richiesto]]></UIText>
      <UIText Id="MenuAllNetwork"><![CDATA[La funzionalità completa verrà
installata in modo da consentirne l'avvio dalla rete]]></UIText>
      <UIText Id="SelLocalNetwork"><![CDATA[La funzionalità specificata
verrà rimossa dal disco rigido locale, ma sarà disponibile per l'avvio dalla
rete]]></UIText>
      <UIText Id="SelAdvertiseNetwork"><![CDATA[La funzionalità specificata
sarà disponibile per l'avvio dalla rete]]></UIText>
      <UIText Id="MenuAllLocal"><![CDATA[La funzionalità completa verrà
installata sul disco rigido locale]]></UIText>
      <UIText Id="SelAdvertiseLocal"><![CDATA[La funzionalità specificata
verrà installata sul disco rigido locale]]></UIText>
      <UIText Id="MenuAllCD"><![CDATA[La funzionalità completa verrà
installata in modo da consentirne l'avvio da CD]]></UIText>
      <UIText Id="SelCDAbsent"><![CDATA[La funzionalità specificata verrà
completamente rimossa e non potrà più essere avviata da CD]]></UIText>
      <UIText Id="MenuAdvertise"><![CDATA[La funzionalità verrà installata
quando richiesto]]></UIText>
      <UIText Id="SelAdvertiseCD"><![CDATA[La funzionalità specificata sarà
disponibile per l'avvio da CD]]></UIText>
      <UIText Id="bytes"><![CDATA[byte]]></UIText>
      <UIText Id="SelAdvertiseAdvertise"><![CDATA[Verrà installata quando
richiesto]]></UIText>
      <UIText Id="AbsentPath" />
      <UIText Id="MB"><![CDATA[MB]]></UIText>
      <UIText Id="SelAdvertiseAbsent"><![CDATA[La funzionalità specificata
non sarà disponibile]]></UIText>
      <UIText Id="KB"><![CDATA[KB]]></UIText>
      <UIText Id="GB"><![CDATA[GB]]></UIText>
      <UIText Id="SelAbsentNetwork"><![CDATA[La funzionalità specificata
verrà installata in modo da consentirne l'avvio dalla rete]]></UIText>
      <UIText Id="SelAbsentCD"><![CDATA[La funzionalità specificata verrà
installata in modo da consentirne l'avvio da CD]]></UIText>
      <UIText Id="SelAbsentAdvertise"><![CDATA[La funzionalità specificata
verrà impostata per essere installata quando richiesto]]></UIText>
      <UIText Id="SelAbsentLocal"><![CDATA[La funzionalità specificata verrà
installata sul disco rigido locale]]></UIText>
      <UIText Id="SelCDCD"><![CDATA[La funzionalità specificata rimarrà
impostata per l'avvio da CD]]></UIText>
      <UIText Id="NewFolder"><![CDATA[Cartella|Nuova cartella]]></UIText>
      <UIText Id="MenuNetwork"><![CDATA[Installazione per avvio dalla
rete]]></UIText>
      <UIText Id="SelLocalCD"><![CDATA[La funzionalità specificata verrà
rimossa dal disco rigido locale, ma sarà disponibile per l'avvio da
CD]]></UIText>
      <UIText Id="SelLocalAbsent"><![CDATA[La funzionalità specificata verrà
rimossa completamente]]></UIText>
      <UIText Id="SelCostPending"><![CDATA[Calcolo dello spazio necessario
per la funzionalità specificata in corso...]]></UIText>
      <UIText Id="SelLocalLocal"><![CDATA[La funzionalità specificata
rimarrà sul disco rigido locale]]></UIText>
      <UIText Id="SelChildCostPos"><![CDATA[La funzionalità specificata
richiede [1] sul disco rigido.]]></UIText>
      <UIText Id="SelLocalAdvertise"><![CDATA[La funzionalità specificata
verrà rimossa dal disco rigido locale, ma verrà impostata per essere
installata quando richiesto]]></UIText>
      <UIText Id="SelParentCostNegPos"><![CDATA[La funzionalità specificata
consente di liberare [1] sul disco rigido. Funzionalità secondarie
selezionate: [2] su [3]. Le funzionalità secondarie richiedono [4] sul disco
rigido.]]></UIText>
      <UIText Id="SelParentCostPosNeg"><![CDATA[La funzionalità specificata
richiede [1] sul disco rigido. Funzionalità secondarie selezionate: [2] su
[3]. Le funzionalità secondarie consentono di liberare [4] sul disco
rigido.]]></UIText>
      <UIText Id="SelParentCostPosPos"><![CDATA[La funzionalità specificata
richiede [1] sul disco rigido. Funzionalità secondarie selezionate: [2] su
[3]. Le funzionalità secondarie richiedono [4] sul disco rigido.]]></UIText>
      <UIText Id="TimeRemaining"><![CDATA[Tempo rimanente: {[1] minuti }{[2]
secondi}]]></UIText>
      <UIText Id="VolumeCostAvailable"><![CDATA[Disponibile]]></UIText>
      <UIText Id="VolumeCostDifference"><![CDATA[Differenza]]></UIText>
      <UIText Id="VolumeCostRequired"><![CDATA[Richiesto]]></UIText>
      <UIText Id="VolumeCostSize"><![CDATA[Spazio su disco]]></UIText>
      <UIText Id="VolumeCostVolume"><![CDATA[Volume]]></UIText>
    </UI>
    <UI Id="FinishedDlg">
      <Property Id="MaintenanceForm_Action" Value="Repair" />
      <RadioButtonGroup Property="MaintenanceForm_Action">
        <RadioButton Height="17"
Text="{\VSI_MS_Sans_Serif13.0_0_0}&Ripristina [ProductName]"
Value="Repair" Width="348" X="0" Y="0" />
        <RadioButton Height="17"
Text="{\VSI_MS_Sans_Serif13.0_0_0}Ri&muovi [ProductName]" Value="Remove"
Width="348" X="0" Y="18" />
      </RadioButtonGroup>
      <Dialog Id="UserExitForm" X="50" Y="50" Width="373" Height="287"
Title="[ProductName]">
        <Control Id="CloseButton" Type="PushButton" X="300" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Chiudi"
TabSkip="no" Default="yes" Cancel="yes">
          <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish>
        </Control>
        <Control Id="CancelButton" Type="PushButton" X="156" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}Annulla"
TabSkip="no" Disabled="yes" />
        <Control Id="PreviousButton" Type="PushButton" X="228" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}< &Indietro"
TabSkip="no" Disabled="yes" />
        <Control Id="BannerBmp" Type="Bitmap" X="0" Y="0" Width="375"
Height="52" Text="DefBannerBitmap" TabSkip="no" Disabled="yes" />
        <Control Id="Line1" Type="Line" X="0" Y="52" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="Line2" Type="Line" X="0" Y="252" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="BannerText" Type="Text" X="9" Y="9" Width="306"
Height="33" Text="{\VSI_MS_Sans_Serif16.0_1_0}Installazione interrotta"
TabSkip="yes" Transparent="yes" NoPrefix="yes" />
        <Control Id="BodyTextRemove" Type="Text" X="9" Y="63" Width="354"
Height="180" Text="{\VSI_MS_Sans_Serif13.0_0_0}Programma di installazione
interrotto prima della rimozione di [ProductName]. Avviare di nuovo il
programma di installazione per riprovare.&#xD;&#xA;&#xD;&#xA;Scegliere
Chiudi per uscire." TabSkip="yes" NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE<>""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE=""]]></Condition>
        </Control>
        <Control Id="BodyTextInstall" Type="Text" X="18" Y="63" Width="342"
Height="24" Text="{\VSI_MS_Sans_Serif13.0_0_0}Programma di installazione
interrotto prima dell'installazione di [ProductName]. Avviare di nuovo il
programma di installazione per riprovare." TabSkip="yes" NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE=""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE<>""]]></Condition>
        </Control>
      </Dialog>
      <Dialog Id="FatalErrorForm" X="50" Y="50" Width="373" Height="287"
Title="[ProductName]">
        <Control Id="CloseButton" Type="PushButton" X="300" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Chiudi"
TabSkip="no" Default="yes" Cancel="yes">
          <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish>
        </Control>
        <Control Id="CancelButton" Type="PushButton" X="156" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}Annulla"
TabSkip="no" Disabled="yes" />
        <Control Id="PreviousButton" Type="PushButton" X="228" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}< &Indietro"
TabSkip="no" Disabled="yes" />
        <Control Id="BannerBmp" Type="Bitmap" X="0" Y="0" Width="375"
Height="52" Text="DefBannerBitmap" TabSkip="no" Disabled="yes" />
        <Control Id="Line1" Type="Line" X="0" Y="52" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="Line2" Type="Line" X="0" Y="252" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="BannerText" Type="Text" X="9" Y="9" Width="306"
Height="33" Text="{\VSI_MS_Sans_Serif16.0_1_0}Installazione non completata"
TabSkip="yes" Transparent="yes" NoPrefix="yes" />
        <Control Id="BodyTextRemove" Type="Text" X="9" Y="63" Width="354"
Height="180" Text="{\VSI_MS_Sans_Serif13.0_0_0}Programma di installazione
interrotto prima dell'installazione di [ProductName]. Avviare di nuovo il
programma di installazione per riprovare.&#xD;&#xA;&#xD;&#xA;Scegliere
Chiudi per uscire." TabSkip="yes" NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE=""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE<>""]]></Condition>
        </Control>
        <Control Id="BodyTextInstall" Type="Text" X="9" Y="63" Width="354"
Height="180" Text="{\VSI_MS_Sans_Serif13.0_0_0}Programma di installazione
interrotto prima della rimozione di [ProductName]. Avviare di nuovo il
programma di installazione per riprovare.&#xD;&#xA;&#xD;&#xA;Scegliere
Chiudi per uscire." TabSkip="yes" NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE<>""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE=""]]></Condition>
        </Control>
      </Dialog>
      <Dialog Id="MaintenanceForm" X="50" Y="50" Width="373" Height="287"
Title="[ProductName]">
        <Control Id="FinishButton" Type="PushButton" X="300" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Fine"
TabSkip="no" Default="yes">
          <Publish Property="REINSTALL"
Value="ALL"><![CDATA[MaintenanceForm_Action="Repair"]]></Publish>
          <Publish Event="Reinstall"
Value="ALL"><![CDATA[MaintenanceForm_Action="Repair"]]></Publish>
          <Publish Property="REMOVE"
Value="ALL"><![CDATA[MaintenanceForm_Action="Remove"]]></Publish>
          <Publish Event="Remove"
Value="ALL"><![CDATA[MaintenanceForm_Action="Remove"]]></Publish>
          <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish>
        </Control>
        <Control Id="RepairRadioGroup" Type="RadioButtonGroup" X="18"
Y="108" Width="348" Height="48" Property="MaintenanceForm_Action"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiRadioButtonGroup" TabSkip="no" />
        <Control Id="CancelButton" Type="PushButton" X="156" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}Annulla"
TabSkip="no" Cancel="yes">
          <Publish Event="SpawnDialog" Value="Cancel" />
        </Control>
        <Control Id="PreviousButton" Type="PushButton" X="228" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}< &Indietro"
TabSkip="no" Disabled="yes" />
        <Control Id="BannerBmp" Type="Bitmap" X="0" Y="0" Width="375"
Height="52" Text="DefBannerBitmap" TabSkip="no" Disabled="yes" />
        <Control Id="Line1" Type="Line" X="0" Y="52" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="Line2" Type="Line" X="0" Y="252" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="BannerText" Type="Text" X="9" Y="9" Width="306"
Height="33" Text="{\VSI_MS_Sans_Serif16.0_1_0}Installazione guidata di
[ProductName]" TabSkip="yes" Transparent="yes" NoPrefix="yes" />
        <Control Id="BodyText" Type="Text" X="9" Y="63" Width="354"
Height="42" Text="{\VSI_MS_Sans_Serif13.0_0_0}Scegliere una delle opzioni
seguenti per ripristinare o rimuovere [ProductName]." TabSkip="yes"
NoPrefix="yes" />
      </Dialog>
      <Dialog Id="ResumeForm" X="50" Y="50" Width="373" Height="287"
Title="[ProductName]">
        <Control Id="FinishButton" Type="PushButton" X="300" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Fine"
TabSkip="no" Default="yes">
          <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish>
        </Control>
        <Control Id="CancelButton" Type="PushButton" X="156" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}Annulla"
TabSkip="no" Cancel="yes">
          <Publish Event="SpawnDialog" Value="Cancel" />
        </Control>
        <Control Id="PreviousButton" Type="PushButton" X="228" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}< &Indietro"
TabSkip="no" Disabled="yes" />
        <Control Id="BannerBmp" Type="Bitmap" X="0" Y="0" Width="375"
Height="52" Text="DefBannerBitmap" TabSkip="no" Disabled="yes" />
        <Control Id="Line1" Type="Line" X="0" Y="52" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="Line2" Type="Line" X="0" Y="252" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="BannerText" Type="Text" X="9" Y="9" Width="306"
Height="33" Text="{\VSI_MS_Sans_Serif16.0_1_0}Installazione guidata di
[ProductName]" TabSkip="yes" Transparent="yes" NoPrefix="yes" />
        <Control Id="BodyText" Type="Text" X="9" Y="63" Width="354"
Height="180" Text="{\VSI_MS_Sans_Serif13.0_0_0}Il programma riprenderà
l'installazione di [ProductName] nel computer in
uso.&#xD;&#xA;&#xD;&#xA;Scegliere Fine per continuare." TabSkip="yes"
NoPrefix="yes" />
      </Dialog>
      <Dialog Id="FinishedForm" X="50" Y="50" Width="373" Height="287"
Title="[ProductName]">
        <Control Id="CloseButton" Type="PushButton" X="300" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Chiudi"
TabSkip="no" Default="yes" Cancel="yes">
          <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish>
        </Control>
        <Control Id="CancelButton" Type="PushButton" X="156" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}Annulla"
TabSkip="no" Disabled="yes" />
        <Control Id="PreviousButton" Type="PushButton" X="228" Y="261"
Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}< &Indietro"
TabSkip="no" Disabled="yes" />
        <Control Id="BannerBmp" Type="Bitmap" X="0" Y="0" Width="375"
Height="52" Text="DefBannerBitmap" TabSkip="no" Disabled="yes" />
        <Control Id="Line1" Type="Line" X="0" Y="52" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="Line2" Type="Line" X="0" Y="252" Width="375" Height="6"
Text="{\VSI_MS_Sans_Serif13.0_0_0}MsiHorizontalLine" TabSkip="yes"
Disabled="yes" />
        <Control Id="BannerText" Type="Text" X="9" Y="9" Width="306"
Height="33" Text="{\VSI_MS_Sans_Serif16.0_1_0}Installazione completata"
TabSkip="yes" Transparent="yes" NoPrefix="yes" />
        <Control Id="BodyTextRemove" Type="Text" X="9" Y="63" Width="354"
Height="138" Text="{\VSI_MS_Sans_Serif13.0_0_0}Rimozione di [ProductName]
completata.&#xD;&#xA;&#xD;&#xA;Scegliere Chiudi per uscire." TabSkip="yes"
NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE<>""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE=""]]></Condition>
        </Control>
        <Control Id="UpdateText" Type="Text" X="9" Y="216" Width="354"
Height="36" Text="{\VSI_MS_Sans_Serif13.0_0_0}Utilizzare Windows Update per
verificare l'esistenza di aggiornamenti critici per .NET Framework."
TabSkip="yes" NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE=""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE<>""]]></Condition>
        </Control>
        <Control Id="BodyText" Type="Text" X="9" Y="63" Width="354"
Height="138" Text="{\VSI_MS_Sans_Serif13.0_0_0}[ProductName] è stato
installato.&#xD;&#xA;&#xD;&#xA;Scegliere Chiudi per uscire." TabSkip="yes"
NoPrefix="yes">
          <Condition Action="show"><![CDATA[REMOVE=""]]></Condition>
          <Condition Action="hide"><![CDATA[REMOVE<>""]]></Condition>
        </Control>
      </Dialog>
    </UI>
  </Product>
  <Fragment>
    <Directory Id="TARGETDIR" Name="SourceDir">
      <Component Id="comp_3889F928_416C_4439_9BC3_BDE51FA95C7E"
Guid="0684ACF9-3A59-4781-8A6E-B572F56D2FC3" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_5107628C_DF13_4860_90D3_1822389FE4E9" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Common_WPF.dll" Source="..\_Release\x86CommonWPF\Common_WPF.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_12C36042_8F0E_4E1F_8349_82E6E6155D03"
Guid="144CE43E-DC3B-4B23-B65F-8244956816CF" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_AE07C0F2_3F2C_4E08_B2B7_E1ED6E359926" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="CP_Form_WPF.dll"
Source="..\_Release\x86PreventivatoreWPF\CP_Form_WPF.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_F9292389_D3D4_4BAE_8965_8239F2F57522"
Guid="314720A0-B357-4AF2-BEB6-AC59A03D8F77" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_037D3798_7989_4C08_BBF9_3DFFA7D58DC3" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="CP_Lib.dll" Source="..\_Release\x86GlobalLib\CP_Lib.dll" KeyPath="yes"
/>
      </Component>
      <Component Id="comp_AC805B8F_429F_4D91_A388_81860464FC67"
Guid="B4139667-2915-4C9D-90C9-762314C0A758" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_C5C21E15_B2D7_47E7_BE6B_81EAD8CA4606" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="CP_Win_WPF.dll" Source="..\_Release\x86GlobalWin_WPF\CP_Win_WPF.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_46AFE7E6_1D87_40D3_B906_A6F5F5FD8D7E"
Guid="A29F72BB-51FB-4658-B07E-BEEF120DB730" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_664F090B_097D_4A6D_B69E_ED61FF0CC287" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="GalaSoft.MvvmLight.dll"
Source="..\packages\MvvmLightLibs.5.3.0.0\lib\net40\GalaSoft.MvvmLight.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_6EC58414_E0D4_4827_84A6_F3B939D5ACB2"
Guid="682A2F35-819D-4F3A-87BA-2CB6F91D0143" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_C8B90D4F_F929_4F72_9C5C_484B551DD1EA" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="GalaSoft.MvvmLight.Extras.dll"
Source="..\packages\MvvmLightLibs.5.3.0.0\lib\net40\GalaSoft.MvvmLight.Extra
s.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_54FB43C1_8715_4B77_94C2_654AACA54CAD"
Guid="B4956AC4-0D8E-4F9D-9229-B724F154099E" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_EDEB4F3F_17A5_4A17_8A75_C85E5B5CC2DA" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.CA.Businness.dll" Source="..\LS.CA.Businness\bin\CLIENT
[VersioneOffuscata]\LS.CA.Businness.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_77C06F22_5B35_4710_8FB5_61F4B44EA642"
Guid="C3BB65DD-86B2-4FBA-9A7B-150958BC87D3" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_9B50A49F_1B57_4F0D_B937_97EFEA032872" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.CA.Common.dll" Source="..\LS.CA.Common\bin\CLIENT
[VersioneOffuscata]\LS.CA.Common.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_F610B80D_EF60_4C86_85B0_83B97D86618A"
Guid="DB4E9095-9839-461D-9291-96444EC01431" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_A247F326_DAFC_4CC3_BB4D_A47C328C708D" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Graph.Controls.dll"
Source="..\LS.Projects\LS.Graph\LS.Graph.Controls\bin\CLIENT
[VersioneOffuscata]\LS.Graph.Controls.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_FE2B34C4_B338_4902_8DB7_3EE940C7E7AB"
Guid="0F8919D1-CAB5-44EC-877D-B777F990FDAC" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_2F50DD6F_10E4_456D_A307_9888D5EEF0B9" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.Practices.ServiceLocation.dll"
Source="..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45
+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_3D1DC099_DA19_435A_96E4_ADDF3DDEAD97"
Guid="CEA95894-4A96-4A5B-93CE-E02DEF0FA4C0" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_112C540F_9EB4_498F_A540_2429E5248733" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="NeoSoft.Thread.Utility.dll"
Source="..\LS.Projects\Libs\Src\NeoSoft.Thread.Utility\bin\CLIENT
[VersioneOffuscata]\NeoSoft.Thread.Utility.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_EB278DE4_5D0B_410C_8B73_1926B10CF71B"
Guid="502828A6-7678-4F37-B929-35ACCA3CEABD" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_F5414851_FA28_4217_9714_BCB719B8FBA5" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="System.Windows.Interactivity.dll"
Source="..\packages\MvvmLightLibs.5.3.0.0\lib\net40\System.Windows.Interacti
vity.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_DC8B85C0_8707_4E18_A137_66992133A97E"
Guid="973C33B1-14E3-4B7B-AFDD-2353D8EF6646" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_C4051BA0_CD0B_4C33_BDBE_B0C278AFC109" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="XDMessaging.dll"
Source="..\packages\XDMessaging.4.0.9\lib\net40-Client\XDMessaging.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_D04187EE_6E9E_4E30_933C_EA0902A13DA7"
Guid="8EFD4E8C-9497-41C4-94B6-E74F66C81177" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_CF364890_5E2F_4A4E_BE75_03918312509C" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="XDMessaging.Transport.Amazon.dll"
Source="..\packages\XDMessaging.4.0.9\lib\net40-Client\XDMessaging.Transport
.Amazon.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_D1A1A862_C814_4111_92C5_0D3DBFD44FBD"
Guid="1D2AFB26-8B58-4EDA-9BA2-7DAD7A48D8B9" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_7E7A547E_638E_4B4A_ADE8_E6C511356240" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="XDMessaging.Transport.IOStream.dll"
Source="..\packages\XDMessaging.4.0.9\lib\net40-Client\XDMessaging.Transport
.IOStream.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_4F65705B_DE50_4366_8559_7EDA4F9D9F74"
Guid="1D9BC400-FB6B-400E-8815-7E2C80DF352D" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_A8B94670_3FBD_438A_A3A5_E77AB8F3C54B" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="XDMessaging.Transport.WindowsMessaging.dll"
Source="..\packages\XDMessaging.4.0.9\lib\net40-Client\XDMessaging.Transport
.WindowsMessaging.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_C50F8658_0FE6_4F69_AE68_9BE7A3CC7046"
Guid="1C16200B-6CBE-41E2-B7A2-DE082EB8C5C9" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_72499A28_C45D_464A_A440_A04F217ACDFD" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.VisualBasic.dll" Source="C:\Program Files (x86)\Reference
Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.VisualBasic.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_4F8B70CA_A339_4C51_967C_B87C642C3B04"
Guid="65ABDC8E-0D59-483B-8072-9AA10278A945" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_A3A6E25E_C50C_4672_A5EC_A18EE6A3D099" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Common_WPF.dll"
Source="..\_Release\x86PreventivatoreWPF\Common_WPF.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_8E6CAF9F_CA8C_448A_999C_7CD27726D7E6"
Guid="96D5E39D-0109-4304-8292-89896D75C62D" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_0377C1F2_5F87_42CD_95D5_58420A89B952" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="itextsharp.dll"
Source="..\_Release\x86PreventivatoreWPF\itextsharp.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_5BC93A65_C7E7_4B57_8230_DA41DFF413B8"
Guid="56487427-3675-4410-A21A-D1FCA73BC1FF" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_D4318C38_19CF_4274_B5DF_D251DCEC1059" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Smith.WPF.HtmlEditor.dll"
Source="..\_Release\x86PreventivatoreWPF\Smith.WPF.HtmlEditor.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_AA563A0B_9B5E_470E_A2D9_4B0F6DD38D68"
Guid="0181F5D7-BCCD-4159-B060-F18CE781E1E2" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_A483A89B_79E4_4458_B826_57992E1FF61A" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="System.Windows.Controls.Input.Toolkit.dll"
Source="..\_Release\x86PreventivatoreWPF\System.Windows.Controls.Input.Toolk
it.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_346BCB6B_8C81_43BC_BBA2_78CFCF4C60C0"
Guid="7720E1B6-F53E-4454-8012-4159E63B18C4" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_64F33002_A6F9_4C91_8DC0_112409517F5D" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="MimeKit.dll" Source="..\_Release\x86PreventivatoreWPF\MimeKit.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_0E4979D4_6BEF_429B_B87D_94CE8C2BBDAB"
Guid="3DE05707-9A56-4242-A988-DED045CF38E7" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_48E59DBE_0036_4DE3_A24A_302A88F5880A" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="MailKit.dll" Source="..\_Release\x86PreventivatoreWPF\MailKit.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_B473A2A1_4512_465C_BBC9_0CC57D4F3146"
Guid="B38A7CCE-3731-49DF-8553-FAE624DD1862" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_42C1EC2E_2875_4518_BD54_3A5E1908A87D" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="OpenPop.dll" Source="..\_Release\x86PreventivatoreWPF\OpenPop.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_89ABAB95_28D5_4B1F_A2AB_97B307DBAF9C"
Guid="8CD808E9-5CEF-407F-B3DB-8AC6B5C2F25A" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_943621B5_4857_445A_AB40_DB8C23288223" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.RD.Repository.dll"
Source="..\_Release\x86GlobalLib\LS.RD.Repository.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_0C9179EC_C53D_4033_A4B3_2796D2584507"
Guid="29DF27DB-C1BB-4FBE-A6B3-7DA779B9206D" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_5ECD8D3E_6D35_4FAF_AF22_2664E3DC170A" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.RD.Business.dll"
Source="..\_Release\x86GlobalLib\LS.RD.Business.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_972FEB4D_A084_492E_9322_B92A2BEEF077"
Guid="F684892C-D6B1-4633-9F8F-248F4C811A1B" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_FD3483DD_432C_4293_A940_188221974673" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Data.dll" Source="..\_Release\x86GlobalLib\LS.Data.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_4E117B24_5D05_41F0_8DBC_6CE0324A1CB3"
Guid="94FCAFC5-2604-4594-B321-40F2A9826A0D" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_046E8220_EF13_47E9_9992_972D0E9FD6AA" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Connection.Proxy.dll"
Source="..\_Release\x86GlobalLib\LS.Connection.Proxy.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_68B7EA4E_E0CD_4521_9C30_CC99CCD421BB"
Guid="62C8710A-7A54-4417-ADBA-20A32CF5D21E" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_C4DA352E_CEA6_48FA_B06A_7C6851F8B338" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Cloud.Client.Helper.dll"
Source="..\_Release\x86GlobalLib\LS.Cloud.Client.Helper.dll" KeyPath="yes"
/>
      </Component>
      <Component Id="comp_18CEA374_191A_4A2C_9141_CEDE412073D1"
Guid="1CC67A7E-BD22-4410-AAF1-51ACC53D10B9" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_AA20A30B_86E1_4EB1_ADED_4863CB3B5650" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Exporter.dll" Source="..\_Release\x86GlobalLib\LS.Exporter.dll"
KeyPath="yes" />
      </Component>
      <!--<Component Id="comp_4054E929_D27B_4366_9BCB_7FF17380E497"
Guid="D04E51F0-703C-4965-9687-BAD79677978F" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_B9CEF4C1_63BA_4E58_9DB0_F3E7932F445F" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Service_Management.exe"
Source="..\_Release\x86GlobalLib\Service_Management.exe" KeyPath="yes" />
      </Component>-->
      <Component Id="comp_2BE6B9E0_AE98_46A5_9D8A_B850830BE229"
Guid="2D9AC41A-C827-4358-85FE-F08B1DB7C76A" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_5BE71814_AC4A_4C43_90BA_DC443040E835" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Newtonsoft.Json.dll"
Source="..\_Release\x86GlobalLib\Newtonsoft.Json.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_287B4340_7D39_4680_A9A0_18F5EB4E361B"
Guid="1A0CD006-D1D2-4419-9F41-3B408007F969" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_7B2FBCFD_5F30_4580_900D_9EF422C0FCBA" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.RD.Common.dll" Source="..\_Release\x86GlobalLib\LS.RD.Common.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_7025337B_E350_428D_9AE1_D1747DB5E717"
Guid="7D1032C4-6B24-4994-AEE9-93371831A3B4" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_0C66756D_1C70_4B3C_8024_8C8E4A2626E2" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Connection.Data.dll"
Source="..\_Release\x86GlobalLib\LS.Connection.Data.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_2292F0EC_B24D_401D_B4FD_8DBE39805466"
Guid="B1224F74-91F8-4171-A4C3-4FDB7640FE59" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_44903C65_EF00_4D5B_B86B_4E2806213954" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="CryptoLib.dll" Source="..\_Release\x86GlobalLib\CryptoLib.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_D74C5C86_840B_40C5_BCEB_55098F219A62"
Guid="B1C16AEF-B414-4820-930B-0F5B469B1C62" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_008D8660_C1D0_4D3C_9CEA_9B7A07C9B985" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.SqlWmiManagement.dll"
Source="..\LS.CA.Businness\bin\CLIENT
[VersioneOffuscata]\Microsoft.SqlServer.SqlWmiManagement.dll" KeyPath="yes"
/>
      </Component>
      <Component Id="comp_A0DDB17C_C403_469F_BF06_0657CBCF3B52"
Guid="CDE94A7F-03BE-4894-9F30-A628BEF993DF" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_4EE00079_419D_48C9_8FCA_88A4280FD41F" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.Smo.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.Smo.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_50B5F2C0_F5A3_4B4C_9B4F_C35F1DB1A08F"
Guid="AE955357-B206-4201-A221-CD72ECB74ACC" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_7843B8F4_3CD7_42CF_9EAF_58FB1E332714" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.SqlEnum.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.SqlEnum.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_3514675C_B66B_4CBC_982B_81E31208C64A"
Guid="84F053AF-9881-467B-8866-1618C8CDA183" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_C204BCFE_AD9A_4E91_AE41_D66B887FE201" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="WPFToolkit.dll"
Source="..\_Release\x86PreventivatoreWPF\WPFToolkit.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_1E41ABD8_C11B_4F0A_BEA7_AC8531CE9388"
Guid="4DF1450B-2B6E-4A93-BE26-D0A36F0682D4" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_546C6266_D643_4029_809D_7B13C41FCB94" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="BouncyCastle.Crypto.dll"
Source="..\_Release\x86PreventivatoreWPF\BouncyCastle.Crypto.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_129449B7_7FE9_4022_8351_D8513FD731DE"
Guid="4971D438-5CDD-4C90-81FB-CC700A0E75AE" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_BC1988F5_1A95_4DFF_890F_611F05E63078" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="zxing.dll" Source="..\_Release\x86GlobalLib\zxing.dll" KeyPath="yes"
/>
      </Component>
      <Component Id="comp_7DA4618B_7B39_4AA3_B7A9_5D836ADE2EF6"
Guid="7E9A89A6-23F1-47F8-8470-A567C5ADFF2D" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_ED7B29DF_361D_4A91_B0B5_94DC9CAD6D61" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.RD.Data.dll" Source="..\_Release\x86GlobalLib\LS.RD.Data.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_E23A498C_08AC_4456_B75D_0FAFDAD938FE"
Guid="099CF4A4-4839-4B28-BC23-969A5E866E27" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_A0B7EC9D_1154_40A6_ABE2_BD2BD78094F1" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="PdfSharp.dll" Source="..\_Release\x86GlobalLib\PdfSharp.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_58F6D17D_4796_4B3C_B34B_0C79D1B53145"
Guid="4EDED841-D229-4F9F-9835-66602586905E" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_265C2759_B5C5_4B07_9D8B_F407DD714883" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.RD.Acquisition.dll"
Source="..\_Release\x86GlobalLib\LS.RD.Acquisition.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_F4A2B4EC_CB9C_4BD4_ADA0_109F29D1B3DC"
Guid="F0B54049-33ED-4D86-80D4-67A7C65A2FC1" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_44905630_0DB3_4D35_9B77_735B01AC28D9" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Lzma.dll" Source="..\_Release\x86GlobalLib\Lzma.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_E5F21BBB_33BD_48C7_BE5E_B22CBB2B1C64"
Guid="C119BF37-F065-4C08-80DB-8496A6368F34" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_8AEEE466_6BE9_4DE9_894A_7AEF59197287" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="protobuf-net-data.dll"
Source="..\_Release\x86GlobalLib\protobuf-net-data.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_69A47ACD_7602_4D3F_9924_B44403DD3018"
Guid="321BAB78-7D50-4C6E-AB48-712DFB36CA80" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_F1B3F4C4_B6F8_41EF_97DE_64CB56624F9A" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Cloud.Comunication.Operational.dll"
Source="..\_Release\x86GlobalLib\LS.Cloud.Comunication.Operational.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_B3E4BA97_0D86_43F2_A2EE_9C846DF7770F"
Guid="2ECB18D9-6638-4739-85E4-DC076380F858" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_AF469688_ACFD_48FD_9FA4_BF3B1AD07305" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Cloud.Core.Common.dll"
Source="..\_Release\x86GlobalLib\LS.Cloud.Core.Common.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_2CE77FD6_D276_4B25_BF0E_EC1A49650EBA"
Guid="4B3CA977-04F9-4563-ADE7-57A5CE04AEAB" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_B698FD59_139D_46DA_9599_74C905AA9D31" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Cloud.Comunication.Control.dll"
Source="..\_Release\x86GlobalLib\LS.Cloud.Comunication.Control.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_7B5CA533_9C84_414F_8EA9_381986C27580"
Guid="0B9570DC-E606-41FB-B59F-8FA39ED5F21E" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_83E6B681_1EAD_48DF_9373_6E60FFAC0B3D" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.ConnectionInfo.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.ConnectionInfo.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_43673A50_69A0_4305_BFB4_B95D935AB69A"
Guid="9DC02244-2CBE-43FF-9D46-3E41A608C2F8" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_615AE0FE_6C89_4D3A_BF90_89F45E6F380E" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.Management.Sdk.Sfc.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.Management.Sdk.Sfc.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_2B86215A_C6C2_4F76_9456_4C983E09D552"
Guid="C72E12BE-83CC-498B-A95C-EADE8FCC97EE" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_00A4E234_4D3F_4C01_B997_36A4D29B7EF9" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.WmiEnum.dll" Source="..\LS.CA.Businness\bin\CLIENT
[VersioneOffuscata]\Microsoft.SqlServer.WmiEnum.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_D3BF5BA9_A2CF_492A_8CFA_569B198A3A62"
Guid="B77FA1F7-9E66-475D-AA66-D1144CF2AB51" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_B40C11C7_68C8_40DA_BB0A_1978B822E4B9" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.Dmf.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.Dmf.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_44A92849_EBCE_4906_9863_333B9B4FBD09"
Guid="EF81E284-5E66-4B29-B01B-6A761EB6CED3" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_01C3DDD8_EBAB_40F4_993C_A784113569F8" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.Diagnostics.STrace.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.Diagnostics.STrace.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_794C59C4_8FD2_427D_81C7_8848905E061E"
Guid="EBDFD86A-8F73-4FB9-869F-01E9FF7942DC" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_9983233B_0626_4902_ABC7_C0AC4CD2EB21" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.ServiceBrokerEnum.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.ServiceBrokerEnum.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_4ED30231_449C_4AA1_88C4_504AB1C7F9B3"
Guid="5844CE89-25DF-4E30-925C-98C276320D4F" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_1643B933_9D7A_4BDF_8952_FDE9C7C363A6" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.Management.SmoMetadataProvider.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.Management.SmoMetadataPro
vider.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_C0F21AE9_2D49_4057_B18B_44478395A75F"
Guid="2B124F17-84DE-4149-AA2D-2627235857EB" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_C49E56AD_D2C2_432C_B8FB_E3CE97126F72" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.Management.SqlParser.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.Management.SqlParser.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_A2306906_A8DF_4CC4_9D21_881DFEB9F9E2"
Guid="D0E060D8-1D0D-46BB-9FBA-13866952BA6D" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_DF98DC91_A413_4676_80DD_98E791BA880B" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.SqlServer.SqlClrProvider.dll"
Source="..\LS.CA.Businness\smo\Microsoft.SqlServer.SqlClrProvider.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_7D97F704_D804_44F7_8A27_E89B8502179C"
Guid="6542D67F-56E6-474D-82BE-F82A13A2B440" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_A38C393E_94DB_4D1A_9DD5_AD6022F15787" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="protobuf-net.dll" Source="..\_Release\x86GlobalLib\protobuf-net.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_F09E59C2_984A_40B2_A27D_5514A2E54782"
Guid="43420AC2-A545-49F0-A235-AFC44B1E2ED4" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_B9C1DE5A_F91F_4557_AF01_DA0AEAB53D3B" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Cloud.Core.Operational.dll"
Source="..\_Release\x86GlobalLib\LS.Cloud.Core.Operational.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_775A47AF_3BA2_4BD3_87A4_1E044AA724A5"
Guid="F734E169-3B54-4460-9A06-0EE5E544B903" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_426CD179_B68C_4698_A1D9_F11CA5E888AF" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Cloud.Core.Control.dll"
Source="..\_Release\x86GlobalLib\LS.Cloud.Core.Control.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_1ECDBA76_6951_4A2D_9278_0A8113557B8E"
Guid="CACEBFA6-E940-4DA2-8F68-5B2C71F094D5" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_31336460_03CA_46F9_B819_9AD52E780C9E" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Cloud.DataControl.dll"
Source="..\_Release\x86GlobalLib\LS.Cloud.DataControl.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_CC1C73F2_FB23_4C65_9CFA_BC67A251A046"
Guid="9B8FFDC1-9355-4F11-88A2-E1013276E43D" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_87CCF861_CD17_4AF5_B11A_09B89CCC1520" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="EntityFramework.dll"
Source="..\_Release\x86GlobalLib\EntityFramework.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_D59561CF_73A1_4BD9_AED7_1899DA266FEC"
Guid="A644370A-B60F-48B6-9C19-CA1D6336B439" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_319C41CB_77C0_47CB_B80B_D2B75B80953F" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="CP_Lib.XmlSerializers.dll"
Source="..\_Release\x86GlobalLib\CP_Lib.XmlSerializers.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_9AB86502_728B_4713_8270_CA87C1942DEC"
Guid="9E2171AB-46E6-4B3F-95E3-C63E881AB768" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_CDD34FF0_CC11_407C_B9E4_6A4D57EF30E9" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Management.Core.dll"
Source="..\LS.Management.Core\bin\Release\LS.Management.Core.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_933688C1_01C6_4706_ABF5_8132A8720CC9"
Guid="979AF832-6FEA-4188-89CF-61A3307AF71F" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_E0FB433F_D66A_4838_9D9B_7650B6E52488" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="NeoSoft.Thread.Utility.dll"
Source="..\LS.Management.Core\bin\Release\NeoSoft.Thread.Utility.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_37525BC3_C3A8_4E8E_9567_C45D9CAA524A"
Guid="E7D456D6-C814-4470-A613-3CEE67689A2E" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_4E4178BD_F78B_4C59_BD83_3707F9E6D44F" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.Deployment.WindowsInstaller.Package.dll"
Source="..\LS.Management.Core\bin\Release\Microsoft.Deployment.WindowsInstal
ler.Package.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_2D3BA809_395F_4EC0_B993_C5884FA2EC62"
Guid="88C4F8F0-BE22-4D3F-BB48-2C568CE93D66" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_AA95BC86_5A63_4BB5_804C_6DA725E4E6CB" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="LS.Utils.dll" Source="..\LS.Management.Core\bin\Release\LS.Utils.dll"
KeyPath="yes" />
      </Component>
      <Component Id="comp_52D81ADC_F00F_4C97_8E3E_4914E5DFD3F4"
Guid="8C0B1C7A-D3A9-45D4-87A7-B251C00CF010" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_B6AAA8C0_1B80_4DE9_84A8_71CC33F8E622" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.Deployment.WindowsInstaller.dll"
Source="..\LS.Management.Core\bin\Release\Microsoft.Deployment.WindowsInstal
ler.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_B3C6E38A_8809_4DF7_A5D0_443AF43D061C"
Guid="44D02015-BE97-43EC-8E0A-A1D71C2FA339" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_97A47C6F_4165_419E_8991_F36CBF2B1BDE" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.Deployment.Compression.dll"
Source="..\LS.Management.Core\bin\Release\Microsoft.Deployment.Compression.d
ll" KeyPath="yes" />
      </Component>
      <Component Id="comp_7870A149_347F_4368_B4DF_BFCFDD82A12A"
Guid="EE6CD34A-5171-47EB-BF1C-03209D75F6E5" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_733BC06F_221B_4852_AC33_8097635737FF" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="Microsoft.Deployment.Compression.Cab.dll"
Source="..\LS.Management.Core\bin\Release\Microsoft.Deployment.Compression.C
ab.dll" KeyPath="yes" />
      </Component>
      <Component Id="comp_B63E3647_F1DB_42AF_B760_5E9E41DDDAB1"
Guid="8DD1E667-DF11-4658-B627-441CC29D798C" Permanent="no"
SharedDllRefCount="no" Transitive="no">
        <File Id="_4CF5A67E_FF51_40A6_B9FD_1D3920DD6B09" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="log4net.dll" Source="..\LS.Management.Core\bin\Release\log4net.dll"
KeyPath="yes" />
      </Component>
      <Directory Id="ProgramFilesFolder">
      </Directory>
      <Directory Id="CommonAppDataFolder">
        <Directory Id="dir_7145E5E6_134C_4143_8B02_2FD23F7DFCE3"
Name="Lending Solution">
          <Directory Id="dir_D5E690E7_1CCE_42B9_909D_B52A371E924D"
Name="Credito Pratico">
            <Directory Id="dir_AAB5DCC2_ECB0_41D3_8C3E_BAEBD8934608"
Name="DB">
              <Component Id="comp_6A5403BC_F8B0_4C35_8EAA_690314104995"
Guid="074F8D41-4AFA-403E-8EAA-FC086BC119FC" Permanent="no"
SharedDllRefCount="no" Transitive="no">
                <File Id="_4A556281_ACC7_46C7_99B5_D584D01C3CD3" DiskId="1"
Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes"
Name="gestionale.mdb" Source="..\_DB\gestionale.mdb" KeyPath="yes" />
              </Component>
            </Directory>
          </Directory>
        </Directory>
      </Directory>
      <Directory Id="CreditoPratico.Binaries" />
      <Directory Id="LS.Management.UpdateWindow.Binaries" />
      <Directory Id="Service_Management.Binaries" />
      <Directory Id="DesktopFolder">
        <Component Id="comp_7A23BBB1_F234_4589_B7D6_BF7E28789D37"
Guid="0F98E69A-982E-49A8-B457-334156CC50A5" Permanent="no"
SharedDllRefCount="no" Transitive="no">
          <Shortcut Id="_10000F9C_DEDB_4718_AFBF_468543DAD08C"
Directory="DesktopFolder" Name="Credito Pratico" Show="normal"
Target="[TARGETDIR]CreditoPratico.exe" WorkingDirectory="DesktopFolder" />
          <RegistryValue Root="HKCU"
Key="Software\[Manufacturer]\[ProductName]\Installer"
Name="comp_7A23BBB1_F234_4589_B7D6_BF7E28789D37" Type="string" Value="User's
Desktop directory" KeyPath="yes" />
        </Component>
      </Directory>
      <Directory Id="ProgramMenuFolder">
        <Directory Id="dir_8FE4EA8F_D872_4BF9_9E99_C824657B7C51"
Name="Lending Solution">
          <Component Id="comp_dir_8FE4EA8F_D872_4BF9_9E99_C824657B7C51"
Guid="52A00CEB-0BC0-4E9B-8A5D-DBDF10838481">
            <RegistryValue Root="HKCU"
Key="Software\[Manufacturer]\[ProductName]\Installer"
Name="comp_dir_8FE4EA8F_D872_4BF9_9E99_C824657B7C51" Type="string"
Value="New Folder #1 directory" KeyPath="yes" />
            <RemoveFolder Id="id_A032A7D6_20BB_4100_A7A9_5C40F9D63918"
On="uninstall" Directory="dir_8FE4EA8F_D872_4BF9_9E99_C824657B7C51" />
          </Component>
          <Component Id="comp_4FD969BB_4474_42EB_BCE1_BEAE81E75657"
Guid="17CC9EED-67BE-4207-B68C-1FA8A133D8EE" Permanent="no"
SharedDllRefCount="no" Transitive="no">
            <Shortcut Id="_8C779488_1291_4BF1_A5F7_5EC20E0F5A3D"
Directory="dir_8FE4EA8F_D872_4BF9_9E99_C824657B7C51" Name="Credito Pratico"
Show="normal" Target="[TARGETDIR]CreditoPratico.exe"
WorkingDirectory="dir_8FE4EA8F_D872_4BF9_9E99_C824657B7C51" />
            <RegistryValue Root="HKCU"
Key="Software\[Manufacturer]\[ProductName]\Installer"
Name="comp_4FD969BB_4474_42EB_BCE1_BEAE81E75657" Type="string"
Value="Lending Solution directory" KeyPath="yes" />
          </Component>
        </Directory>
      </Directory>
    </Directory>
  </Fragment>
  <Fragment>
  </Fragment>
</Wix>

Thanks in advance
Daniele Buffa.


-----Messaggio originale-----
Da: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] Per conto di
Patterson, Brent
Inviato: giovedì 29 dicembre 2016 01:22
A: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Oggetto: Re: [wix-users] Random issue with Burn

I looked that error up, and saw that there's a thread on this from WiX, it
sounds like maybe your bundle wasn't uninstalled completely?

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-e
rrors-td7582859.html

But if you can install manually, then maybe it's not that.  How do you have
your MSI set up?  Does the MSI prompt for elevation as needed?  Or does it
try and run elevated, but fail silently if it can't elevate?  Can you post
an excerpt from your burn chain bundle showing this MSI package?

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of
Daniele Buffa
Sent: Wednesday, December 28, 2016 5:04 PM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] Random issue with Burn

Hi,



I write here because I need support with a strange and random issue I have
with a Burn package. This is the error log



[1094:00C4][2016-12-28T13:01:54]i001: Burn v3.10.3.3007, Windows v6.1 (Build
7601: Service Pack 1), path:
C:\Users\Guzz\AppData\Local\Temp\{36F8A0EF-758F-416E-9104-7154A5AEE9DA}\.cr\
SetupClientComplete.exe

[1094:00C4][2016-12-28T13:01:54]i009: Command Line:
'-burn.clean.room=C:\tmp\SetupClientComplete.exe
-burn.filehandle.attached=184 -burn.filehandle.self=192'

[1094:00C4][2016-12-28T13:01:54]i000: Setting string variable
'WixBundleOriginalSource' to value 'C:\tmp\SetupClientComplete.exe'

[1094:00C4][2016-12-28T13:01:54]i000: Setting string variable
'WixBundleOriginalSourceFolder' to value 'C:\tmp\'

[1094:00C4][2016-12-28T13:01:54]i000: Setting string variable 'WixBundleLog'
to value
'C:\Users\Guzz\AppData\Local\Temp\Credito_Pratico_installazione_completa_201
61228130154.log'

[1094:00C4][2016-12-28T13:01:54]i000: Setting string variable
'WixBundleName' to value 'Credito Pratico installazione completa'

[1094:00C4][2016-12-28T13:01:54]i000: Setting string variable
'WixBundleManufacturer' to value 'Lending Solution'

[1094:127C][2016-12-28T13:01:54]i000: Setting numeric variable
'WixStdBALanguageId' to value 1033

[1094:127C][2016-12-28T13:01:54]i000: Setting version variable
'WixBundleFileVersion' to value '1.0.0.0'

[1094:00C4][2016-12-28T13:01:54]i100: Detect begin, 3 packages

[1094:00C4][2016-12-28T13:01:54]i000: Setting string variable
'NETFRAMEWORK45' to value '379893'

[1094:00C4][2016-12-28T13:01:54]i000: Setting numeric variable
'IsAceInstalled' to value 1

[1094:00C4][2016-12-28T13:01:54]i102: Detected related bundle:
{e13ba5f3-b9ee-42c9-854d-b8c382cc617e}, type: Upgrade, scope: PerMachine,
version: 1.0.0.0, operation: None

[1094:00C4][2016-12-28T13:01:54]i052: Condition 'NETFRAMEWORK45 >= 379893'
evaluates to true.

[1094:00C4][2016-12-28T13:01:54]i052: Condition 'IsAceInstalled' evaluates
to true.

[1094:00C4][2016-12-28T13:01:54]i101: Detected package: NetFx452Redist,
state: Present, cached: Complete

[1094:00C4][2016-12-28T13:01:54]i101: Detected package: Ace, state: Present,
cached: Complete

[1094:00C4][2016-12-28T13:01:54]i101: Detected package:
CreditoPraticoClient.msi, state: Absent, cached: None

[1094:00C4][2016-12-28T13:01:54]i052: Condition 'VersionNT >= v6.0 OR
VersionNT64 >= v6.0' evaluates to true.

[1094:00C4][2016-12-28T13:01:54]i199: Detect complete, result: 0x0

[1094:00C4][2016-12-28T13:01:55]i200: Plan begin, 3 packages, action:
Install

[1094:00C4][2016-12-28T13:01:55]w321: Skipping dependency registration on
package with no dependency providers: NetFx452Redist

[1094:00C4][2016-12-28T13:01:55]w321: Skipping dependency registration on
package with no dependency providers: Ace

[1094:00C4][2016-12-28T13:01:55]i000: Setting string variable
'WixBundleLog_CreditoPraticoClient.msi' to value
'C:\Users\Guzz\AppData\Local\Temp\Credito_Pratico_installazione_completa_201
61228130154_000_CreditoPraticoClient.msi.log'

[1094:00C4][2016-12-28T13:01:55]i201: Planned package: NetFx452Redist,
state: Present, default requested: Present, ba requested: Present, execute:
None, rollback: None, cache: No, uncache: No, dependency: None

[1094:00C4][2016-12-28T13:01:55]i201: Planned package: Ace, state: Present,
default requested: Present, ba requested: Present, execute: None, rollback:
None, cache: No, uncache: No, dependency: None

[1094:00C4][2016-12-28T13:01:55]i201: Planned package:
CreditoPraticoClient.msi, state: Absent, default requested: Present, ba
requested: Present, execute: Install, rollback: None, cache: Yes, uncache:
No, dependency: Register

[1094:00C4][2016-12-28T13:01:55]i207: Planned related bundle:
{e13ba5f3-b9ee-42c9-854d-b8c382cc617e}, type: Upgrade, default requested:
None, ba requested: None, execute: None, rollback: None, dependency: None

[1094:00C4][2016-12-28T13:01:55]i299: Plan complete, result: 0x0

[1094:00C4][2016-12-28T13:01:55]i300: Apply begin

[1094:00C4][2016-12-28T13:01:55]i010: Launching elevated engine process.

[1094:00C4][2016-12-28T13:02:00]i011: Launched elevated engine process.

[1094:00C4][2016-12-28T13:02:00]e000: Error 0x800700e8: Failed to wait for
child to connect to pipe.

[1094:00C4][2016-12-28T13:02:00]e000: Error 0x800700e8: Failed to connect to
elevated child process.

[1094:00C4][2016-12-28T13:02:00]e000: Error 0x800700e8: Failed to actually
elevate.

[1094:00C4][2016-12-28T13:02:00]e000: Error 0x800700e8: Failed to elevate.

[1094:00C4][2016-12-28T13:02:00]i399: Apply complete, result: 0x800700e8,
restart: None, ba requested restart:  No



The issue is quite annoying because it appear in production scenario and
it's absolutely random. When it occurs I have to connect with customer pc
and proceed with manual installation (prerequisite and software).



I have no idea what these errors means, I need to know if I'm wrong
something. I'm using Wix Toolset 3.10.3



Thanks in advance

Daniele Buffa.


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant
http://www.firegiant.com/

________________________________

Xactware's opt-in mailing list allows you to receive Xactware News that is
of interest to you. Visit my.xactware.com today to join or to update your
email preferences!

________________________________

This email is intended solely for the recipient. It may contain privileged,
proprietary or confidential information or material. If you are not the
intended recipient, please delete this email and any attachments and notify
the sender of the error.


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant
http://www.firegiant.com/


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant
http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant
http://www.firegiant.com/



More information about the wix-users mailing list