Thank you so much for your time and reply. 

Would you be able to suggest a possible approach I could use? 

Kindest Regards,
Marshall

-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Wednesday, February 15, 2012 9:19 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Bootstrapper Setup Failed - 0x80070645

Burn (unfortunately) does not yet handle instance transforms. Switching
from the "non-transformed" MSI will confuse Burn currently. Something we
need to address but just won't get it in the first version.

On Tue, Feb 14, 2012 at 8:51 AM, Rody, Herbert M (Marshall) <
marshall.r...@intergraph.com> wrote:

> Hello,
>
> I am having difficulty getting a chained .msi install to work using Burn
> to create my setup. It appears to install correctly and then at the end, a
> Setup Failed dialog with 0x80070645 - This action is only valid for
> products that are currently installed. The .msi payload looks like it
> installed correctly and indeed, I see it in ARP. I am using an Instance
> Transform.
>
> I searched the registry before the install and did not find
> {3332C54F-3BED-4A25-8699-331A10B0F24E}.
>
> Any help, comments or suggestions would be enthusiastically, eagerly and
> appreciatively received...  I am new to this install game and I have so
> much to learn.
>
> OS Win7 x64
> WiX v3.6.2610.0 Release
> Visual Studio 2008
>
> This is the instance transform in the SetupProject1.msi:
>
>
>        <Property Id="RADPRODUCTID" Value="UndefinedRADProductID" />
>
>        <InstanceTransforms Property="RADPRODUCTID">
>            <Instance Id="Instance1"
> ProductCode="5D52FCDA-9630-4FED-9D44-B9099AAFE624"
> ProductName="RADInstance1"/>
>            <Instance Id="Instance2"
> ProductCode="086677C8-07A1-4D1F-B3F9-86C7CF8F3CE4"
> ProductName="RADInstance2"/>
>            <Instance Id="Instance3"
> ProductCode="3332C54F-3BED-4A25-8699-331A10B0F24E"
> ProductName="RADInstance3"/>
>        </InstanceTransforms>
>
>
> This is the Bundle.wxs code:
> <?xml version="1.0" encoding="UTF-8"?>
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>      <Bundle Name="Bootstrapper3" Version="1.0.0.0"
> Manufacturer="Manufacturer"
> UpgradeCode="abbc4201-4b60-45c0-8d7b-18527c252c25">
>        <Log Disable="no"/>
>        <BootstrapperApplicationRef
> Id="WixStandardBootstrapperApplication.RtfLicense" />
>            <Chain>
>                  <!-- TODO: Define the list of chained packages. -->
>            <MsiPackage
> SourceFile="L:\bldtools\Setup\WiX\SetupProject1\SetupProject1\bin\Debug\SetupProject1.msi"
> >
>                <MsiProperty Name="TRANSFORMS" Value=":Instance3"/>
>                <MsiProperty Name="MSINEWINSTANCE" Value="1"/>
>                <!--<MsiProperty Name="TARGETFOLDER" Value="C:\" />-->
>                <MsiProperty Name="INSTALLFOLDER" Value="C:\temp\TestPID3"
> />
>                <MsiProperty Name="RADAPPLICATION" Value="TestPID3"/>
>            </MsiPackage>
>        </Chain>
>      </Bundle>
> </Wix>
>
>
>
> This is the Bootstrapper log:
>
> [1938:2568][2012-02-14T09:44:47]: Burn v3.6.2610.0, path:
> L:\bldtools\Setup\WiX\Bootstrapper3\Bootstrapper3\bin\Debug\Bootstrapper3.exe,
> cmdline: '-burn.unelevated BurnPipe.{26DF0A77-1345-4393-853C-7BFEAE2DCEEA}
> {10F18146-372B-4202-AE80-5A4E25729CB9} 6844'
> [1938:2568][2012-02-14T09:44:47]: Setting string variable 'WixBundleLog'
> to value
> 'C:\Users\hrody\AppData\Local\Temp\Bootstrapper3_20120214094447.log'
> [1938:2568][2012-02-14T09:44:47]: Setting string variable 'WixBundleName'
> to value 'Bootstrapper3'
> [1938:2568][2012-02-14T09:44:47]: Setting string variable
> 'WixBundleOriginalSource' to value
> 'L:\bldtools\Setup\WiX\Bootstrapper3\Bootstrapper3\bin\Debug\Bootstrapper3.exe'
> [1938:2568][2012-02-14T09:44:48]: Detect 1 packages
> [1938:2568][2012-02-14T09:44:48]: Detected package: SetupProject1.msi,
> state: Absent, cached: No
> [1938:2568][2012-02-14T09:44:48]: Detect complete, result: 0x0
> [1938:2568][2012-02-14T09:44:52]: Plan 1 packages, action: Install
> [1938:2568][2012-02-14T09:44:52]: Setting string variable
> 'WixBundleLog_SetupProject1.msi' to value
> 'C:\Users\hrody\AppData\Local\Temp\Bootstrapper3_20120214094447_0_SetupProject1.msi.log'
> [1938:2568][2012-02-14T09:44:52]: Setting string variable
> 'WixBundleRollbackLog_SetupProject1.msi' to value
> 'C:\Users\hrody\AppData\Local\Temp\Bootstrapper3_20120214094447_0_SetupProject1.msi_rollback.log'
> [1938:2568][2012-02-14T09:44:52]: Planned package: SetupProject1.msi,
> state: Absent, default requested: Present, ba requested: Present, execute:
> Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
> [1938:2568][2012-02-14T09:44:52]: Plan complete, result: 0x0
> [1938:2568][2012-02-14T09:44:52]: Apply begin
> [1ABC:212C][2012-02-14T09:44:52]: Caching bundle from:
> 'C:\Users\hrody\AppData\Local\Temp\{c1edb98f-61a0-4e47-81cf-093309e0e72b}\.be\Bootstrapper3.exe'
> to: 'C:\ProgramData\Package
> Cache\{c1edb98f-61a0-4e47-81cf-093309e0e72b}\Bootstrapper3.exe'
> [1ABC:212C][2012-02-14T09:44:52]: Registering bundle dependency provider:
> {c1edb98f-61a0-4e47-81cf-093309e0e72b}, version: 1.0.0.0
> [1ABC:1E94][2012-02-14T09:44:53]: Verified acquired payload:
> SetupProject1.msi at path: C:\ProgramData\Package
> Cache\.unverified\SetupProject1.msi, moving to: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi.
> [1ABC:1E94][2012-02-14T09:44:53]: Verified acquired payload:
> cabF52D1B2425057F8281C66111B2795130 at path: C:\ProgramData\Package
> Cache\.unverified\cabF52D1B2425057F8281C66111B2795130, moving to:
> C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\cab1.cab.
> [1ABC:212C][2012-02-14T09:44:53]: Applying package: SetupProject1.msi,
> action: Install, path: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi,
> arguments: ' MSIFASTINSTALL="7" TRANSFORMS=":Instance3" MSINEWINSTANCE="1"
> INSTALLFOLDER="C:\temp\TestPID3" RADAPPLICATION="TestPID3"'
> [1ABC:212C][2012-02-14T09:44:55]: Error 0x80070645: Failed to register
> source directory: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1; product:
> {7CB17298-D56B-40C3-9040-D9CC676F4AFF}
> [1ABC:212C][2012-02-14T09:44:55]: Error 0x80070645: Failed to register
> source directory.
> [1ABC:212C][2012-02-14T09:44:55]: Error 0x80070645: Failed to execute MSI
> package.
> [1938:2568][2012-02-14T09:44:55]: Error 0x80070645: Failed to configure
> per-machine MSI package.
> [1938:2568][2012-02-14T09:44:55]: Error 0x80070645: Failed to execute MSI
> package.
> [1ABC:212C][2012-02-14T09:44:55]: Removing cached package:
> {7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1, from path:
> C:\ProgramData\Package Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\
> [1938:2568][2012-02-14T09:44:55]: Error 0x80070645: Failed to execute
> apply.
> [1ABC:212C][2012-02-14T09:44:55]: Removing bundle dependency provider:
> {c1edb98f-61a0-4e47-81cf-093309e0e72b}
> [1ABC:212C][2012-02-14T09:44:55]: Removing cached bundle:
> {c1edb98f-61a0-4e47-81cf-093309e0e72b}, from path: C:\ProgramData\Package
> Cache\{c1edb98f-61a0-4e47-81cf-093309e0e72b}\
> [1938:2568][2012-02-14T09:44:55]: Apply complete, result: 0x80070645
> restart: No
>
>
> This is the log from the .msi
>
> === Verbose logging started: 2/14/2012  9:44:53  Build type: SHIP UNICODE
> 5.00.7601.00  Calling process:
> L:\bldtools\Setup\WiX\Bootstrapper3\Bootstrapper3\bin\Debug\Bootstrapper3.exe
> ===
> MSI (c) (BC:90) [09:44:53:204]: Resetting cached policy values
> MSI (c) (BC:90) [09:44:53:204]: Machine policy value 'Debug' is 0
> MSI (c) (BC:90) [09:44:53:204]: ******* RunEngine:
>           ******* Product: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi
>           ******* Action:
>           ******* CommandLine: **********
> MSI (c) (BC:90) [09:44:53:204]: Client-side and UI is none or basic:
> Running entire install on the server.
> MSI (c) (BC:90) [09:44:53:204]: Grabbed execution mutex.
> MSI (c) (BC:90) [09:44:53:214]: Cloaking enabled.
> MSI (c) (BC:90) [09:44:53:214]: Attempting to enable all disabled
> privileges before calling Install on Server
> MSI (c) (BC:90) [09:44:53:214]: Incrementing counter to disable shutdown.
> Counter after increment: 0
> MSI (s) (4C:BC) [09:44:53:224]: Running installation inside multi-package
> transaction C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi
> MSI (s) (4C:BC) [09:44:53:224]: Grabbed execution mutex.
> MSI (s) (4C:38) [09:44:53:224]: Resetting cached policy values
> MSI (s) (4C:38) [09:44:53:224]: Machine policy value 'Debug' is 0
> MSI (s) (4C:38) [09:44:53:224]: ******* RunEngine:
>           ******* Product: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi
>           ******* Action:
>           ******* CommandLine: **********
> MSI (s) (4C:38) [09:44:53:255]: Machine policy value 'TransformsSecure' is
> 0
> MSI (s) (4C:38) [09:44:53:255]: User policy value 'TransformsAtSource' is 0
> MSI (s) (4C:38) [09:44:53:255]: Machine policy value 'DisableUserInstalls'
> is 0
> MSI (s) (4C:38) [09:44:53:255]: SRSetRestorePoint skipped for this
> transaction.
> MSI (s) (4C:38) [09:44:53:305]: File will have security applied from
> OpCode.
> MSI (s) (4C:38) [09:44:53:367]: SOFTWARE RESTRICTION POLICY: Verifying
> package --> 'C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi'
> against software restriction policy
> MSI (s) (4C:38) [09:44:53:367]: Note: 1: 2262 2: DigitalSignature 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:367]: SOFTWARE RESTRICTION POLICY:
> C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi is
> not digitally signed
> MSI (s) (4C:38) [09:44:53:399]: SOFTWARE RESTRICTION POLICY:
> C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi is
> permitted to run at the 'unrestricted' authorization level.
> MSI (s) (4C:38) [09:44:53:399]: End dialog not enabled
> MSI (s) (4C:38) [09:44:53:399]: Original package ==>
> C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi
> MSI (s) (4C:38) [09:44:53:399]: Package we're running from ==>
> C:\Windows\Installer\5873f0f.msi
> MSI (s) (4C:38) [09:44:53:478]: APPCOMPAT: Compatibility mode property
> overrides found.
> MSI (s) (4C:38) [09:44:53:478]: APPCOMPAT: looking for appcompat database
> entry with ProductCode '{7CB17298-D56B-40C3-9040-D9CC676F4AFF}'.
> MSI (s) (4C:38) [09:44:53:478]: APPCOMPAT: no matching ProductCode found
> in database.
> MSI (s) (4C:38) [09:44:53:478]: Detected that this product uses a multiple
> instance transform.
> MSI (s) (4C:38) [09:44:53:478]: MSCOREE not loaded loading copy from
> system32
> MSI (s) (4C:38) [09:44:53:478]: Applying multiple instance transform
> ':Instance3'...
> MSI (s) (4C:38) [09:44:53:478]: Looking for storage transform: Instance3
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2205 2:  3: Patch
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2205 2:  3: PatchPackage
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: _Tables 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: _Columns 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: Media 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: File 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: TRANSFORM: 'PatchPackage' table is missing
> or empty.  No pre-transform fixup necessary.
> MSI (s) (4C:38) [09:44:53:478]: TRANSFORM: Applying regular transform to
> database.
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: _Tables 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: _Columns 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: _Validation 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: AdminExecuteSequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: AdminUISequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: AdvtExecuteSequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: Directory 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: Feature 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: FeatureComponents 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: File 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: InstallExecuteSequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: InstallUISequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: LaunchCondition 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: Media 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: Upgrade 3: -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: _MsiPatchTransformView 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2205 2:  3: MsiFileHash
> MSI (s) (4C:38) [09:44:53:478]: Transforming table Component.
>
> MSI (s) (4C:38) [09:44:53:478]: Machine policy value 'DisablePatch' is 0
> MSI (s) (4C:38) [09:44:53:478]: Machine policy value 'AllowLockdownPatch'
> is 0
> MSI (s) (4C:38) [09:44:53:478]: Machine policy value 'DisableLUAPatching'
> is 0
> MSI (s) (4C:38) [09:44:53:478]: Machine policy value
> 'DisableFlyWeightPatching' is 0
> MSI (s) (4C:38) [09:44:53:478]: APPCOMPAT: looking for appcompat database
> entry with ProductCode '{3332C54F-3BED-4A25-8699-331A10B0F24E}'.
> MSI (s) (4C:38) [09:44:53:478]: APPCOMPAT: no matching ProductCode found
> in database.
> MSI (s) (4C:38) [09:44:53:478]: Transforms are not secure.
> MSI (s) (4C:38) [09:44:53:478]: Transforming table Property.
>
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2205 2:  3: Control
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding MsiLogFileLocation
> property. Its value is
> 'C:\Users\hrody\AppData\Local\Temp\Bootstrapper3_20120214094447_0_SetupProject1.msi.log'.
> MSI (s) (4C:38) [09:44:53:478]: Command Line: MSIFASTINSTALL=7
> TRANSFORMS=:Instance3 MSINEWINSTANCE=1 INSTALLFOLDER=C:\temp\TestPID3
> RADAPPLICATION=TestPID3 REBOOT=ReallySuppress
> CURRENTDIRECTORY=L:\bldtools\Setup\WiX\Bootstrapper3\Bootstrapper3\bin\Debug
> CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=6844
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding PackageCode
> property. Its value is '{E29EEE32-BD91-4E27-93C0-235650E2373C}'.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding TRANSFORMS
> property. Its value is ':Instance3'.
> MSI (s) (4C:38) [09:44:53:478]: Product Code passed to Engine.Initialize:
>           ''
> MSI (s) (4C:38) [09:44:53:478]: Product Code from property table before
> transforms: '{7CB17298-D56B-40C3-9040-D9CC676F4AFF}'
> MSI (s) (4C:38) [09:44:53:478]: Product Code from property table after
> multiple instance transforms: '{3332C54F-3BED-4A25-8699-331A10B0F24E}'
> MSI (s) (4C:38) [09:44:53:478]: Product Code from property table after
> transforms:  '{3332C54F-3BED-4A25-8699-331A10B0F24E}'
> MSI (s) (4C:38) [09:44:53:478]: Product not registered: beginning
> first-time install
> MSI (s) (4C:38) [09:44:53:478]: Product
> {3332C54F-3BED-4A25-8699-331A10B0F24E} is not managed.
> MSI (s) (4C:38) [09:44:53:478]: MSI_LUA: Credential prompt not required,
> user is an admin
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding ProductState
> property. Its value is '-1'.
> MSI (s) (4C:38) [09:44:53:478]: Entering
> CMsiConfigurationManager::SetLastUsedSource.
> MSI (s) (4C:38) [09:44:53:478]: User policy value 'SearchOrder' is 'nmu'
> MSI (s) (4C:38) [09:44:53:478]: Adding new sources is allowed.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding
> PackagecodeChanging property. Its value is '1'.
> MSI (s) (4C:38) [09:44:53:478]: Package name extracted from package path:
> 'SetupProject1.msi'
> MSI (s) (4C:38) [09:44:53:478]: Package to be registered:
> 'SetupProject1.msi'
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:53:478]: Note: 1: 2262 2: AdminProperties 3:
> -2147287038
> MSI (s) (4C:38) [09:44:53:478]: Machine policy value 'DisableMsi' is 0
> MSI (s) (4C:38) [09:44:53:478]: Machine policy value
> 'AlwaysInstallElevated' is 0
> MSI (s) (4C:38) [09:44:53:478]: User policy value 'AlwaysInstallElevated'
> is 0
> MSI (s) (4C:38) [09:44:53:478]: Product installation will be elevated
> because user is admin and product is being installed per-machine.
> MSI (s) (4C:38) [09:44:53:478]: Running product
> '{3332C54F-3BED-4A25-8699-331A10B0F24E}' with elevated privileges: Product
> is assigned.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding MSIFASTINSTALL
> property. Its value is '7'.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding MSINEWINSTANCE
> property. Its value is '1'.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding INSTALLFOLDER
> property. Its value is 'C:\temp\TestPID3'.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding RADAPPLICATION
> property. Its value is 'TestPID3'.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding REBOOT property.
> Its value is 'ReallySuppress'.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding CURRENTDIRECTORY
> property. Its value is
> 'L:\bldtools\Setup\WiX\Bootstrapper3\Bootstrapper3\bin\Debug'.
> MSI (s) (4C:38) [09:44:53:478]: PROPERTY CHANGE: Adding CLIENTUILEVEL
> property. Its value is '3'.
> MSI (s) (4C:38) [09:44:53:494]: PROPERTY CHANGE: Adding
> MSICLIENTUSESEXTERNALUI property. Its value is '1'.
> MSI (s) (4C:38) [09:44:53:494]: PROPERTY CHANGE: Adding CLIENTPROCESSID
> property. Its value is '6844'.
> MSI (s) (4C:38) [09:44:53:494]: Machine policy value
> 'DisableAutomaticApplicationShutdown' is 0
> MSI (s) (4C:38) [09:44:53:494]: PROPERTY CHANGE: Adding
> MsiRestartManagerSessionKey property. Its value is
> '07ce02549dfe06429bb4a6c342e038c5'.
> MSI (s) (4C:38) [09:44:53:494]: RESTART MANAGER: Session opened.
> MSI (s) (4C:38) [09:44:53:494]: PROPERTY CHANGE: Adding
> MsiSystemRebootPending property. Its value is '1'.
> MSI (s) (4C:38) [09:44:53:494]: TRANSFORMS property is now: :Instance3
> MSI (s) (4C:38) [09:44:53:494]: PROPERTY CHANGE: Adding VersionDatabase
> property. Its value is '405'.
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\Favorites
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\Network Shortcuts
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\Documents
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\Recent
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\SendTo
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\Templates
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\ProgramData
> MSI (s) (4C:38) [09:44:53:494]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Local
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\Pictures
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\ProgramData\Microsoft\Windows\Start Menu\Programs
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\ProgramData\Microsoft\Windows\Start Menu
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\Users\Public\Desktop
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\Start
> Menu\Programs\Administrative Tools
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
> MSI (s) (4C:38) [09:44:53:510]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\AppData\Roaming\Microsoft\Windows\Start Menu
> MSI (s) (4C:38) [09:44:53:526]: SHELL32::SHGetFolderPath returned:
> C:\Users\hrody\Desktop
> MSI (s) (4C:38) [09:44:53:526]: SHELL32::SHGetFolderPath returned:
> C:\ProgramData\Microsoft\Windows\Templates
> MSI (s) (4C:38) [09:44:53:526]: SHELL32::SHGetFolderPath returned:
> C:\Windows\Fonts
> MSI (s) (4C:38) [09:44:53:526]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans
> Serif 4: 0 5: 16
> MSI (s) (4C:38) [09:44:53:526]: MSI_LUA: Setting MsiRunningElevated
> property to 1 because the install is already running elevated.
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding MsiRunningElevated
> property. Its value is '1'.
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding Privileged
> property. Its value is '1'.
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding USERNAME property.
> Its value is 'Microsoft'.
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding COMPANYNAME
> property. Its value is 'Microsoft'.
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding DATABASE property.
> Its value is 'C:\Windows\Installer\5873f0f.msi'.
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding OriginalDatabase
> property. Its value is 'C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi'.
> MSI (s) (4C:38) [09:44:53:526]: Machine policy value
> 'MsiDisableEmbeddedUI' is 0
> MSI (s) (4C:38) [09:44:53:526]: EEUI - Disabling MsiEmbeddedUI due to
> existing external or embedded UI
> MSI (s) (4C:38) [09:44:53:526]: EEUI - Disabling MsiEmbeddedUI for service
> because it's not a quiet/basic install
> MSI (s) (4C:38) [09:44:53:526]: Note: 1: 2205 2:  3: PatchPackage
> MSI (s) (4C:38) [09:44:53:526]: Machine policy value 'DisableRollback' is 0
> MSI (s) (4C:38) [09:44:53:526]: User policy value 'DisableRollback' is 0
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding UILevel property.
> Its value is '2'.
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding MsiUISourceResOnly
> property. Its value is '1'.
> === Logging started: 2/14/2012  9:44:53 ===
> MSI (s) (4C:38) [09:44:53:526]: PROPERTY CHANGE: Adding ACTION property.
> Its value is 'INSTALL'.
> MSI (s) (4C:38) [09:44:53:526]: Doing action: INSTALL
> MSI (s) (4C:38) [09:44:53:526]: Note: 1: 2205 2:  3: ActionText
> Action start 9:44:53: INSTALL.
> MSI (s) (4C:38) [09:44:53:526]: Running ExecuteSequence
> MSI (s) (4C:38) [09:44:53:526]: Doing action: FindRelatedProducts
> MSI (s) (4C:38) [09:44:53:526]: Note: 1: 2205 2:  3: ActionText
> Action start 9:44:53: FindRelatedProducts.
> MSI (s) (4C:38) [09:44:53:526]: Doing action: LaunchConditions
> MSI (s) (4C:38) [09:44:53:526]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: FindRelatedProducts. Return value 1.
> Action start 9:44:53: LaunchConditions.
> MSI (s) (4C:38) [09:44:53:526]: Doing action: ValidateProductID
> MSI (s) (4C:38) [09:44:53:526]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: LaunchConditions. Return value 1.
> Action start 9:44:53: ValidateProductID.
> MSI (s) (4C:38) [09:44:53:526]: Doing action: CostInitialize
> MSI (s) (4C:38) [09:44:53:526]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: ValidateProductID. Return value 1.
> MSI (s) (4C:38) [09:44:53:526]: Machine policy value 'MaxPatchCacheSize'
> is 10
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding ROOTDRIVE
> property. Its value is 'G:\'.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding CostingComplete
> property. Its value is '0'.
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: Patch
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: PatchPackage
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: MsiPatchHeaders
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: __MsiPatchFileList
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: PatchPackage
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2228 2:  3: PatchPackage 4:
> SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage`
> WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: Patch
> Action start 9:44:53: CostInitialize.
> MSI (s) (4C:38) [09:44:53:542]: Doing action: FileCost
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: CostInitialize. Return value 1.
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: MsiAssembly
> Action start 9:44:53: FileCost.
> MSI (s) (4C:38) [09:44:53:542]: Doing action: CostFinalize
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: FileCost. Return value 1.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding OutOfDiskSpace
> property. Its value is '0'.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace
> property. Its value is '0'.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding
> PrimaryVolumeSpaceAvailable property. Its value is '0'.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding
> PrimaryVolumeSpaceRequired property. Its value is '0'.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding
> PrimaryVolumeSpaceRemaining property. Its value is '0'.
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: Patch
> MSI (s) (4C:38) [09:44:53:542]: Note: 1: 2205 2:  3: Condition
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding TARGETDIR
> property. Its value is 'G:\'.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Modifying INSTALLFOLDER
> property. Its current value is 'C:\temp\TestPID3'. Its new value:
> 'C:\temp\TestPID3\'.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding RAD2DFOLDER
> property. Its value is 'C:\temp\TestPID3\Rad2d\'.
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding RAD2DBINFOLDER
> property. Its value is 'C:\temp\TestPID3\Rad2d\bin\'.
> MSI (s) (4C:38) [09:44:53:542]: Target path resolution complete. Dumping
> Directory table...
> MSI (s) (4C:38) [09:44:53:542]: Note: target paths subject to change (via
> custom actions or browsing)
> MSI (s) (4C:38) [09:44:53:542]: Dir (target): Key: TARGETDIR         ,
> Object: G:\
> MSI (s) (4C:38) [09:44:53:542]: Dir (target): Key: ProgramFilesFolder
>     , Object: C:\Program Files (x86)\
> MSI (s) (4C:38) [09:44:53:542]: Dir (target): Key: INSTALLFOLDER
>      , Object: C:\temp\TestPID3\
> MSI (s) (4C:38) [09:44:53:542]: Dir (target): Key: RAD2DFOLDER  , Object:
> C:\temp\TestPID3\Rad2d\
> MSI (s) (4C:38) [09:44:53:542]: Dir (target): Key: RAD2DBINFOLDER
>   , Object: C:\temp\TestPID3\Rad2d\bin\
> MSI (s) (4C:38) [09:44:53:542]: PROPERTY CHANGE: Adding INSTALLLEVEL
> property. Its value is '1'.
> MSI (s) (4C:38) [09:44:53:557]: Note: 1: 2205 2:  3: MsiAssembly
> MSI (s) (4C:38) [09:44:53:557]: Note: 1: 2228 2:  3: MsiAssembly 4:
>  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`,
> `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`,
> `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND
> `MsiAssembly`.`Component_` = ?
> Action start 9:44:53: CostFinalize.
> MSI (s) (4C:38) [09:44:53:951]: Doing action: MigrateFeatureStates
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: CostFinalize. Return value 1.
> Action start 9:44:53: MigrateFeatureStates.
> MSI (s) (4C:38) [09:44:53:951]: Doing action: InstallValidate
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: MigrateFeatureStates. Return value 0.
> MSI (s) (4C:38) [09:44:53:951]: PROPERTY CHANGE: Deleting
> MsiRestartManagerSessionKey property. Its current value is
> '07ce02549dfe06429bb4a6c342e038c5'.
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Dialog
> MSI (s) (4C:38) [09:44:53:951]: Feature: ProductFeature; Installed:
> Absent;   Request: Local;   Action: Local
> MSI (s) (4C:38) [09:44:53:951]: Component: draft.exe; Installed: Absent;
> Request: Local;   Action: Local
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Registry
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: BindImage
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: ProgId
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: PublishComponent
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: SelfReg
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Extension
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Font
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Shortcut
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Class
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Icon
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: TypeLib
> Action start 9:44:53: InstallValidate.
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: _RemoveFilePath
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: MsiFileHash
> MSI (s) (4C:38) [09:44:53:951]: PROPERTY CHANGE: Modifying CostingComplete
> property. Its current value is '0'. Its new value: '1'.
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Registry
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: BindImage
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: ProgId
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: PublishComponent
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: SelfReg
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Extension
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Font
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Shortcut
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Class
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: Icon
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: TypeLib
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2727 2:
> MSI (s) (4C:38) [09:44:53:951]: Note: 1: 2205 2:  3: FilesInUse
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2727 2:
> MSI (s) (4C:38) [09:44:53:971]: Doing action: RemoveExistingProducts
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: InstallValidate. Return value 1.
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2228 2:  3: Error 4: SELECT
> `Message` FROM `Error` WHERE `Error` = 22
> Action start 9:44:53: RemoveExistingProducts.
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2228 2:  3: Error 4: SELECT
> `Message` FROM `Error` WHERE `Error` = 23
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2228 2:  3: Error 4: SELECT
> `Message` FROM `Error` WHERE `Error` = 16
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2228 2:  3: Error 4: SELECT
> `Message` FROM `Error` WHERE `Error` = 21
> MSI (s) (4C:38) [09:44:53:971]: Doing action: InstallInitialize
> MSI (s) (4C:38) [09:44:53:971]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:53: RemoveExistingProducts. Return value 1.
> MSI (s) (4C:38) [09:44:53:971]: Machine policy value
> 'AlwaysInstallElevated' is 0
> MSI (s) (4C:38) [09:44:53:971]: User policy value 'AlwaysInstallElevated'
> is 0
> MSI (s) (4C:38) [09:44:53:971]: BeginTransaction: Locking Server
> MSI (s) (4C:38) [09:44:53:971]: Transforming table Property.
>
> MSI (s) (4C:38) [09:44:53:971]: SRSetRestorePoint skipped for this
> transaction.
> MSI (s) (4C:38) [09:44:53:971]: Server not locked: locking for product
> {3332C54F-3BED-4A25-8699-331A10B0F24E}
> Action start 9:44:53: InstallInitialize.
> MSI (s) (4C:38) [09:44:54:478]: Doing action: ProcessComponents
> MSI (s) (4C:38) [09:44:54:478]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: InstallInitialize. Return value 1.
> MSI (s) (4C:38) [09:44:54:478]: Note: 1: 2205 2:  3: MsiPatchCertificate
> MSI (s) (4C:38) [09:44:54:478]: LUA patching is disabled: missing
> MsiPatchCertificate table
> MSI (s) (4C:38) [09:44:54:499]: Resolving source.
> MSI (s) (4C:38) [09:44:54:499]: Resolving source to launched-from source.
> MSI (s) (4C:38) [09:44:54:499]: Setting launched-from source as last-used.
> MSI (s) (4C:38) [09:44:54:499]: PROPERTY CHANGE: Adding SourceDir
> property. Its value is 'C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\'.
> MSI (s) (4C:38) [09:44:54:499]: PROPERTY CHANGE: Adding SOURCEDIR
> property. Its value is 'C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\'.
> MSI (s) (4C:38) [09:44:54:499]: PROPERTY CHANGE: Adding SourcedirProduct
> property. Its value is '{3332C54F-3BED-4A25-8699-331A10B0F24E}'.
> MSI (s) (4C:38) [09:44:54:499]: SOURCEDIR ==> C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\
> MSI (s) (4C:38) [09:44:54:499]: SOURCEDIR product ==>
> {3332C54F-3BED-4A25-8699-331A10B0F24E}
> MSI (s) (4C:38) [09:44:54:499]: Determining source type
> MSI (s) (4C:38) [09:44:54:499]: Source type from package
> 'SetupProject1.msi': 2
> Action start 9:44:54: ProcessComponents.
> MSI (s) (4C:38) [09:44:54:499]: Source path resolution complete. Dumping
> Directory table...
> MSI (s) (4C:38) [09:44:54:499]: Dir (source): Key: TARGETDIR        ,
> Object: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\        , LongSubPath:
> , ShortSubPath:
> MSI (s) (4C:38) [09:44:54:499]: Dir (source): Key: ProgramFilesFolder
>   , Object: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\       , LongSubPath:
> , ShortSubPath:
> MSI (s) (4C:38) [09:44:54:499]: Dir (source): Key: INSTALLFOLDER
>     , Object: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\       , LongSubPath:
> SetupProject1\  , ShortSubPath: gogoqwri\
> MSI (s) (4C:38) [09:44:54:499]: Dir (source): Key: RAD2DFOLDER , Object:
> C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\        , LongSubPath:
> SetupProject1\Rad2d\   , ShortSubPath: gogoqwri\Rad2d\
> MSI (s) (4C:38) [09:44:54:499]: Dir (source): Key: RAD2DBINFOLDER
>  , Object: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\       , LongSubPath:
> SetupProject1\Rad2d\bin\           , ShortSubPath: gogoqwri\Rad2d\bin\
> MSI (s) (4C:38) [09:44:54:499]: Note: 1: 2205 2:  3: ActionText
> MSI (s) (4C:38) [09:44:54:499]: Note: 1: 2205 2:  3: ActionText
> MSI (s) (4C:38) [09:44:54:499]: Note: 1: 2205 2:  3: ActionText
> MSI (s) (4C:38) [09:44:54:499]: Doing action: UnpublishFeatures
> MSI (s) (4C:38) [09:44:54:499]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: ProcessComponents. Return value 1.
> Action start 9:44:54: UnpublishFeatures.
> MSI (s) (4C:38) [09:44:54:499]: Doing action: RemoveFiles
> MSI (s) (4C:38) [09:44:54:499]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: UnpublishFeatures. Return value 1.
> MSI (s) (4C:38) [09:44:54:499]: Note: 1: 2205 2:  3: RemoveFile
> MSI (s) (4C:38) [09:44:54:499]: Note: 1: 2205 2:  3: RemoveFile
> Action start 9:44:54: RemoveFiles.
> MSI (s) (4C:38) [09:44:54:499]: Doing action: InstallFiles
> MSI (s) (4C:38) [09:44:54:499]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: RemoveFiles. Return value 0.
> Action start 9:44:54: InstallFiles.
> MSI (s) (4C:38) [09:44:54:509]: Note: 1: 2205 2:  3: Patch
> MSI (s) (4C:38) [09:44:54:509]: Note: 1: 2228 2:  3: Patch 4: SELECT
> `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`,
> `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_`
> = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
> MSI (s) (4C:38) [09:44:54:509]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:54:509]: Note: 1: 2228 2:  3: Error 4: SELECT
> `Message` FROM `Error` WHERE `Error` = 1302
> MSI (s) (4C:38) [09:44:54:509]: Note: 1: 2205 2:  3: MsiSFCBypass
> MSI (s) (4C:38) [09:44:54:509]: Note: 1: 2228 2:  3: MsiSFCBypass 4:
> SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
> MSI (s) (4C:38) [09:44:54:509]: Note: 1: 2205 2:  3: MsiPatchHeaders
> MSI (s) (4C:38) [09:44:54:509]: Note: 1: 2228 2:  3: MsiPatchHeaders 4:
> SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2205 2:  3: MsiDigitalSignature
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2205 2:  3: PatchPackage
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2205 2:  3: MsiPatchHeaders
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2205 2:  3: PatchPackage
> MSI (s) (4C:38) [09:44:54:529]: Looking for storage transform: Instance3
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2205 2: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi 3:
> Patch
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2205 2: C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\SetupProject1.msi 3:
> PatchPackage
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: _Tables 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: _Columns 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: Media 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: File 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: TRANSFORM: 'PatchPackage' table is missing
> or empty.  No pre-transform fixup necessary.
> MSI (s) (4C:38) [09:44:54:529]: TRANSFORM: Applying regular transform to
> database.
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: _Tables 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: _Columns 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: _Validation 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: AdminExecuteSequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: AdminUISequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: AdvtExecuteSequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: Directory 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: Feature 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: FeatureComponents 3:
> -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: File 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: InstallExecuteSequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: InstallUISequence 3:
> -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: LaunchCondition 3:
> -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: Media 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: Upgrade 3: -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2262 2: _MsiPatchTransformView 3:
> -2147287038
> MSI (s) (4C:38) [09:44:54:529]: Transforming table Property.
>
> MSI (s) (4C:38) [09:44:54:529]: Transforming table Property.
>
> MSI (s) (4C:38) [09:44:54:529]: Transforming table Property.
>
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2205 2:  3: Patch
> MSI (s) (4C:38) [09:44:54:529]: Note: 1: 2228 2:  3: Patch 4: SELECT
> `Patch`.`Sequence`, `Patch`.`PatchSize`, `Patch`.`Attributes`,
> `Patch`.`Header`, `Patch`.`StreamRef_` FROM `File`,`Patch`,`Component`
> WHERE `File`=? AND `File`=`File_` AND `Component`=`Component_` ORDER BY
> `Patch`.`Sequence`
> MSI (s) (4C:38) [09:44:54:580]: Doing action: RegisterUser
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: InstallFiles. Return value 1.
> Action start 9:44:54: RegisterUser.
> MSI (s) (4C:38) [09:44:54:580]: Doing action: RegisterProduct
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: RegisterUser. Return value 1.
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2228 2:  3: Error 4: SELECT
> `Message` FROM `Error` WHERE `Error` = 1302
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2205 2:  3: MsiDigitalSignature
> Action start 9:44:54: RegisterProduct.
> MSI (s) (4C:38) [09:44:54:580]: PROPERTY CHANGE: Adding
> ProductToBeRegistered property. Its value is '1'.
> MSI (s) (4C:38) [09:44:54:580]: Doing action: PublishFeatures
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: RegisterProduct. Return value 1.
> Action start 9:44:54: PublishFeatures.
> MSI (s) (4C:38) [09:44:54:580]: Doing action: PublishProduct
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: PublishFeatures. Return value 1.
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2205 2:  3: Icon
> MSI (s) (4C:38) [09:44:54:580]: Note: 1: 2228 2:  3: Icon 4: SELECT
> `Name`, `Data` FROM `Icon`
> Action start 9:44:54: PublishProduct.
> MSI (s) (4C:38) [09:44:54:610]: Doing action: InstallFinalize
> MSI (s) (4C:38) [09:44:54:610]: Note: 1: 2205 2:  3: ActionText
> Action ended 9:44:54: PublishProduct. Return value 1.
> MSI (s) (4C:38) [09:44:54:610]: Running Script:
> C:\Windows\Installer\MSI43D0.tmp
> MSI (s) (4C:38) [09:44:54:610]: PROPERTY CHANGE: Adding UpdateStarted
> property. Its value is '1'.
> MSI (s) (4C:38) [09:44:54:610]: Machine policy value 'DisableRollback' is 0
> MSI (s) (4C:38) [09:44:54:621]: Note: 1: 1402 2:
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts
> 3: 2
> MSI (s) (4C:38) [09:44:54:631]: Executing op:
> Header(Signature=1397708873,Version=500,Timestamp=1078873500,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
> Action start 9:44:54: InstallFinalize.
> MSI (s) (4C:38) [09:44:54:631]: Executing op:
> ProductInfo(ProductKey={3332C54F-3BED-4A25-8699-331A10B0F24E},ProductName=RADInstance3,PackageName=SetupProject1.msi,Language=1033,Version=16777216,Assignment=1,ObsoleteArg=0,,,PackageCode={E29EEE32-BD91-4E27-93C0-235650E2373C},,,InstanceType=1,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
> MSI (s) (4C:38) [09:44:54:631]: Executing op:
> DialogInfo(Type=0,Argument=1033)
> MSI (s) (4C:38) [09:44:54:631]: Executing op:
> DialogInfo(Type=1,Argument=RADInstance3)
> MSI (s) (4C:38) [09:44:54:631]: Executing op:
> RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back
> action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing
> backup files,CleanupTemplate=File: [1])
> MSI (s) (4C:38) [09:44:54:631]: Executing op: SetBaseline(Baseline=0,)
> MSI (s) (4C:38) [09:44:54:631]: Executing op: SetBaseline(Baseline=1,)
> MSI (s) (4C:38) [09:44:54:631]: Executing op:
> ActionStart(Name=ProcessComponents,Description=Updating component
> registration,)
> MSI (s) (4C:38) [09:44:54:631]: Executing op:
> ProgressTotal(Total=1,Type=1,ByteEquivalent=24000)
> MSI (s) (4C:38) [09:44:54:631]: Executing op:
> ComponentRegister(ComponentId={DC302D84-D8BD-5927-A034-A72090F565BA},KeyPath=C:\temp\TestPID3\Rad2d\bin\draft.exe,State=3,,Disk=1,SharedDllRefCount=2,BinaryType=0)
> MSI (s) (4C:38) [09:44:55:128]: Executing op:
> ActionStart(Name=InstallFiles,Description=Copying new files,Template=File:
> [1],  Directory: [9],  Size: [6])
> MSI (s) (4C:38) [09:44:55:128]: Executing op:
> ProgressTotal(Total=1116160,Type=0,ByteEquivalent=1)
> MSI (s) (4C:38) [09:44:55:128]: Executing op:
> SetTargetFolder(Folder=C:\temp\TestPID3\Rad2d\bin\)
> MSI (s) (4C:38) [09:44:55:128]: Executing op:
> SetSourceFolder(Folder=1\gogoqwri\Rad2d\bin\|SetupProject1\Rad2d\bin\)
> MSI (s) (4C:38) [09:44:55:128]: Executing op:
> ChangeMedia(,MediaPrompt=Please insert the disk:
> ,MediaCabinet=1\cab1.cab,BytesPerTick=65536,CopierType=1,,,SignatureRequired=0,,,IsFirstPhysicalMedia=1)
> MSI (s) (4C:38) [09:44:55:128]: Executing op:
> RegisterSharedComponentProvider(,,File=draft.exe,Component={DC302D84-D8BD-5927-A034-A72090F565BA},ComponentVersion=1.0.0.1,ProductCode={3332C54F-3BED-4A25-8699-331A10B0F24E},ProductVersion=1.0.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
> MSI (s) (4C:38) [09:44:55:169]: Executing op:
> FileCopy(SourceName=draft.exe,SourceCabKey=draft.exe,DestName=draft.exe,Attributes=512,FileSize=1116160,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=58982400,,,,,,,)
> MSI (s) (4C:38) [09:44:55:179]: File:
> C:\temp\TestPID3\Rad2d\bin\draft.exe;       Won't Overwrite;
> Won't patch;                Existing file is of an equal version
> MSI (s) (4C:38) [09:44:55:179]: Executing op: CacheSizeFlush(,)
> MSI (s) (4C:38) [09:44:55:179]: Executing op:
> ActionStart(Name=RegisterProduct,Description=Registering
> product,Template=[1])
> MSI (s) (4C:38) [09:44:55:179]: Executing op:
> ChangeMedia(,MediaPrompt=Please insert the disk:
> ,MediaCabinet=1\cab1.cab,BytesPerTick=0,CopierType=1,,,SignatureRequired=0,,,IsFirstPhysicalMedia=1)
> MSI (s) (4C:38) [09:44:55:179]: Executing op:
> DatabaseCopy(DatabasePath=C:\Windows\Installer\5873f0f.msi,ProductCode={3332C54F-3BED-4A25-8699-331A10B0F24E},,,)
> MSI (s) (4C:38) [09:44:55:179]: Note: 1: 1402 2:
> UNKNOWN\Products\F45C2333DEB352A4689933A1010B2FE4\InstallProperties 3: 2
> MSI (s) (4C:38) [09:44:55:179]: File will have security applied from
> OpCode.
> MSI (s) (4C:38) [09:44:55:209]: Executing op:
> ProductRegister(UpgradeCode={BAC58534-2198-4060-9FDD-5A5C2DC602FC},VersionString=1.0.0.1,,,,InstallSource=C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\,Publisher=Microsoft,,,,,,,,,,,,EstimatedSize=1076,,,,)
> MSI (s) (4C:38) [09:44:55:311]: Executing op:
> ProductCPDisplayInfoRegister()
> MSI (s) (4C:38) [09:44:55:311]: Executing op:
> ActionStart(Name=PublishFeatures,Description=Publishing Product
> Features,Template=Feature: [1])
> MSI (s) (4C:38) [09:44:55:321]: Executing op:
> FeaturePublish(Feature=ProductFeature,,Absent=2,Component=8DAjo?s^`Dp('R-zW4vd)
> MSI (s) (4C:38) [09:44:55:321]: Executing op:
> ActionStart(Name=PublishProduct,Description=Publishing product information,)
> MSI (s) (4C:38) [09:44:55:321]: Executing op: CleanupConfigData()
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\F45C2333DEB352A4689933A1010B2FE4\Patches
> 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Executing op:
> RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Products\F45C2333DEB352A4689933A1010B2FE4\Patches 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Executing op:
> ProductPublish(PackageKey={E29EEE32-BD91-4E27-93C0-235650E2373C})
> MSI (s) (4C:38) [09:44:55:321]: Transforms are not secure.
> MSI (s) (4C:38) [09:44:55:321]: Registering storage transform: :Instance3
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:321]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4 3: 2
> MSI (s) (4C:38) [09:44:55:341]: Executing op:
> UpgradeCodePublish(UpgradeCode={BAC58534-2198-4060-9FDD-5A5C2DC602FC})
> MSI (s) (4C:38) [09:44:55:352]: Executing op:
> SourceListPublish(,,,,NumberOfDisks=1)
> MSI (s) (4C:38) [09:44:55:352]: Note: 1: 1402 2:
> UNKNOWN\Installer\Products\F45C2333DEB352A4689933A1010B2FE4\SourceList 3: 2
> MSI (s) (4C:38) [09:44:55:352]: Executing op: ProductPublishClient(,,)
> MSI (s) (4C:38) [09:44:55:362]: Executing op:
> SourceListRegisterLastUsed(SourceProduct={3332C54F-3BED-4A25-8699-331A10B0F24E},LastUsedSource=C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\)
> MSI (s) (4C:38) [09:44:55:362]: Entering
> CMsiConfigurationManager::SetLastUsedSource.
> MSI (s) (4C:38) [09:44:55:362]: Specifed source is already in a list.
> MSI (s) (4C:38) [09:44:55:362]: User policy value 'SearchOrder' is 'nmu'
> MSI (s) (4C:38) [09:44:55:362]: Adding new sources is allowed.
> MSI (s) (4C:38) [09:44:55:362]: Set LastUsedSource to:
> C:\ProgramData\Package
> Cache\{7CB17298-D56B-40C3-9040-D9CC676F4AFF}v1.0.0.1\.
> MSI (s) (4C:38) [09:44:55:362]: Set LastUsedType to: n.
> MSI (s) (4C:38) [09:44:55:362]: Set LastUsedIndex to: 1.
> MSI (s) (4C:38) [09:44:55:362]: Executing op:
> End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=1177024)
> MSI (s) (4C:38) [09:44:55:372]: User policy value 'DisableRollback' is 0
> MSI (s) (4C:38) [09:44:55:372]: Machine policy value 'DisableRollback' is 0
> MSI (s) (4C:38) [09:44:55:382]: Note: 1: 2318 2:
> MSI (s) (4C:38) [09:44:55:382]: No System Restore sequence number for this
> installation.
> MSI (s) (4C:38) [09:44:55:382]: Unlocking Server
> MSI (s) (4C:38) [09:44:55:412]: PROPERTY CHANGE: Deleting UpdateStarted
> property. Its current value is '1'.
> Action ended 9:44:55: InstallFinalize. Return value 1.
> Action ended 9:44:55: INSTALL. Return value 1.
> MSI (s) (4C:38) [09:44:55:412]: Note: 1: 1707
> MSI (s) (4C:38) [09:44:55:412]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:55:412]: Note: 1: 2228 2:  3: Error 4: SELECT
> `Message` FROM `Error` WHERE `Error` = 1707
> MSI (s) (4C:38) [09:44:55:412]: Note: 1: 2205 2:  3: Error
> MSI (s) (4C:38) [09:44:55:412]: Note: 1: 2228 2:  3: Error 4: SELECT
> `Message` FROM `Error` WHERE `Error` = 1709
> MSI (s) (4C:38) [09:44:55:412]: Product: RADInstance3 -- Installation
> completed successfully.
>
> MSI (s) (4C:38) [09:44:55:412]: Windows Installer installed the product.
> Product Name: RADInstance3. Product Version: 1.0.0.1. Product Language:
> 1033. Manufacturer: Microsoft. Installation success or error status: 0.
>
> MSI (s) (4C:38) [09:44:55:412]: Deferring clean up of packages/files, if
> any exist
> MSI (s) (4C:38) [09:44:55:412]: MainEngineThread is returning 0
> MSI (s) (4C:BC) [09:44:55:412]: RESTART MANAGER: Session closed.
> MSI (s) (4C:BC) [09:44:55:412]: No System Restore sequence number for this
> installation.
> === Logging stopped: 2/14/2012  9:44:55 ===
> MSI (s) (4C:BC) [09:44:55:423]: User policy value 'DisableRollback' is 0
> MSI (s) (4C:BC) [09:44:55:423]: Machine policy value 'DisableRollback' is 0
> MSI (s) (4C:BC) [09:44:55:423]: Incrementing counter to disable shutdown.
> Counter after increment: 0
> MSI (s) (4C:BC) [09:44:55:423]: Note: 1: 1402 2:
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts
> 3: 2
> MSI (s) (4C:BC) [09:44:55:423]: Note: 1: 1402 2:
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts
> 3: 2
> MSI (s) (4C:BC) [09:44:55:423]: Decrementing counter to disable shutdown.
> If counter >= 0, shutdown will be denied.  Counter after decrement: -1
> MSI (s) (4C:BC) [09:44:55:423]: Restoring environment variables
> MSI (c) (BC:90) [09:44:55:423]: Decrementing counter to disable shutdown.
> If counter >= 0, shutdown will be denied.  Counter after decrement: -1
> MSI (c) (BC:90) [09:44:55:423]: MainEngineThread is returning 0
> === Verbose logging stopped: 2/14/2012  9:44:55 ===
>
>
> Marshall Rody
> RAD Technical Consulting
> Process, Power and Marine
> Intergraph Corporation
> 300 Intergraph Way, Madison, AL 35758 USA
> P 1.256.730.3298 F 1.256.730.3200
> marshall.r...@intergraph.com<mailto:marshall.r...@intergraph.com>,
> www.intergraph.com<http://www.intergraph.com/>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to