[wix-users] Wix boostrapper not calling msi file during uninstall when DisplayInternalUI is set to yes in bundle.

Farrukh Waheed farrukh1 at gmail.com
Tue Jul 12 10:14:03 PDT 2016


Huy, Vakul,
INSTALLVSTO is an exe package and marked as Permenant, as mentioned in
vakul's first mail:
  <ExePackage  Id="INSTALLVSTO" SourceFile="vstor_redist.exe"
Vital="yes"  Compressed="no" Permanent="yes"........

Now,  from the log file, CMiCOutlookAddin found to be Absent, but vakul
said it is installed, correct?
Here are some possibilities which I faced some time (May not correct in
your case, but just in case)
- Let's say you installed CMiCOutlookAddin with a boostrapper.exe ver 1.00
and didn't uninstalled. You build 1.00 again, and execute it, it shows you
Uninstall option, but  it might not  uninstall it. You will have to
uninstall it with older 1.00.
---First try to remove it using its original msi file. Windows Explorer ->
right click on msi -> select Uninstall and follow instruction.
---As a precaution, also try following:
Find CMiCOutlookAddin in registry key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall, also using its guid,
which is shows in log file as:{4bdb8544-47d8-48e7-8a00-5569134e5c6a}, and
remove it.
Find it in PackageCache folder i.e. C:\ProgramData\PackageCache and remove
any instance you found there.


Try adding Visible="yes" in MsiPackage element. This will allow it to
appear in Add-Remove programs, so when DisplayInternalUI="yes", at least,
you should have an entry in Add-Remove programs and you could uninstall it
separately with msi's internal UI. Burn always uninstalls msi packages
silently.


On 12 July 2016 at 09:30, Huy Doan <hdoan at vmware.com> wrote:

> It is strange that the ba request is None for the INSTALLVSTO. Can you
> make a breakpoint in the PlanPackageBegin and PlanPackageComplete to see
> what happen to that package? One possible scenario I can think of is that
> the bootstrapper doesn't wait for the UI of the INSTALLVSTO to be displayed
> but keeps doing its job and finishes.
>
> -----Original Message-----
> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf
> Of vakul
> Sent: Tuesday, July 12, 2016 4:55 AM
> To: 'WiX Toolset Users Mailing List' <wix-users at lists.wixtoolset.org>
> Subject: Re: [wix-users] Wix boostrapper not calling msi file during
> uninstall when DisplayInternalUI is set to yes in bundle.
>
> Hi,
>
> Please find below, details of the bootstrapper log file.
>
> [1B00:1918][2016-07-12T10:44:57]i001: Burn v3.10.3.3007, Windows v6.1
> (Build
> 7601: Service Pack 1), path: C:\ProgramData\Package
> Cache\{4bdb8544-47d8-48e7-8a00-5569134e5c6a}\Bootstrapper.exe
> [1B00:1918][2016-07-12T10:44:57]i009: Command Line:
> '"-burn.clean.room=C:\ProgramData\Package
> Cache\{4bdb8544-47d8-48e7-8a00-5569134e5c6a}\Bootstrapper.exe"
> -burn.filehandle.attached=188 -burn.filehandle.self=196 /uninstall'
> [1B00:1918][2016-07-12T10:44:57]i000: Setting string variable
> 'WixBundleLog'
> to value
>
> 'C:\Users\ADMINI~1\AppData\Local\Temp\CMiC_ECM_Outlook_Plug-In_2016071210445
> 7.log'
> [1B00:1918][2016-07-12T10:44:57]i000: Setting string variable
> 'WixBundleManufacturer' to value 'CMiC'
> [1B00:1964][2016-07-12T10:44:57]i000: Setting numeric variable
> 'WixStdBALanguageId' to value 1033
> [1B00:1964][2016-07-12T10:44:57]i000: Setting version variable
> 'WixBundleFileVersion' to value '4.0.8.7'
> [1B00:1918][2016-07-12T10:44:57]i100: Detect begin, 2 packages
> [1B00:1918][2016-07-12T10:44:57]i000: Registry key not found. Key =
> 'Software\Microsoft\Office\12.0\Outlook\InstallRoot'
> [1B00:1918][2016-07-12T10:44:57]i000: Setting numeric variable 'OFFICE2007'
> to value 0
> [1B00:1918][2016-07-12T10:44:57]i000: Setting numeric variable 'VSTOR40'
> to value 1
> [1B00:1918][2016-07-12T10:44:57]i000: Setting numeric variable 'VSTOR40_1'
> to value 1
> [1B00:1918][2016-07-12T10:44:57]i000: Setting numeric variable 'VSTOR40_2'
> to value 1
> [1B00:1918][2016-07-12T10:44:57]i000: Setting numeric variable 'VSTOR40_3'
> to value 1
> [1B00:1918][2016-07-12T10:44:57]i052: Condition 'VSTOR40 OR VSTOR40_1 OR
> VSTOR40_2 OR VSTOR40_3' evaluates to true.
> [1B00:1918][2016-07-12T10:44:57]i101: Detected package: INSTALLVSTO, state:
> Present, cached: None
> [1B00:1918][2016-07-12T10:44:57]i101: Detected package: CMiCOutlookAddin,
> state: Absent, cached: Complete
> [1B00:1918][2016-07-12T10:44:57]i199: Detect complete, result: 0x0
> [1B00:1918][2016-07-12T10:44:58]i200: Plan begin, 2 packages, action:
> Uninstall
> [1B00:1918][2016-07-12T10:44:58]w321: Skipping dependency registration on
> package with no dependency providers: INSTALLVSTO
> [1B00:1918][2016-07-12T10:44:58]i201: Planned package: CMiCOutlookAddin,
> state: Absent, default requested: Absent, ba requested: Absent, execute:
> None, rollback: None, cache: No, uncache: Yes, dependency: Unregister
> [1B00:1918][2016-07-12T10:44:58]i201: Planned package: INSTALLVSTO, state:
> Present, default requested: None, ba requested: None, execute: None,
> rollback: None, cache: No, uncache: No, dependency: None
> [1B00:1918][2016-07-12T10:44:58]i299: Plan complete, result: 0x0
> [1B00:1918][2016-07-12T10:44:58]i300: Apply begin
> [1B00:1918][2016-07-12T10:44:58]i010: Launching elevated engine process.
> [1B00:1918][2016-07-12T10:44:58]i011: Launched elevated engine process.
> [1B00:1918][2016-07-12T10:44:59]i012: Connected to elevated engine.
> [18FC:1B5C][2016-07-12T10:44:59]i358: Pausing automatic updates.
> [18FC:1B5C][2016-07-12T10:44:59]i359: Paused automatic updates.
> [18FC:1B5C][2016-07-12T10:44:59]i360: Creating a system restore point.
> [18FC:1B5C][2016-07-12T10:45:17]i361: Created a system restore point.
> [18FC:1B5C][2016-07-12T10:45:18]i371: Updating session, registration key:
>
> SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4bdb8544-47d8-48e7-8a00
> -5569134e5c6a}, resume: Active, restart initiated: No, disable resume: No
> [18FC:1B5C][2016-07-12T10:45:18]i326: Removed dependency:
> {4bdb8544-47d8-48e7-8a00-5569134e5c6a} on package provider:
> {81F4A93F-EE3F-438D-A836-741666112715}, package CMiCOutlookAddin
> [18FC:1B5C][2016-07-12T10:45:18]i329: Removed package dependency provider:
> {81F4A93F-EE3F-438D-A836-741666112715}, package: CMiCOutlookAddin
> [18FC:1B5C][2016-07-12T10:45:18]i351: Removing cached package:
> CMiCOutlookAddin, from path: C:\ProgramData\Package
> Cache\{81F4A93F-EE3F-438D-A836-741666112715}v4.0.8.7\
> [18FC:1B5C][2016-07-12T10:45:18]i372: Session end, registration key:
>
> SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4bdb8544-47d8-48e7-8a00
> -5569134e5c6a}, resume: None, restart: None, disable resume: No
> [18FC:1B5C][2016-07-12T10:45:18]i330: Removed bundle dependency provider:
> {4bdb8544-47d8-48e7-8a00-5569134e5c6a}
> [18FC:1B5C][2016-07-12T10:45:18]i352: Removing cached bundle:
> {4bdb8544-47d8-48e7-8a00-5569134e5c6a}, from path: C:\ProgramData\Package
> Cache\{4bdb8544-47d8-48e7-8a00-5569134e5c6a}\
> [18FC:1B5C][2016-07-12T10:45:18]i371: Updating session, registration key:
>
> SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4bdb8544-47d8-48e7-8a00
> -5569134e5c6a}, resume: None, restart initiated: No, disable resume: No
> [1B00:1918][2016-07-12T10:45:18]i399: Apply complete, result: 0x0, restart:
> None, ba requested restart:  No
> [1B00:1918][2016-07-12T10:45:20]i500: Shutting down, exit code: 0x0
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: OFFICE2007 = 0
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: VSTOR40 = 1
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: VSTOR40_1 = 1
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: VSTOR40_2 = 1
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: VSTOR40_3 = 1
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleAction = 3
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleElevated = 1
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleFileVersion =
> 4.0.8.7
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleInstalled = 1
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleLastUsedSource =
> D:\Framework Upgrade\Cloud
> Sync\CustomPane_outlookAddIn\Bootstrapper\bin\Debug\
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleLog =
>
> C:\Users\ADMINI~1\AppData\Local\Temp\CMiC_ECM_Outlook_Plug-In_20160712104457
> .log
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleManufacturer =
> CMiC
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleName = CMiC ECM
> Outlook Plug-In
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleOriginalSource =
> D:\Framework Upgrade\Cloud
> Sync\CustomPane_outlookAddIn\Bootstrapper\bin\Debug\Bootstrapper.exe
> [1B00:1918][2016-07-12T10:45:20]i410: Variable:
> WixBundleOriginalSourceFolder = D:\Framework Upgrade\Cloud
> Sync\CustomPane_outlookAddIn\Bootstrapper\bin\Debug\
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleProviderKey =
> {4bdb8544-47d8-48e7-8a00-5569134e5c6a}
> [1B00:1918][2016-07-12T10:45:20]i410: Variable:
> WixBundleSourceProcessFolder = C:\ProgramData\Package
> Cache\{4bdb8544-47d8-48e7-8a00-5569134e5c6a}\
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleSourceProcessPath
> = C:\ProgramData\Package
> Cache\{4bdb8544-47d8-48e7-8a00-5569134e5c6a}\Bootstrapper.exe
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleTag =
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixBundleVersion = 4.0.8.7
> [1B00:1918][2016-07-12T10:45:20]i410: Variable: WixStdBALanguageId = 1033
> [1B00:1918][2016-07-12T10:45:20]i007: Exit code: 0x0, restarting: No
>
> Best regards,
> Vakul
>
>
> -----Original Message-----
> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf
> Of Farrukh Waheed
> Sent: Tuesday, July 12, 2016 4:49 PM
> To: WiX Toolset Users Mailing List
> Subject: Re: [wix-users] Wix boostrapper not calling msi file during
> uninstall when DisplayInternalUI is set to yes in bundle.
>
> Vakul,
> Attachments are not supported here. Kindly Copy the log content and paste
> here.
>
> On 11 July 2016 at 22:22, vakul <vakul.kataria at newgen.co.in> wrote:
>
> > Hi,
> >
> > Please find attached the log file.
> >
> > Best regards,
> > Vakul
> >
> > -----Original Message-----
> > From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On
> > Behalf Of Farrukh Waheed
> > Sent: Tuesday, July 12, 2016 4:51 AM
> > To: WiX Toolset Users Mailing List
> > Subject: Re: [wix-users] Wix boostrapper not calling msi file during
> > uninstall when DisplayInternalUI is set to yes in bundle.
> >
> > When you do such Uninstall, there would be a log file in %temp% folder.
> > Please post that as well. Thanks
> >
> > On 11 July 2016 at 09:32, Huy Doan <hdoan at vmware.com> wrote:
> >
> > > Hi Vakul,
> > >
> > > Can you set breakpoints at some of these functions to see what happen?
> > >         DetectPackageComplete
> > >         PlanPackageBegin
> > >         PlanComplete
> > >         ExecutePackageBegin
> > >         ExecutePackageComplete
> > >
> > > Also if you can provide the log files, it would be easier for me to
> > > see what is going on.
> > >
> > > -----Original Message-----
> > > From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On
> > > Behalf Of vakul
> > > Sent: Monday, July 11, 2016 3:00 AM
> > > To: 'WiX Toolset Users Mailing List'
> > > <wix-users at lists.wixtoolset.org>
> > > Subject: Re: [wix-users] Wix boostrapper not calling msi file during
> > > uninstall when DisplayInternalUI is set to yes in bundle.
> > >
> > > Hi Sanket,
> > >
> > > I know the UI is not shown during uninstall, but problem is when I
> > > uninstall the boostrapper, it only uninstalls itself and doesn't
> > > uninstall the msi.
> > > As, it doesn't call msi during uninstall. But, when I set
> > > DisplayInternalUI to no, it uninstalls the msi fine.
> > >
> > > Best regards,
> > > Vakul
> > >
> > > -----Original Message-----
> > > From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On
> > > Behalf Of Sanket Panchamia
> > > Sent: Monday, July 11, 2016 2:20 PM
> > > To: WiX Toolset Users Mailing List
> > > Subject: Re: [wix-users] Wix boostrapper not calling msi file during
> > > uninstall when DisplayInternalUI is set to yes in bundle.
> > >
> > > Hi Vakul,
> > >
> > > This is by design. Only the installation will show the msi dialogs
> > > but the uninstall will perform its action without the UI.
> > >
> > > Sanket
> > >
> > > On Mon, Jul 11, 2016 at 1:50 PM, vakul <vakul.kataria at newgen.co.in>
> > wrote:
> > >
> > > > Dear concerned,
> > > >
> > > >
> > > >
> > > > I have an existing wix msi project with full fledged UI. I created
> > > > a wix bundle and referenced the msi project in this bootstrapper
> > > > project. It installs the msi perfectly but during uninstall it
> > > > only removes the entry from the Add or remove Programs, but
> > > > doesn't call the msi when DisplayInternalUI="yes" for the msi
> > > > package. But when the DisplayInternalUI="no" for msi package, then
> > > > it uninstalls correctly by calling the msi package. How to get
> > > > around
> this issue.
> > > > As, I can't set the DisplayInternalUI to no, I want msi UI to be
> > > > displayed during install. Is there a way to turn DisplayInternalUI
> > > > to no during uninstall and to yes during install. Here is my
> > > > bundle
> > code:
> > > >
> > > >
> > > >
> > > > <Bundle Name="$(var.ProductName)" Version="$(var.ProductVersion)"
> > > > Manufacturer="CMiC"
> UpgradeCode="8ee48a23-b6fc-4594-b3b2-d4c4bebb78d2"
> > > > >
> > > >
> > > >     <BootstrapperApplicationRef
> > > > Id="WixStandardBootstrapperApplication.RtfLicense" >
> > > >
> > > >       <bal:WixStandardBootstrapperApplication
> > SuppressOptionsUI="yes
> > > "> LicenseUrl="" />
> > > >
> > > >     </BootstrapperApplicationRef>
> > > >
> > > >      <Log PathVariable="LOGPATH_PROP" Disable="yes"
> > > > Prefix='[WixBundleOriginalSource]' Extension=".txt" />
> > > >
> > > >     <util:RegistrySearch Id="Office2007_Installed
> "> > > Variable="OFFICE2007
> > > "> Root="HKLM" Key="Software\Microsoft\Office\12.0\Outlook\InstallRoot"
> > > > Result="exists" />
> > > >
> > > >     <util:RegistrySearch Id="VSTOR_Installed" Variable="VSTOR40
> > > "> Root="HKLM" Key="SOFTWARE\Microsoft\VSTO Runtime Setup\v4R"
> > > Result="exists"
> > > > />
> > > >
> > > >     <util:RegistrySearch Id="VSTOR_Installed1" Variable="VSTOR40_1
> > > "> Root="HKLM" Key="SOFTWARE\Microsoft\VSTO Runtime Setup\v4"
> > > Result="exists"
> > > > />
> > > >
> > > >     <util:RegistrySearch Id="VSTOR_Installed2" Variable="VSTOR40_2
> > > "> Root="HKLM" Key="SOFTWARE\Wow6432Node\Microsoft\VSTO Runtime
> Setup\v4"
> > > > Result="exists" />
> > > >
> > > >     <util:RegistrySearch Id="VSTOR_Installed3" Variable="VSTOR40_3
> > > "> Root="HKLM" Key="SOFTWARE\Wow6432Node\Microsoft\VSTO Runtime
> > Setup\v4R"
> > > > Result="exists" />
> > > >
> > > >
> > > >
> > > >               <Chain>
> > > >
> > > >                      <!-- TODO: Define the list of chained packages.
> > > > -->
> > > >
> > > >                      <!-- <MsiPackage SourceFile="path\to\your.msi"
> > > > />
> > > > -->
> > > >
> > > >       <ExePackage  Id="INSTALLVSTO" SourceFile="vstor_redist.exe"
> > > > Vital="yes"  Compressed="no" Permanent="yes"
> > > >
> > > >
> > > > DownloadUrl="
> > > https://urldefense.proofpoint.com/v2/url?u=http-3A__go.microsoft.com
> > > _f
> > > wlink_-3FLinkId-3D158917&d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-Yi
> > > hV
> > > MNtXt-uEs&r=dIns6fQ--MkFJxuBFYmMeQ&m=qXLmRjOcBDrX9WWN3H2SH8uKGgqnNZ4
> > > OY JAbMWI2iYk&s=FlZecfPPY_3PAdaALr5swn7wy9WmiMRHgMQ_yU8KZnk&e=
> > > "
> > > >
> > > >                   InstallCommand="/q /norestart"
> > > >
> > > >                   DetectCondition="VSTOR40 OR VSTOR40_1 OR
> > > > VSTOR40_2 OR VSTOR40_3"
> > > >
> > > >                   InstallCondition="NOT (VSTOR40 OR VSTOR40_1 OR
> > > > VSTOR40_2 OR VSTOR40_3)" />
> > > >
> > > >       <RollbackBoundary />
> > > >
> > > >
> > > >
> > > >       <!--<ExePackage Compressed="default"   SourceFile="$(var.CMiC
> > > > ECM.TargetDir)setup.exe" Vital="yes" >
> > > >
> > > >         <Payload SourceFile="$(var.CMiC ECM.TargetPath)"/>
> > > >
> > > >       </ExePackage>-->
> > > >
> > > >
> > > >
> > > >       <MsiPackage Id="Plugin"  Compressed="no"  DisplayName="msi
> name"
> > > > Name="msi name"  SourceFile="$(var.CMiC ECM.TargetDir)msi name"
> > > Vital="yes"
> > > > DisplayInternalUI="yes" Permanent="no" >
> > > >
> > > >
> > > >
> > > >       </MsiPackage>
> > > >
> > > >
> > > >
> > > >               </Chain>
> > > >
> > > >        </Bundle>
> > > >
> > > >
> > > >
> > > > Also, in logs when the uninstall is successful it shows msi state
> > > > as present, but when it is  unsuccessful, it shows the state of
> > > > msi as absent .I am using wix 3.10.3.3007 .
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Best regards,
> > > >
> > > > Vakul
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Disclaimer :- This e-mail and any attachment may contain
> > > > confidential, proprietary or legally privileged information. If
> > > > you are not the original intended recipient and have erroneously
> > > > received this message, you are prohibited from using, copying,
> > > > altering or disclosing the content of this message. Please delete
> > > > it immediately and notify the sender. Newgen Software Technologies
> > > > Ltd
> > > > (NSTL) accepts no responsibilities for loss or damage arising from
> > > > the use of the information transmitted by this email including
> > > > damages from virus and further acknowledges that no binding nature
> > > > of the message shall be implied or assumed unless the sender does
> > > > so expressly with due
> > > authority of NSTL.
> > > >
> > > > __________________________________________________________________
> > > > __ WiX Toolset Users Mailing List provided by FireGiant
> > > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.firegiant.
> > > > co
> > > > m_
> > > > &d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6fQ-
> > > > -M
> > > > kF
> > > > JxuBFYmMeQ&m=qXLmRjOcBDrX9WWN3H2SH8uKGgqnNZ4OYJAbMWI2iYk&s=UtN2DMg
> > > > xk
> > > > aD
> > > > HpOGZzcFdV6LZgcdkHnoL2SQYUrLmBL0&e=
> > > >
> > >
> > >
> > >
> > > --
> > > Regards
> > > Sanket Panchamia
> > > +91-9742836299
> > >
> > > <
> > > https://urldefense.proofpoint.com/v2/url?u=https-3A__twitter.com_p-5
> > > Fs
> > > anket&d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6
> > > fQ
> > > --MkFJxuBFYmMeQ&m=qXLmRjOcBDrX9WWN3H2SH8uKGgqnNZ4OYJAbMWI2iYk&s=FL94
> > > g1 0a2739_BtqiABM0qvdlbAe-4cqZO6Q07R3Tbs&e=
> > > >  <
> > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.facebook.com
> > > _s
> > > panchamia&d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=d
> > > In
> > > s6fQ--MkFJxuBFYmMeQ&m=qXLmRjOcBDrX9WWN3H2SH8uKGgqnNZ4OYJAbMWI2iYk&s=
> > > fL Lz_pCPpzcVgERceL2E1TI_3ZPnQZ-djn6Y-cUhmhI&e=
> > > > <
> > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.linkedin.com
> > > _i
> > > n_psanket&d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=d
> > > In
> > > s6fQ--MkFJxuBFYmMeQ&m=qXLmRjOcBDrX9WWN3H2SH8uKGgqnNZ4OYJAbMWI2iYk&s=
> > > mJ c4fSParsdhJzlqn98Rp-OA50QiVD58a8MF2cCgypQ&e=
> > > >
> > >
> > > ____________________________________________________________________
> > > WiX Toolset Users Mailing List provided by FireGiant
> > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.firegiant.co
> > > m_
> > > &d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6fQ--M
> > > kF
> > > JxuBFYmMeQ&m=qXLmRjOcBDrX9WWN3H2SH8uKGgqnNZ4OYJAbMWI2iYk&s=UtN2DMgxk
> > > aD
> > > HpOGZzcFdV6LZgcdkHnoL2SQYUrLmBL0&e=
> > >
> > > Disclaimer :- This e-mail and any attachment may contain
> > > confidential, proprietary or legally privileged information. If you
> > > are not the original intended recipient and have erroneously
> > > received this message, you are prohibited from using, copying,
> > > altering or disclosing the content of this message. Please delete it
> > > immediately and notify the sender. Newgen Software Technologies Ltd
> > > (NSTL) accepts no responsibilities for loss or damage arising from
> > > the use of the information transmitted by this email including
> > > damages from virus and further acknowledges that no binding nature
> > > of the message shall be implied or assumed unless the sender does so
> > > expressly with due
> > authority of NSTL.
> > >
> > >
> > > ____________________________________________________________________
> > > WiX Toolset Users Mailing List provided by FireGiant
> > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.firegiant.co
> > > m_
> > > &d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6fQ--M
> > > kF
> > > JxuBFYmMeQ&m=qXLmRjOcBDrX9WWN3H2SH8uKGgqnNZ4OYJAbMWI2iYk&s=UtN2DMgxk
> > > aD
> > > HpOGZzcFdV6LZgcdkHnoL2SQYUrLmBL0&e=
> > >
> > > ____________________________________________________________________
> > > WiX Toolset Users Mailing List provided by FireGiant
> > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.firegiant.co
> > > m_&d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6fQ-
> > > -MkFJxuBFYmMeQ&m=nQ_sidJhgpYAMdpkEhaoFkn0QsqKGVjdRMHgew1Mbtg&s=znuMF
> > > st6KTNqfhlOfu6pUwQLGfkhYH2_siXHkdwE6wM&e=
> > >
> >
> > ____________________________________________________________________
> > WiX Toolset Users Mailing List provided by FireGiant
> > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.firegiant.com_
> > &d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6fQ--MkF
> > JxuBFYmMeQ&m=nQ_sidJhgpYAMdpkEhaoFkn0QsqKGVjdRMHgew1Mbtg&s=znuMFst6KTN
> > qfhlOfu6pUwQLGfkhYH2_siXHkdwE6wM&e=
> >
> > Disclaimer :- This e-mail and any attachment may contain confidential,
> > proprietary or legally privileged information. If you are not the
> > original intended recipient and have erroneously received this
> > message, you are prohibited from using, copying, altering or
> > disclosing the content of this message. Please delete it immediately
> > and notify the sender. Newgen Software Technologies Ltd (NSTL) accepts
> > no responsibilities for loss or damage arising from the use of the
> > information transmitted by this email including damages from virus and
> > further acknowledges that no binding nature of the message shall be
> > implied or assumed unless the sender does so expressly with due
> authority of NSTL.
> >
> > ____________________________________________________________________
> > WiX Toolset Users Mailing List provided by FireGiant
> > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.firegiant.com_
> > &d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6fQ--MkF
> > JxuBFYmMeQ&m=nQ_sidJhgpYAMdpkEhaoFkn0QsqKGVjdRMHgew1Mbtg&s=znuMFst6KTN
> > qfhlOfu6pUwQLGfkhYH2_siXHkdwE6wM&e=
> >
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.firegiant.com_&d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6fQ--MkFJxuBFYmMeQ&m=nQ_sidJhgpYAMdpkEhaoFkn0QsqKGVjdRMHgew1Mbtg&s=znuMFst6KTNqfhlOfu6pUwQLGfkhYH2_siXHkdwE6wM&e=
>
> Disclaimer :- This e-mail and any attachment may contain confidential,
> proprietary or legally privileged information. If you are not the original
> intended recipient and have erroneously received this message, you are
> prohibited from using, copying, altering or disclosing the content of this
> message. Please delete it immediately and notify the sender. Newgen
> Software Technologies Ltd (NSTL)  accepts no responsibilities for loss or
> damage arising from the use of the information transmitted by this email
> including damages from virus and further acknowledges that no binding
> nature of the message shall be implied or assumed unless the sender does so
> expressly with due authority of NSTL.
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.firegiant.com_&d=CwICAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=dIns6fQ--MkFJxuBFYmMeQ&m=nQ_sidJhgpYAMdpkEhaoFkn0QsqKGVjdRMHgew1Mbtg&s=znuMFst6KTNqfhlOfu6pUwQLGfkhYH2_siXHkdwE6wM&e=
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list