windows installer stopped

A

Ago

I try to install any .msi package but i have always This:"The installer was
interrupted before [program name] could be installed. You need to restart
the installer to try again"

Does anyone has any idea?

Thanks
 
K

Kallely Sajan

Looks like one of the installation actions is throwing an exception. Run the
installation with logging to see what is happening.
The syntax is msiexec /i <path to msi file> /l*v <log file path>

--

Regards,
Sajan.

PS: Please don't send me direct emails, use the newsroom.
 
K

Kallely Sajan

You didn't run it with verbose logging, did you? Run it with verbose logging
with the instructions I gave you before

Also do an Orca ICE validation on the kit?

Looks like your ExecuteAction is throwing the exception.

--

Regards,
Sajan.

PS: Please don't send me direct emails, use the newsroom.
 
A

Agostino Rota

Kallely Sajan said:
Looks like one of the installation actions is throwing an exception. Run the
installation with logging to see what is happening.
The syntax is msiexec /i <path to msi file> /l*v <log file path>

=== Logging started: 15/07/2003 21.02.57 ===
Action start 21.02.57: INSTALL.
Action start 21.02.57: AppSearch.
Action ended 21.02.57: AppSearch. Return value 1.
Action start 21.02.57: FindRelatedProducts.
Action ended 21.02.57: FindRelatedProducts. Return value 1.
Action start 21.02.57: LaunchConditions.
Action ended 21.02.57: LaunchConditions. Return value 1.
Action start 21.02.57: CCPSearch.
Action ended 21.02.57: CCPSearch. Return value 1.
Action start 21.02.57: RMCCPSearch.
Action ended 21.02.57: RMCCPSearch. Return value 0.
Action start 21.02.57: ValidateProductID.
Action ended 21.02.57: ValidateProductID. Return value 1.
Action start 21.02.57: DIRCA_TARGETDIR.
Action ended 21.02.57: DIRCA_TARGETDIR. Return value 1.
Action start 21.02.57: CostInitialize.
Action ended 21.02.57: CostInitialize. Return value 1.
Action start 21.02.57: FileCost.
Action ended 21.02.57: FileCost. Return value 1.
Action start 21.02.57: IsolateComponents.
Action ended 21.02.57: IsolateComponents. Return value 1.
Action start 21.02.57: CostFinalize.
Action ended 21.02.57: CostFinalize. Return value 1.
Action start 21.02.57: WelcomeForm.
Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0
Info 2898. VSI_MS_Sans_Serif16.0_1_0, MS Sans Serif, 0
DEBUG: Error 2826: Control BannerBmp on dialog WelcomeForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, BannerBmp, to the right
Info 2898. VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400, MS Sans
Serif, 0
DEBUG: Error 2826: Control Line1 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line2, to the right
Action 21.02.57: WelcomeForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog FolderForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line2, to the right
Info 2898. VSI_MS_Shell_Dlg13.0_0_0, MS Shell Dlg, 0
Action 21.02.59: FolderForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line2, to the right
Action 21.03.06: ConfirmInstallForm. Dialog created
Action ended 21.03.07: WelcomeForm. Return value 1.
Action start 21.03.07: ProgressForm.
DEBUG: Error 2826: Control BannerBmp on dialog ProgressForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ProgressForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ProgressForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line2, to the right
Action 21.03.07: ProgressForm. Dialog created
Action ended 21.03.07: ProgressForm. Return value 1.
Action start 21.03.07: ExecuteAction.
Action ended 21.03.10: ExecuteAction. Return value 3.
Action start 21.03.10: FatalErrorForm.
DEBUG: Error 2826: Control BannerBmp on dialog FatalErrorForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line2, to the right
Action 21.03.10: FatalErrorForm. Dialog created
Action ended 21.03.12: FatalErrorForm. Return value 1.
Action ended 21.03.12: INSTALL. Return value 3.
=== Logging stopped: 15/07/2003 21.03.12 ===
MSI (c) (DC:F4): Product: Magic Library 1.7.4 -- Installation failed.
 
K

Kallely Sajan

Huh, looks bit interesting. Can you give some background on this install
kit, like what it does, does it have nested installations and how many,
other special things that you do in the, etc. It looks like your original
msi file magicinstall174.msi is getting locked by something and the install
is not able to open it.
--

Regards,
Sajan.

PS: Please don't send me direct emails, use the newsroom.

Agostino Rota said:
Kallely Sajan said:
You didn't run it with verbose logging, did you? Run it with verbose logging
with the instructions I gave you before

Also do an Orca ICE validation on the kit?

What's this?
Looks like your ExecuteAction is throwing the exception.

I'm sorry

The new log file is this:

=== Verbose logging started: 15/07/2003 22.03.07 Build type: SHIP UNICODE
2.00.2600.1183 Calling process: C:\WINNT\system32\msiexec.exe ===
MSI (c) (DC:30): Resetting cached policy values
MSI (c) (DC:30): Machine policy value 'Debug' is 0
MSI (c) (DC:30): ******* RunEngine:
******* Product: magicinstall174.msi
******* Action:
******* CommandLine: **********
MSI (c) (DC:30): Machine policy value 'DisableUserInstalls' is 0
MSI (c) (DC:30): Cloaking enabled.
MSI (c) (DC:30): End dialog not enabled
MSI (c) (DC:30): Original package ==> D:\Agostino\Tmp\magicinstall174.msi
MSI (c) (DC:30): Package we're running from ==>
C:\DOCUME~1\Ago\IMPOST~1\Temp\942008.msi
MSI (c) (DC:30): APPCOMPAT: looking for appcompat database entry with
ProductCode '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'.
MSI (c) (DC:30): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (DC:30): Machine policy value 'TransformsSecure' is 0
MSI (c) (DC:30): User policy value 'TransformsAtSource' is 0
MSI (c) (DC:30): APPCOMPAT: looking for appcompat database entry with
ProductCode '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'.
MSI (c) (DC:30): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (DC:30): Transforms are not secure.
MSI (c) (DC:30): Command Line: CURRENTDIRECTORY=D:\Agostino\Tmp
CLIENTUILEVEL=0 CLIENTPROCESSID=1756 %HOMEPATH=\ %HOMEDRIVE=C: %HOMESHARE=
MSI (c) (DC:30): Product Code passed to Engine.Initialize: ''
MSI (c) (DC:30): Product Code from property table before transforms:
'{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
MSI (c) (DC:30): Product Code from property table after transforms:
'{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
MSI (c) (DC:30): Product not registered: beginning first-time install
MSI (c) (DC:30): Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (DC:30): User policy value 'SearchOrder' is 'nmu'
MSI (c) (DC:30): Adding new sources is allowed.
MSI (c) (DC:30): Package name extracted from package path:
'magicinstall174.msi'
MSI (c) (DC:30): Package to be registered: 'MagicInstall174.msi'
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (DC:30): Machine policy value 'DisableMsi' is 0
MSI (c) (DC:30): Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (DC:30): User policy value 'AlwaysInstallElevated' is 0
MSI (c) (DC:30): Running product '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
with user privileges: It's not assigned.
MSI (c) (DC:30): TRANSFORMS property is now:
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Preferiti
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Risorse di rete
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: d:\Agostino
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Risorse di stampa
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Recent
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\SendTo
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Modelli
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Impostazioni locali\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: d:\Agostino\Immagini
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi\Strumenti di amministrazione
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi\Esecuzione automatica
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Desktop
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi\Strumenti di amministrazione
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi\Esecuzione automatica
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Desktop
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\WINNT\Fonts
MSI (c) (DC:30): Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (DC:30): MSCOREE not loaded loading copy from system32
=== Logging started: 15/07/2003 22.03.08 ===
MSI (c) (DC:30): Machine policy value 'DisableRollback' is 0
MSI (c) (DC:30): User policy value 'DisableRollback' is 0
MSI (c) (DC:30): Doing action: INSTALL
MSI (c) (DC:30): Note: 1: 2262 2: ActionText 3: -2147287038
Action start 22.03.08: INSTALL.
MSI (c) (DC:30): UI Sequence table 'InstallUISequence' is present and
populated.
MSI (c) (DC:30): Running UISequence
MSI (c) (DC:30): Skipping action: ERRCA_UIANDADVERTISED (condition is false)
MSI (c) (DC:30): Doing action: AppSearch
Action start 22.03.08: AppSearch.
MSI (c) (DC:30): Note: 1: 2262 2: AppSearch 3: -2147287038
Action ended 22.03.08: AppSearch. Return value 1.
MSI (c) (DC:30): Doing action: FindRelatedProducts
Action start 22.03.08: FindRelatedProducts.
MSI (c) (DC:30): Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 22.03.08: FindRelatedProducts. Return value 1.
MSI (c) (DC:30): Doing action: LaunchConditions
Action start 22.03.08: LaunchConditions.
Action ended 22.03.08: LaunchConditions. Return value 1.
MSI (c) (DC:30): Doing action: CCPSearch
Action start 22.03.08: CCPSearch.
MSI (c) (DC:30): Note: 1: 2262 2: CCPSearch 3: -2147287038
Action ended 22.03.08: CCPSearch. Return value 1.
MSI (c) (DC:30): Doing action: RMCCPSearch
Action start 22.03.08: RMCCPSearch.
MSI (c) (DC:30): Note: 1: 2262 2: CCPSearch 3: -2147287038
Action ended 22.03.08: RMCCPSearch. Return value 0.
MSI (c) (DC:30): Doing action: ValidateProductID
Action start 22.03.08: ValidateProductID.
Action ended 22.03.08: ValidateProductID. Return value 1.
MSI (c) (DC:30): Doing action: DIRCA_TARGETDIR
Action start 22.03.08: DIRCA_TARGETDIR.
Action ended 22.03.08: DIRCA_TARGETDIR. Return value 1.
MSI (c) (DC:30): Doing action: CostInitialize
Action start 22.03.08: CostInitialize.
Action ended 22.03.08: CostInitialize. Return value 1.
MSI (c) (DC:30): Doing action: FileCost
Action start 22.03.08: FileCost.
MSI (c) (DC:30): Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: IniFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: ReserveCost 3: -2147287038
Action ended 22.03.08: FileCost. Return value 1.
MSI (c) (DC:30): Doing action: IsolateComponents
Action start 22.03.08: IsolateComponents.
MSI (c) (DC:30): Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Patch 3: -2147287038
Action ended 22.03.08: IsolateComponents. Return value 1.
MSI (c) (DC:30): Skipping action: ResumeForm (condition is false)
MSI (c) (DC:30): Skipping action: MaintenanceForm (condition is false)
MSI (c) (DC:30): Doing action: CostFinalize
Action start 22.03.08: CostFinalize.
MSI (c) (DC:30): Note: 1: 2262 2: Patch 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Condition 3: -2147287038
MSI (c) (DC:30): Target path resolution complete. Dumping Directory table...
MSI (c) (DC:30): Note: target paths subject to change (via custom actions or
browsing)
MSI (c) (DC:30): Dir (target): Key: TARGETDIR , Object:
C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: WindowsFolder , Object: C:\WINNT\
MSI (c) (DC:30): Dir (target): Key: ProgramMenuFolder , Object: C:\Documents
and Settings\Ago\Menu Avvio\Programmi\
MSI (c) (DC:30): Dir (target): Key: DesktopFolder , Object: C:\Documents and
Settings\Ago\Desktop\
MSI (c) (DC:30): Dir (target): Key: _BF2F62DB8C61469AA22008BE69B10FD0 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Bin\
MSI (c) (DC:30): Dir (target): Key: GAC , Object: C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _3E047F851E604BEEA14567DCF8D726D0 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _C8BB1916DF39433CB5646D33F8331611 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _F7FC3C797F4D4DA58C2CE8096FE1B2FF ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Samples\
MSI (c) (DC:30): Dir (target): Key: _3F9C760FABD64C9A86CD20D8171D7AB2 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\
MSI (c) (DC:30): Dir (target): Key: _FA97878B366C47B6A2FFB05EA3B0E20B ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleMenus\
MSI (c) (DC:30): Dir (target): Key: _607390F8119149CB98AD62E0313413BE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleDocking\
MSI (c) (DC:30): Dir (target): Key: _2E4D56D6821D4300B66634B437D4A1EE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabControl\
MSI (c) (DC:30): Dir (target): Key: _FABF683DA180459ABBAE9D2E6688EAA6 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleWizard\
MSI (c) (DC:30): Dir (target): Key: _C5F03C31B68144EEADB9B30748665065 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _1B3D355D4E3D42DFB5DF598819483342 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\
MSI (c) (DC:30): Dir (target): Key: _0920F90553A84FD6905AF2A4B99AA91D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\
MSI (c) (DC:30): Dir (target): Key: _AEA0B825724F4F8ABC919A5A7E87FC8D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleDocking\
MSI (c) (DC:30): Dir (target): Key: _1105ADEC67364764B9395F0026688714 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleMenus\
MSI (c) (DC:30): Dir (target): Key: _EF3BBEC2FB4C47DB9B260FADD3E51B16 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _3943BD294EF04A1EA0715827652E7F67 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabbedGroups\Bitmaps\
MSI (c) (DC:30): Dir (target): Key: _D3EC5DC911F14486B51AE171873BD5E3 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabControl\
MSI (c) (DC:30): Dir (target): Key: _AE24A985DC4C4235B8805CDF7618F0EE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleWizard\
MSI (c) (DC:30): Dir (target): Key: _125A4B0AAF5948BD933A28EC26E17C8B ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Source\
MSI (c) (DC:30): Dir (target): Key: _3FD077118FC14FCE9375DA6597FC76FB ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\
MSI (c) (DC:30): Dir (target): Key: _917B741A5EDE415C8F25A91206011E3A ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Collections\
MSI (c) (DC:30): Dir (target): Key: _BF33DD32B43A4A21814DA41C9073CC17 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Win32\
MSI (c) (DC:30): Dir (target): Key: _ECC4383F56D346B690F9AD24437D60CB ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Resources\
MSI (c) (DC:30): Dir (target): Key: _5DB0FD1B637242E196F025B2B3797DA3 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Forms\
MSI (c) (DC:30): Dir (target): Key: _F0F58966ADFF40D98938A8F0C4528012 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Common\
MSI (c) (DC:30): Dir (target): Key: _236F996C7E744FDBB644572D08924709 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Menus\
MSI (c) (DC:30): Dir (target): Key: _68D4917EE8204FA88E22F53FB64F0E7F ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\
MSI (c) (DC:30): Dir (target): Key: _B52B7A00E29449EC8DA1E4D2994A204F ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\ResizeBar\
MSI (c) (DC:30): Dir (target): Key: _DB0B6A8114504E358BA6552DC6683AAD ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\BorderForControl\
MSI (c) (DC:30): Dir (target): Key: _AD6A3E8605E34A8996B4665128197D8D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\WizardControl\
MSI (c) (DC:30): Dir (target): Key: _E332191AC96C4346A83C34F2781AC7C2 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\InertButton\
MSI (c) (DC:30): Dir (target): Key: _EEB0BE0AE6E24AC18257146DD7A07530 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabControl\
MSI (c) (DC:30): Dir (target): Key: _5074E59D55BA4D259FD28B58FBCA00DF ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _B53034B6C924484F8941D43F1C61D729 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Docking\
MSI (c) (DC:30): Dir (target): Key: _CDF17EDE3D064F8B9B7F621A05B0A074 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Articles\
MSI (c) (DC:30): Dir (target): Key: _445C56E72A324160B18BC8521832E1EA ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Articles\images3\
MSI (c) (DC:30): Note: 1: 2262 2: RemoveFile 3: -2147287038
Action ended 22.03.08: CostFinalize. Return value 1.
MSI (c) (DC:30): Doing action: WelcomeForm
Action start 22.03.08: WelcomeForm.
Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0
Info 2898. VSI_MS_Sans_Serif16.0_1_0, MS Sans Serif, 0
DEBUG: Error 2826: Control BannerBmp on dialog WelcomeForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, BannerBmp, to the right
Info 2898. VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400, MS Sans
Serif, 0
DEBUG: Error 2826: Control Line1 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line2, to the right
Action 22.03.08: WelcomeForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog FolderForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line2, to the right
Info 2898. VSI_MS_Shell_Dlg13.0_0_0, MS Shell Dlg, 0
Action 22.03.11: FolderForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line2, to the right
Action 22.03.13: ConfirmInstallForm. Dialog created
Action ended 22.03.14: WelcomeForm. Return value 1.
MSI (c) (DC:30): Doing action: ProgressForm
Action start 22.03.14: ProgressForm.
DEBUG: Error 2826: Control BannerBmp on dialog ProgressForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ProgressForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ProgressForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line2, to the right
Action 22.03.14: ProgressForm. Dialog created
Action ended 22.03.14: ProgressForm. Return value 1.
MSI (c) (DC:30): Doing action: ExecuteAction
Action start 22.03.14: ExecuteAction.
MSI (c) (DC:30): Grabbed execution mutex.
MSI (c) (DC:30): Incrementing counter to disable shutdown. Counter after
increment: 0
MSI (c) (DC:30): Switching to server: TARGETDIR="C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\"
_CDF17EDE3D064F8B9B7F621A05B0A074="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Articles\"
_B53034B6C924484F8941D43F1C61D729="C:\Prog
rammi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Docking\"
_445C56E72A324160B18BC8521832E1EA="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Articles\images3\"
_AE24A985DC4C4235B8805CDF7618F0EE="C:\Programmi\Crownwood Cons
ulting Ltd\Magic Library 1.7.4\Samples\C#\SampleWizard\"
_5074E59D55BA4D259FD28B58FBCA00DF="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\TabbedGroups\"
_1B3D355D4E3D42DFB5DF598819483342="C:\Programmi\Crownwood Con
sulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\"
_D3EC5DC911F14486B51AE171873BD5E3="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Samples\C#\SampleTabControl\"
_3943BD294EF04A1EA0715827652E7F67="C:\Programmi\Crownwoo
d Consulting Ltd\Magi
MSI (s) (40:48): Resetting cached policy values
MSI (s) (40:48): Machine policy value 'Debug' is 0
MSI (s) (40:48): ******* RunEngine:
******* Product: D:\Agostino\Tmp\magicinstall174.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (40:48): Machine policy value 'DisableUserInstalls' is 0
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 014000001E872D116BF00006799C897E
MSI (s) (40:48): Using cached product context: machine assigned for product:
014000001E872D116BF00006799C897E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 0140160B04876844DB2D7F490A880187
MSI (s) (40:48): Using cached product context: machine assigned for product:
0140160B04876844DB2D7F490A880187
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 018E5796F29C0F54B0DF81B713F2018E
MSI (s) (40:48): Using cached product context: machine assigned for product:
018E5796F29C0F54B0DF81B713F2018E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 10D9F7A883B1CE143815FDEB3E09D939
MSI (s) (40:48): Using cached product context: machine assigned for product:
10D9F7A883B1CE143815FDEB3E09D939
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 15D556A132413A847B84F8A5B02E498C
MSI (s) (40:48): Using cached product context: machine assigned for product:
15D556A132413A847B84F8A5B02E498C
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 2AD617F6F8933D11581E000540386890
MSI (s) (40:48): Using cached product context: machine assigned for product:
2AD617F6F8933D11581E000540386890
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 3818E50BA6683D1179FD00008F8D2F9E
MSI (s) (40:48): Using cached product context: machine assigned for product:
3818E50BA6683D1179FD00008F8D2F9E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 3E6D51529E5A3004B995C9ABCD7B7D88
MSI (s) (40:48): Using cached product context: machine assigned for product:
3E6D51529E5A3004B995C9ABCD7B7D88
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 4DAADC6B91718EF47BF803E2C71815C7
MSI (s) (40:48): Using cached product context: machine assigned for product:
4DAADC6B91718EF47BF803E2C71815C7
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 580B850597AA5E147A6286B1C4B448E6
MSI (s) (40:48): Using cached product context: machine assigned for product:
580B850597AA5E147A6286B1C4B448E6
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 667FCD348386A9F4C8199DD25A68FD7A
MSI (s) (40:48): Using cached product context: machine assigned for product:
667FCD348386A9F4C8199DD25A68FD7A
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 9D7464EDE12EA9647A0DEA82853292C2
MSI (s) (40:48): Using cached product context: machine assigned for product:
9D7464EDE12EA9647A0DEA82853292C2
MSI (s) (40:48): Setting cached product context: machine assigned for
product: B8259C2CB9825D115AA4000972A8B18B
MSI (s) (40:48): Using cached product context: machine assigned for product:
B8259C2CB9825D115AA4000972A8B18B
MSI (s) (40:48): Setting cached product context: machine assigned for
product: B85B2D2FDF2B1D643891CD5E46709943
MSI (s) (40:48): Using cached product context: machine assigned for product:
B85B2D2FDF2B1D643891CD5E46709943
MSI (s) (40:48): Setting cached product context: machine assigned for
product: C838BEBA7A1AD5C47B1EB834410B5034
MSI (s) (40:48): Using cached product context: machine assigned for product:
C838BEBA7A1AD5C47B1EB834410B5034
MSI (s) (40:48): Setting cached product context: machine assigned for
product: DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (40:48): Using cached product context: machine assigned for product:
DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (40:48): Setting cached product context: machine assigned for
product: E5D34CD46C2739D4DAA7FE7EAC16F247
MSI (s) (40:48): Using cached product context: machine assigned for product:
E5D34CD46C2739D4DAA7FE7EAC16F247
MSI (s) (40:48): Setting cached product context: machine assigned for
product: EEB2F510C51F7F146973745A53A3E092
MSI (s) (40:48): Using cached product context: machine assigned for product:
EEB2F510C51F7F146973745A53A3E092
MSI (s) (40:48): Note: 1: 2318 2: D:\Agostino\Tmp\magicinstall174.msi
MSI (s) (40:48): MainEngineThread is returning 1603
MSI (c) (DC:30): Back from server. Return value: 1603
MSI (c) (DC:30): Decrementing counter to disable shutdown. If counter >= 0,
shutdown will be denied. Counter after decrement: -1
Action ended 22.03.17: ExecuteAction. Return value 3.
MSI (c) (DC:30): Doing action: FatalErrorForm
Action start 22.03.17: FatalErrorForm.
DEBUG: Error 2826: Control BannerBmp on dialog FatalErrorForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line2, to the right
Action 22.03.17: FatalErrorForm. Dialog created
Action ended 22.03.18: FatalErrorForm. Return value 1.
Action ended 22.03.18: INSTALL. Return value 3.
Property(C): UpgradeCode = {DF6FE11C-E59B-4898-8903-8375C337EDC3}
Property(C): TARGETDIR = C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\
Property(C): _CDF17EDE3D064F8B9B7F621A05B0A074 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Articles\
Property(C): _B53034B6C924484F8941D43F1C61D729 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Docking\
Property(C): _445C56E72A324160B18BC8521832E1EA = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Articles\images3\
Property(C): _AE24A985DC4C4235B8805CDF7618F0EE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleWizard\
Property(C): _5074E59D55BA4D259FD28B58FBCA00DF = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabbedGroups\
Property(C): _1B3D355D4E3D42DFB5DF598819483342 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\
Property(C): _D3EC5DC911F14486B51AE171873BD5E3 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabControl\
Property(C): _3943BD294EF04A1EA0715827652E7F67 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabbedGroups\Bitmaps\
Property(C): _EEB0BE0AE6E24AC18257146DD7A07530 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\TabControl\
Property(C): _236F996C7E744FDBB644572D08924709 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Menus\
Property(C): _E332191AC96C4346A83C34F2781AC7C2 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\InertButton\
Property(C): _FABF683DA180459ABBAE9D2E6688EAA6 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleWizard\
Property(C): _F0F58966ADFF40D98938A8F0C4528012 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Common\
Property(C): _2E4D56D6821D4300B66634B437D4A1EE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabControl\
Property(C): _607390F8119149CB98AD62E0313413BE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleDocking\
Property(C): _1105ADEC67364764B9395F0026688714 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleMenus\
Property(C): GAC = C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\
Property(C): _3E047F851E604BEEA14567DCF8D726D0 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
Property(C): _C8BB1916DF39433CB5646D33F8331611 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
Property(C): _AD6A3E8605E34A8996B4665128197D8D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\WizardControl\
Property(C): _68D4917EE8204FA88E22F53FB64F0E7F = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\
Property(C): _5DB0FD1B637242E196F025B2B3797DA3 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Forms\
Property(C): _BF2F62DB8C61469AA22008BE69B10FD0 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Bin\
Property(C): _C5F03C31B68144EEADB9B30748665065 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabbedGroups\
Property(C): _DB0B6A8114504E358BA6552DC6683AAD = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\BorderForControl\
Property(C): _FA97878B366C47B6A2FFB05EA3B0E20B = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleMenus\
Property(C): _ECC4383F56D346B690F9AD24437D60CB = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Resources\
Property(C): _AEA0B825724F4F8ABC919A5A7E87FC8D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleDocking\
Property(C): _BF33DD32B43A4A21814DA41C9073CC17 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Win32\
Property(C): _917B741A5EDE415C8F25A91206011E3A = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Collections\
Property(C): _EF3BBEC2FB4C47DB9B260FADD3E51B16 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabbedGroups\
Property(C): _B52B7A00E29449EC8DA1E4D2994A204F = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\ResizeBar\
Property(C): _0920F90553A84FD6905AF2A4B99AA91D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\
Property(C): _3FD077118FC14FCE9375DA6597FC76FB = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\
Property(C): _3F9C760FABD64C9A86CD20D8171D7AB2 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\
Property(C): _125A4B0AAF5948BD933A28EC26E17C8B = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\
Property(C): DesktopFolder = C:\Documents and Settings\Ago\Desktop\
Property(C): ProgramMenuFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\
Property(C): SourceDir = D:\Agostino\Tmp\
Property(C): _F7FC3C797F4D4DA58C2CE8096FE1B2FF = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\
Property(C): MsiNetAssemblySupport = 1.1.4322.573
Property(C): RedirectedDllSupport = 1
Property(C): VersionNT = 500
Property(C): ProductName = Magic Library 1.7.4
Property(C): ProductCode = {F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}
Property(C): ProductVersion = 1.7.0
Property(C): Manufacturer = Crownwood Consulting Ltd
Property(C): ARPHELPLINK = www.dotnetmagic.com
Property(C): ARPCONTACT = Crownwood Consulting Ltd
Property(C): ARPCOMMENTS = Magic - The User Interface Library for .NET
Property(C): ARPURLINFOABOUT = www.dotnetmagic.com
Property(C): ProductLanguage = 1033
Property(C): VSDIISMSG = This setup requires Internet Information Server 4.0
or higher and Windows NT 4.0, Windows 2000, or Windows XP. This setup
cannot be installed on Windows 95, Windows 98, or Windows Me. Please
install Internet Information Server and run this setup again.
Property(C): VSDUIANDADVERTISED = This advertised application will not be
installed because it might be unsafe. Contact your administrator to change
the installation user interface option of the package to basic.
Property(C): VSDNETMSG = This setup requires the .NET Framework. Please
install the .NET Framework and run this setup again.
Property(C): VSDINVALIDURLMSG = The specified path '[2]' is unavailable. The
Internet Information Server might not be running or the path exists and is
redirected to another machine. Please check the status of this virtual
directory in the Internet Services Manager.
Property(C): VSDVERSIONMSG = Unable to install because a newer version of
this product is already installed.
Property(C): ErrorDialog = ErrorDialog
Property(C): SFF_UpFldrBtn = UpFldrBtn
Property(C): SFF_NewFldrBtn = NewFldrBtn
Property(C): DefaultUIFont =
VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400
Property(C): FolderForm_AllUsers = ME
Property(C): AdminMaintenanceForm_Action = Repair
Property(C): MaintenanceForm_Action = Repair
Property(C): AdminWelcomeForm_NextArgs = AdminFolderForm
Property(C): AdminFolderForm_PrevArgs = AdminWelcomeForm
Property(C): AdminFolderForm_NextArgs = AdminConfirmInstallForm
Property(C): AdminConfirmInstallForm_PrevArgs = AdminFolderForm
Property(C): WelcomeForm_NextArgs = FolderForm
Property(C): FolderForm_PrevArgs = WelcomeForm
Property(C): FolderForm_NextArgs = ConfirmInstallForm
Property(C): ConfirmInstallForm_PrevArgs = FolderForm
Property(C): PackageCode = {AAD1FEF4-B629-45F4-8D4C-9AE86D800AB4}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): CURRENTDIRECTORY = D:\Agostino\Tmp
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 1756
Property(C): VersionDatabase = 200
Property(C): VersionMsi = 2.00
Property(C): WindowsBuild = 2195
Property(C): ServicePackLevel = 4
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINNT\
Property(C): WindowsVolume = C:\
Property(C): SystemFolder = C:\WINNT\system32\
Property(C): System16Folder = C:\WINNT\system\
Property(C): TempFolder = C:\DOCUME~1\Ago\IMPOST~1\Temp\
Property(C): ProgramFilesFolder = C:\Programmi\
Property(C): CommonFilesFolder = C:\Programmi\File comuni\
Property(C): AppDataFolder = C:\Documents and Settings\Ago\Dati
applicazioni\
Property(C): FavoritesFolder = C:\Documents and Settings\Ago\Preferiti\
Property(C): NetHoodFolder = C:\Documents and Settings\Ago\Risorse di rete\
Property(C): PersonalFolder = d:\Agostino\
Property(C): PrintHoodFolder = C:\Documents and Settings\Ago\Risorse di
stampa\
Property(C): RecentFolder = C:\Documents and Settings\Ago\Recent\
Property(C): SendToFolder = C:\Documents and Settings\Ago\SendTo\
Property(C): TemplateFolder = C:\Documents and Settings\Ago\Modelli\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Dati
applicazioni\
Property(C): LocalAppDataFolder = C:\Documents and Settings\Ago\Impostazioni
locali\Dati applicazioni\
Property(C): MyPicturesFolder = d:\Agostino\Immagini\
Property(C): AdminToolsFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\Strumenti di amministrazione\
Property(C): StartupFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\Esecuzione automatica\
Property(C): StartMenuFolder = C:\Documents and Settings\Ago\Menu Avvio\
Property(C): FontsFolder = C:\WINNT\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 6
Property(C): PhysicalMemory = 375
Property(C): VirtualMemory = 706
Property(C): AdminUser = 1
Property(C): LogonUser = ago
Property(C): UserSID = S-1-5-21-2064518153-428233620-879972363-1006
Property(C): UserLanguageID = 1040
Property(C): ComputerName = AGO
Property(C): SystemLanguageID = 1040
Property(C): ScreenX = 1024
Property(C): ScreenY = 768
Property(C): CaptionHeight = 19
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 16
Property(C): TTCSupport = 1
Property(C): Time = 22.03.19
Property(C): Date = 15/07/2003
Property(C): Privileged = 1
Property(C): USERNAME = Agostino Rota
Property(C): COMPANYNAME = Sigma Sistemi
Property(C): DATABASE = C:\DOCUME~1\Ago\IMPOST~1\Temp\942008.msi
Property(C): OriginalDatabase = D:\Agostino\Tmp\magicinstall174.msi
Property(C): SOURCEDIR = D:\Agostino\Tmp\
Property(C): VersionHandler = 2.00
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
Property(C): ROOTDRIVE = D:\
Property(C): CostingComplete = 1
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): INSTALLLEVEL = 1
=== Logging stopped: 15/07/2003 22.03.19 ===
MSI (c) (DC:30): Note: 1: 1708
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Product: Magic Library 1.7.4 -- Installation failed.

MSI (c) (DC:30): Grabbed execution mutex.
MSI (c) (DC:30): Cleaning up uninstalled install packages, if any exist
MSI (c) (DC:30): MainEngineThread is returning 1603
=== Verbose logging stopped: 15/07/2003 22.03.19 ===
 
A

Agostino Rota

The problem isn't only magicinstall174.msi but all of msi that i use.
I wrote in initially post that I have problem with all .msi files.
The problem is windows installer service installation for me but I don't
know how remove it and reinstall.
Can you help me for to do this?


Thanks

PS. Excuse me for my bad english

Kallely Sajan said:
Huh, looks bit interesting. Can you give some background on this install
kit, like what it does, does it have nested installations and how many,
other special things that you do in the, etc. It looks like your original
msi file magicinstall174.msi is getting locked by something and the install
is not able to open it.
--

Regards,
Sajan.

PS: Please don't send me direct emails, use the newsroom.

Agostino Rota said:
What's this?


I'm sorry

The new log file is this:

=== Verbose logging started: 15/07/2003 22.03.07 Build type: SHIP UNICODE
2.00.2600.1183 Calling process: C:\WINNT\system32\msiexec.exe ===
MSI (c) (DC:30): Resetting cached policy values
MSI (c) (DC:30): Machine policy value 'Debug' is 0
MSI (c) (DC:30): ******* RunEngine:
******* Product: magicinstall174.msi
******* Action:
******* CommandLine: **********
MSI (c) (DC:30): Machine policy value 'DisableUserInstalls' is 0
MSI (c) (DC:30): Cloaking enabled.
MSI (c) (DC:30): End dialog not enabled
MSI (c) (DC:30): Original package ==> D:\Agostino\Tmp\magicinstall174.msi
MSI (c) (DC:30): Package we're running from ==>
C:\DOCUME~1\Ago\IMPOST~1\Temp\942008.msi
MSI (c) (DC:30): APPCOMPAT: looking for appcompat database entry with
ProductCode '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'.
MSI (c) (DC:30): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (DC:30): Machine policy value 'TransformsSecure' is 0
MSI (c) (DC:30): User policy value 'TransformsAtSource' is 0
MSI (c) (DC:30): APPCOMPAT: looking for appcompat database entry with
ProductCode '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'.
MSI (c) (DC:30): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (DC:30): Transforms are not secure.
MSI (c) (DC:30): Command Line: CURRENTDIRECTORY=D:\Agostino\Tmp
CLIENTUILEVEL=0 CLIENTPROCESSID=1756 %HOMEPATH=\ %HOMEDRIVE=C: %HOMESHARE=
MSI (c) (DC:30): Product Code passed to Engine.Initialize: ''
MSI (c) (DC:30): Product Code from property table before transforms:
'{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
MSI (c) (DC:30): Product Code from property table after transforms:
'{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
MSI (c) (DC:30): Product not registered: beginning first-time install
MSI (c) (DC:30): Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (DC:30): User policy value 'SearchOrder' is 'nmu'
MSI (c) (DC:30): Adding new sources is allowed.
MSI (c) (DC:30): Package name extracted from package path:
'magicinstall174.msi'
MSI (c) (DC:30): Package to be registered: 'MagicInstall174.msi'
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (DC:30): Machine policy value 'DisableMsi' is 0
MSI (c) (DC:30): Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (DC:30): User policy value 'AlwaysInstallElevated' is 0
MSI (c) (DC:30): Running product '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
with user privileges: It's not assigned.
MSI (c) (DC:30): TRANSFORMS property is now:
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Preferiti
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Risorse di rete
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: d:\Agostino
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Risorse di stampa
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Recent
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\SendTo
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Modelli
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Impostazioni locali\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: d:\Agostino\Immagini
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi\Strumenti di amministrazione
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi\Esecuzione automatica
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Desktop
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi\Strumenti di amministrazione
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi\Esecuzione automatica
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Desktop
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\WINNT\Fonts
MSI (c) (DC:30): Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (DC:30): MSCOREE not loaded loading copy from system32
=== Logging started: 15/07/2003 22.03.08 ===
MSI (c) (DC:30): Machine policy value 'DisableRollback' is 0
MSI (c) (DC:30): User policy value 'DisableRollback' is 0
MSI (c) (DC:30): Doing action: INSTALL
MSI (c) (DC:30): Note: 1: 2262 2: ActionText 3: -2147287038
Action start 22.03.08: INSTALL.
MSI (c) (DC:30): UI Sequence table 'InstallUISequence' is present and
populated.
MSI (c) (DC:30): Running UISequence
MSI (c) (DC:30): Skipping action: ERRCA_UIANDADVERTISED (condition is false)
MSI (c) (DC:30): Doing action: AppSearch
Action start 22.03.08: AppSearch.
MSI (c) (DC:30): Note: 1: 2262 2: AppSearch 3: -2147287038
Action ended 22.03.08: AppSearch. Return value 1.
MSI (c) (DC:30): Doing action: FindRelatedProducts
Action start 22.03.08: FindRelatedProducts.
MSI (c) (DC:30): Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 22.03.08: FindRelatedProducts. Return value 1.
MSI (c) (DC:30): Doing action: LaunchConditions
Action start 22.03.08: LaunchConditions.
Action ended 22.03.08: LaunchConditions. Return value 1.
MSI (c) (DC:30): Doing action: CCPSearch
Action start 22.03.08: CCPSearch.
MSI (c) (DC:30): Note: 1: 2262 2: CCPSearch 3: -2147287038
Action ended 22.03.08: CCPSearch. Return value 1.
MSI (c) (DC:30): Doing action: RMCCPSearch
Action start 22.03.08: RMCCPSearch.
MSI (c) (DC:30): Note: 1: 2262 2: CCPSearch 3: -2147287038
Action ended 22.03.08: RMCCPSearch. Return value 0.
MSI (c) (DC:30): Doing action: ValidateProductID
Action start 22.03.08: ValidateProductID.
Action ended 22.03.08: ValidateProductID. Return value 1.
MSI (c) (DC:30): Doing action: DIRCA_TARGETDIR
Action start 22.03.08: DIRCA_TARGETDIR.
Action ended 22.03.08: DIRCA_TARGETDIR. Return value 1.
MSI (c) (DC:30): Doing action: CostInitialize
Action start 22.03.08: CostInitialize.
Action ended 22.03.08: CostInitialize. Return value 1.
MSI (c) (DC:30): Doing action: FileCost
Action start 22.03.08: FileCost.
MSI (c) (DC:30): Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: IniFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: ReserveCost 3: -2147287038
Action ended 22.03.08: FileCost. Return value 1.
MSI (c) (DC:30): Doing action: IsolateComponents
Action start 22.03.08: IsolateComponents.
MSI (c) (DC:30): Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Patch 3: -2147287038
Action ended 22.03.08: IsolateComponents. Return value 1.
MSI (c) (DC:30): Skipping action: ResumeForm (condition is false)
MSI (c) (DC:30): Skipping action: MaintenanceForm (condition is false)
MSI (c) (DC:30): Doing action: CostFinalize
Action start 22.03.08: CostFinalize.
MSI (c) (DC:30): Note: 1: 2262 2: Patch 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Condition 3: -2147287038
MSI (c) (DC:30): Target path resolution complete. Dumping Directory table...
MSI (c) (DC:30): Note: target paths subject to change (via custom
actions
or
browsing)
MSI (c) (DC:30): Dir (target): Key: TARGETDIR , Object:
C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: WindowsFolder , Object: C:\WINNT\
MSI (c) (DC:30): Dir (target): Key: ProgramMenuFolder , Object: C:\Documents
and Settings\Ago\Menu Avvio\Programmi\
MSI (c) (DC:30): Dir (target): Key: DesktopFolder , Object: C:\Documents and
Settings\Ago\Desktop\
MSI (c) (DC:30): Dir (target): Key: _BF2F62DB8C61469AA22008BE69B10FD0 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Bin\
MSI (c) (DC:30): Dir (target): Key: GAC , Object: C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _3E047F851E604BEEA14567DCF8D726D0 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _C8BB1916DF39433CB5646D33F8331611 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _F7FC3C797F4D4DA58C2CE8096FE1B2FF ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Samples\
MSI (c) (DC:30): Dir (target): Key: _3F9C760FABD64C9A86CD20D8171D7AB2 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\
MSI (c) (DC:30): Dir (target): Key: _FA97878B366C47B6A2FFB05EA3B0E20B ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleMenus\
MSI (c) (DC:30): Dir (target): Key: _607390F8119149CB98AD62E0313413BE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleDocking\
MSI (c) (DC:30): Dir (target): Key: _2E4D56D6821D4300B66634B437D4A1EE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabControl\
MSI (c) (DC:30): Dir (target): Key: _FABF683DA180459ABBAE9D2E6688EAA6 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleWizard\
MSI (c) (DC:30): Dir (target): Key: _C5F03C31B68144EEADB9B30748665065 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _1B3D355D4E3D42DFB5DF598819483342 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\
MSI (c) (DC:30): Dir (target): Key: _0920F90553A84FD6905AF2A4B99AA91D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\
MSI (c) (DC:30): Dir (target): Key: _AEA0B825724F4F8ABC919A5A7E87FC8D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleDocking\
MSI (c) (DC:30): Dir (target): Key: _1105ADEC67364764B9395F0026688714 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleMenus\
MSI (c) (DC:30): Dir (target): Key: _EF3BBEC2FB4C47DB9B260FADD3E51B16 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _3943BD294EF04A1EA0715827652E7F67 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabbedGroups\Bitmaps\
MSI (c) (DC:30): Dir (target): Key: _D3EC5DC911F14486B51AE171873BD5E3 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabControl\
MSI (c) (DC:30): Dir (target): Key: _AE24A985DC4C4235B8805CDF7618F0EE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleWizard\
MSI (c) (DC:30): Dir (target): Key: _125A4B0AAF5948BD933A28EC26E17C8B ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Source\
MSI (c) (DC:30): Dir (target): Key: _3FD077118FC14FCE9375DA6597FC76FB ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\
MSI (c) (DC:30): Dir (target): Key: _917B741A5EDE415C8F25A91206011E3A ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Collections\
MSI (c) (DC:30): Dir (target): Key: _BF33DD32B43A4A21814DA41C9073CC17 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Win32\
MSI (c) (DC:30): Dir (target): Key: _ECC4383F56D346B690F9AD24437D60CB ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Resources\
MSI (c) (DC:30): Dir (target): Key: _5DB0FD1B637242E196F025B2B3797DA3 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Forms\
MSI (c) (DC:30): Dir (target): Key: _F0F58966ADFF40D98938A8F0C4528012 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Common\
MSI (c) (DC:30): Dir (target): Key: _236F996C7E744FDBB644572D08924709 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Menus\
MSI (c) (DC:30): Dir (target): Key: _68D4917EE8204FA88E22F53FB64F0E7F ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\
MSI (c) (DC:30): Dir (target): Key: _B52B7A00E29449EC8DA1E4D2994A204F ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\ResizeBar\
MSI (c) (DC:30): Dir (target): Key: _DB0B6A8114504E358BA6552DC6683AAD ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\BorderForControl\
MSI (c) (DC:30): Dir (target): Key: _AD6A3E8605E34A8996B4665128197D8D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\WizardControl\
MSI (c) (DC:30): Dir (target): Key: _E332191AC96C4346A83C34F2781AC7C2 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\InertButton\
MSI (c) (DC:30): Dir (target): Key: _EEB0BE0AE6E24AC18257146DD7A07530 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabControl\
MSI (c) (DC:30): Dir (target): Key: _5074E59D55BA4D259FD28B58FBCA00DF ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _B53034B6C924484F8941D43F1C61D729 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Docking\
MSI (c) (DC:30): Dir (target): Key: _CDF17EDE3D064F8B9B7F621A05B0A074 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Articles\
MSI (c) (DC:30): Dir (target): Key: _445C56E72A324160B18BC8521832E1EA ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Articles\images3\
MSI (c) (DC:30): Note: 1: 2262 2: RemoveFile 3: -2147287038
Action ended 22.03.08: CostFinalize. Return value 1.
MSI (c) (DC:30): Doing action: WelcomeForm
Action start 22.03.08: WelcomeForm.
Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0
Info 2898. VSI_MS_Sans_Serif16.0_1_0, MS Sans Serif, 0
DEBUG: Error 2826: Control BannerBmp on dialog WelcomeForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, BannerBmp, to the right
Info 2898. VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400, MS Sans
Serif, 0
DEBUG: Error 2826: Control Line1 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line2, to the right
Action 22.03.08: WelcomeForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog FolderForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line2, to the right
Info 2898. VSI_MS_Shell_Dlg13.0_0_0, MS Shell Dlg, 0
Action 22.03.11: FolderForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line2, to the right
Action 22.03.13: ConfirmInstallForm. Dialog created
Action ended 22.03.14: WelcomeForm. Return value 1.
MSI (c) (DC:30): Doing action: ProgressForm
Action start 22.03.14: ProgressForm.
DEBUG: Error 2826: Control BannerBmp on dialog ProgressForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ProgressForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ProgressForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line2, to the right
Action 22.03.14: ProgressForm. Dialog created
Action ended 22.03.14: ProgressForm. Return value 1.
MSI (c) (DC:30): Doing action: ExecuteAction
Action start 22.03.14: ExecuteAction.
MSI (c) (DC:30): Grabbed execution mutex.
MSI (c) (DC:30): Incrementing counter to disable shutdown. Counter after
increment: 0
MSI (c) (DC:30): Switching to server: TARGETDIR="C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\"
_CDF17EDE3D064F8B9B7F621A05B0A074="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Articles\"
_B53034B6C924484F8941D43F1C61D729="C:\Prog
rammi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Docking\"
_445C56E72A324160B18BC8521832E1EA="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Articles\images3\"
_AE24A985DC4C4235B8805CDF7618F0EE="C:\Programmi\Crownwood Cons
ulting Ltd\Magic Library 1.7.4\Samples\C#\SampleWizard\"
_5074E59D55BA4D259FD28B58FBCA00DF="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\TabbedGroups\"
_1B3D355D4E3D42DFB5DF598819483342="C:\Programmi\Crownwood Con
sulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\"
_D3EC5DC911F14486B51AE171873BD5E3="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Samples\C#\SampleTabControl\"
_3943BD294EF04A1EA0715827652E7F67="C:\Programmi\Crownwoo
d Consulting Ltd\Magi
MSI (s) (40:48): Resetting cached policy values
MSI (s) (40:48): Machine policy value 'Debug' is 0
MSI (s) (40:48): ******* RunEngine:
******* Product: D:\Agostino\Tmp\magicinstall174.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (40:48): Machine policy value 'DisableUserInstalls' is 0
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 014000001E872D116BF00006799C897E
MSI (s) (40:48): Using cached product context: machine assigned for product:
014000001E872D116BF00006799C897E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 0140160B04876844DB2D7F490A880187
MSI (s) (40:48): Using cached product context: machine assigned for product:
0140160B04876844DB2D7F490A880187
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 018E5796F29C0F54B0DF81B713F2018E
MSI (s) (40:48): Using cached product context: machine assigned for product:
018E5796F29C0F54B0DF81B713F2018E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 10D9F7A883B1CE143815FDEB3E09D939
MSI (s) (40:48): Using cached product context: machine assigned for product:
10D9F7A883B1CE143815FDEB3E09D939
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 15D556A132413A847B84F8A5B02E498C
MSI (s) (40:48): Using cached product context: machine assigned for product:
15D556A132413A847B84F8A5B02E498C
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 2AD617F6F8933D11581E000540386890
MSI (s) (40:48): Using cached product context: machine assigned for product:
2AD617F6F8933D11581E000540386890
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 3818E50BA6683D1179FD00008F8D2F9E
MSI (s) (40:48): Using cached product context: machine assigned for product:
3818E50BA6683D1179FD00008F8D2F9E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 3E6D51529E5A3004B995C9ABCD7B7D88
MSI (s) (40:48): Using cached product context: machine assigned for product:
3E6D51529E5A3004B995C9ABCD7B7D88
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 4DAADC6B91718EF47BF803E2C71815C7
MSI (s) (40:48): Using cached product context: machine assigned for product:
4DAADC6B91718EF47BF803E2C71815C7
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 580B850597AA5E147A6286B1C4B448E6
MSI (s) (40:48): Using cached product context: machine assigned for product:
580B850597AA5E147A6286B1C4B448E6
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 667FCD348386A9F4C8199DD25A68FD7A
MSI (s) (40:48): Using cached product context: machine assigned for product:
667FCD348386A9F4C8199DD25A68FD7A
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 9D7464EDE12EA9647A0DEA82853292C2
MSI (s) (40:48): Using cached product context: machine assigned for product:
9D7464EDE12EA9647A0DEA82853292C2
MSI (s) (40:48): Setting cached product context: machine assigned for
product: B8259C2CB9825D115AA4000972A8B18B
MSI (s) (40:48): Using cached product context: machine assigned for product:
B8259C2CB9825D115AA4000972A8B18B
MSI (s) (40:48): Setting cached product context: machine assigned for
product: B85B2D2FDF2B1D643891CD5E46709943
MSI (s) (40:48): Using cached product context: machine assigned for product:
B85B2D2FDF2B1D643891CD5E46709943
MSI (s) (40:48): Setting cached product context: machine assigned for
product: C838BEBA7A1AD5C47B1EB834410B5034
MSI (s) (40:48): Using cached product context: machine assigned for product:
C838BEBA7A1AD5C47B1EB834410B5034
MSI (s) (40:48): Setting cached product context: machine assigned for
product: DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (40:48): Using cached product context: machine assigned for product:
DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (40:48): Setting cached product context: machine assigned for
product: E5D34CD46C2739D4DAA7FE7EAC16F247
MSI (s) (40:48): Using cached product context: machine assigned for product:
E5D34CD46C2739D4DAA7FE7EAC16F247
MSI (s) (40:48): Setting cached product context: machine assigned for
product: EEB2F510C51F7F146973745A53A3E092
MSI (s) (40:48): Using cached product context: machine assigned for product:
EEB2F510C51F7F146973745A53A3E092
MSI (s) (40:48): Note: 1: 2318 2: D:\Agostino\Tmp\magicinstall174.msi
MSI (s) (40:48): MainEngineThread is returning 1603
MSI (c) (DC:30): Back from server. Return value: 1603
MSI (c) (DC:30): Decrementing counter to disable shutdown. If counter >= 0,
shutdown will be denied. Counter after decrement: -1
Action ended 22.03.17: ExecuteAction. Return value 3.
MSI (c) (DC:30): Doing action: FatalErrorForm
Action start 22.03.17: FatalErrorForm.
DEBUG: Error 2826: Control BannerBmp on dialog FatalErrorForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line2, to the right
Action 22.03.17: FatalErrorForm. Dialog created
Action ended 22.03.18: FatalErrorForm. Return value 1.
Action ended 22.03.18: INSTALL. Return value 3.
Property(C): UpgradeCode = {DF6FE11C-E59B-4898-8903-8375C337EDC3}
Property(C): TARGETDIR = C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\
Property(C): _CDF17EDE3D064F8B9B7F621A05B0A074 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Articles\
Property(C): _B53034B6C924484F8941D43F1C61D729 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Docking\
Property(C): _445C56E72A324160B18BC8521832E1EA = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Articles\images3\
Property(C): _AE24A985DC4C4235B8805CDF7618F0EE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleWizard\
Property(C): _5074E59D55BA4D259FD28B58FBCA00DF = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabbedGroups\
Property(C): _1B3D355D4E3D42DFB5DF598819483342 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\
Property(C): _D3EC5DC911F14486B51AE171873BD5E3 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabControl\
Property(C): _3943BD294EF04A1EA0715827652E7F67 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabbedGroups\Bitmaps\
Property(C): _EEB0BE0AE6E24AC18257146DD7A07530 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\TabControl\
Property(C): _236F996C7E744FDBB644572D08924709 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Menus\
Property(C): _E332191AC96C4346A83C34F2781AC7C2 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\InertButton\
Property(C): _FABF683DA180459ABBAE9D2E6688EAA6 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleWizard\
Property(C): _F0F58966ADFF40D98938A8F0C4528012 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Common\
Property(C): _2E4D56D6821D4300B66634B437D4A1EE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabControl\
Property(C): _607390F8119149CB98AD62E0313413BE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleDocking\
Property(C): _1105ADEC67364764B9395F0026688714 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleMenus\
Property(C): GAC = C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\
Property(C): _3E047F851E604BEEA14567DCF8D726D0 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
Property(C): _C8BB1916DF39433CB5646D33F8331611 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
Property(C): _AD6A3E8605E34A8996B4665128197D8D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\WizardControl\
Property(C): _68D4917EE8204FA88E22F53FB64F0E7F = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\
Property(C): _5DB0FD1B637242E196F025B2B3797DA3 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Forms\
Property(C): _BF2F62DB8C61469AA22008BE69B10FD0 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Bin\
Property(C): _C5F03C31B68144EEADB9B30748665065 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabbedGroups\
Property(C): _DB0B6A8114504E358BA6552DC6683AAD = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\BorderForControl\
Property(C): _FA97878B366C47B6A2FFB05EA3B0E20B = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleMenus\
Property(C): _ECC4383F56D346B690F9AD24437D60CB = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Resources\
Property(C): _AEA0B825724F4F8ABC919A5A7E87FC8D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleDocking\
Property(C): _BF33DD32B43A4A21814DA41C9073CC17 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Win32\
Property(C): _917B741A5EDE415C8F25A91206011E3A = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Collections\
Property(C): _EF3BBEC2FB4C47DB9B260FADD3E51B16 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabbedGroups\
Property(C): _B52B7A00E29449EC8DA1E4D2994A204F = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\ResizeBar\
Property(C): _0920F90553A84FD6905AF2A4B99AA91D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\
Property(C): _3FD077118FC14FCE9375DA6597FC76FB = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\
Property(C): _3F9C760FABD64C9A86CD20D8171D7AB2 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\
Property(C): _125A4B0AAF5948BD933A28EC26E17C8B = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\
Property(C): DesktopFolder = C:\Documents and Settings\Ago\Desktop\
Property(C): ProgramMenuFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\
Property(C): SourceDir = D:\Agostino\Tmp\
Property(C): _F7FC3C797F4D4DA58C2CE8096FE1B2FF = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\
Property(C): MsiNetAssemblySupport = 1.1.4322.573
Property(C): RedirectedDllSupport = 1
Property(C): VersionNT = 500
Property(C): ProductName = Magic Library 1.7.4
Property(C): ProductCode = {F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}
Property(C): ProductVersion = 1.7.0
Property(C): Manufacturer = Crownwood Consulting Ltd
Property(C): ARPHELPLINK = www.dotnetmagic.com
Property(C): ARPCONTACT = Crownwood Consulting Ltd
Property(C): ARPCOMMENTS = Magic - The User Interface Library for .NET
Property(C): ARPURLINFOABOUT = www.dotnetmagic.com
Property(C): ProductLanguage = 1033
Property(C): VSDIISMSG = This setup requires Internet Information Server 4.0
or higher and Windows NT 4.0, Windows 2000, or Windows XP. This setup
cannot be installed on Windows 95, Windows 98, or Windows Me. Please
install Internet Information Server and run this setup again.
Property(C): VSDUIANDADVERTISED = This advertised application will not be
installed because it might be unsafe. Contact your administrator to change
the installation user interface option of the package to basic.
Property(C): VSDNETMSG = This setup requires the .NET Framework. Please
install the .NET Framework and run this setup again.
Property(C): VSDINVALIDURLMSG = The specified path '[2]' is unavailable. The
Internet Information Server might not be running or the path exists and is
redirected to another machine. Please check the status of this virtual
directory in the Internet Services Manager.
Property(C): VSDVERSIONMSG = Unable to install because a newer version of
this product is already installed.
Property(C): ErrorDialog = ErrorDialog
Property(C): SFF_UpFldrBtn = UpFldrBtn
Property(C): SFF_NewFldrBtn = NewFldrBtn
Property(C): DefaultUIFont =
VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400
Property(C): FolderForm_AllUsers = ME
Property(C): AdminMaintenanceForm_Action = Repair
Property(C): MaintenanceForm_Action = Repair
Property(C): AdminWelcomeForm_NextArgs = AdminFolderForm
Property(C): AdminFolderForm_PrevArgs = AdminWelcomeForm
Property(C): AdminFolderForm_NextArgs = AdminConfirmInstallForm
Property(C): AdminConfirmInstallForm_PrevArgs = AdminFolderForm
Property(C): WelcomeForm_NextArgs = FolderForm
Property(C): FolderForm_PrevArgs = WelcomeForm
Property(C): FolderForm_NextArgs = ConfirmInstallForm
Property(C): ConfirmInstallForm_PrevArgs = FolderForm
Property(C): PackageCode = {AAD1FEF4-B629-45F4-8D4C-9AE86D800AB4}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): CURRENTDIRECTORY = D:\Agostino\Tmp
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 1756
Property(C): VersionDatabase = 200
Property(C): VersionMsi = 2.00
Property(C): WindowsBuild = 2195
Property(C): ServicePackLevel = 4
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINNT\
Property(C): WindowsVolume = C:\
Property(C): SystemFolder = C:\WINNT\system32\
Property(C): System16Folder = C:\WINNT\system\
Property(C): TempFolder = C:\DOCUME~1\Ago\IMPOST~1\Temp\
Property(C): ProgramFilesFolder = C:\Programmi\
Property(C): CommonFilesFolder = C:\Programmi\File comuni\
Property(C): AppDataFolder = C:\Documents and Settings\Ago\Dati
applicazioni\
Property(C): FavoritesFolder = C:\Documents and Settings\Ago\Preferiti\
Property(C): NetHoodFolder = C:\Documents and Settings\Ago\Risorse di rete\
Property(C): PersonalFolder = d:\Agostino\
Property(C): PrintHoodFolder = C:\Documents and Settings\Ago\Risorse di
stampa\
Property(C): RecentFolder = C:\Documents and Settings\Ago\Recent\
Property(C): SendToFolder = C:\Documents and Settings\Ago\SendTo\
Property(C): TemplateFolder = C:\Documents and Settings\Ago\Modelli\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Dati
applicazioni\
Property(C): LocalAppDataFolder = C:\Documents and Settings\Ago\Impostazioni
locali\Dati applicazioni\
Property(C): MyPicturesFolder = d:\Agostino\Immagini\
Property(C): AdminToolsFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\Strumenti di amministrazione\
Property(C): StartupFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\Esecuzione automatica\
Property(C): StartMenuFolder = C:\Documents and Settings\Ago\Menu Avvio\
Property(C): FontsFolder = C:\WINNT\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 6
Property(C): PhysicalMemory = 375
Property(C): VirtualMemory = 706
Property(C): AdminUser = 1
Property(C): LogonUser = ago
Property(C): UserSID = S-1-5-21-2064518153-428233620-879972363-1006
Property(C): UserLanguageID = 1040
Property(C): ComputerName = AGO
Property(C): SystemLanguageID = 1040
Property(C): ScreenX = 1024
Property(C): ScreenY = 768
Property(C): CaptionHeight = 19
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 16
Property(C): TTCSupport = 1
Property(C): Time = 22.03.19
Property(C): Date = 15/07/2003
Property(C): Privileged = 1
Property(C): USERNAME = Agostino Rota
Property(C): COMPANYNAME = Sigma Sistemi
Property(C): DATABASE = C:\DOCUME~1\Ago\IMPOST~1\Temp\942008.msi
Property(C): OriginalDatabase = D:\Agostino\Tmp\magicinstall174.msi
Property(C): SOURCEDIR = D:\Agostino\Tmp\
Property(C): VersionHandler = 2.00
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
Property(C): ROOTDRIVE = D:\
Property(C): CostingComplete = 1
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): INSTALLLEVEL = 1
=== Logging stopped: 15/07/2003 22.03.19 ===
MSI (c) (DC:30): Note: 1: 1708
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Product: Magic Library 1.7.4 -- Installation failed.

MSI (c) (DC:30): Grabbed execution mutex.
MSI (c) (DC:30): Cleaning up uninstalled install packages, if any exist
MSI (c) (DC:30): MainEngineThread is returning 1603
=== Verbose logging stopped: 15/07/2003 22.03.19 ===
 
K

Kallely Sajan

Uninstallaing Windows Installer is not one of the recommended options. But
if all other options are run out, you might do the following
Open a DOS windows and run

msiexec /unregserver
regsvr32 /u msi.dl
regsvr32 /u msihnd.dll
regsvr32 /u msisip.dll

Then reinstall it by downloading the kit from
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdkredist.htm

--

Regards,
Sajan.

PS: Please don't send me direct emails, use the newsroom.

Agostino Rota said:
The problem isn't only magicinstall174.msi but all of msi that i use.
I wrote in initially post that I don't install any .msi files.
The problem is windows installer service installation for me but I don't
know how remove it end reinstall.
Can you help me for to do this?

Thanks

Kallely Sajan said:
Huh, looks bit interesting. Can you give some background on this install
kit, like what it does, does it have nested installations and how many,
other special things that you do in the, etc. It looks like your original
msi file magicinstall174.msi is getting locked by something and the install
is not able to open it.
--

Regards,
Sajan.

PS: Please don't send me direct emails, use the newsroom.

Agostino Rota said:
"Kallely Sajan" <[email protected]> ha scritto nel messaggio
You didn't run it with verbose logging, did you? Run it with verbose
logging
with the instructions I gave you before

Also do an Orca ICE validation on the kit?

What's this?


Looks like your ExecuteAction is throwing the exception.


I'm sorry

The new log file is this:

=== Verbose logging started: 15/07/2003 22.03.07 Build type: SHIP UNICODE
2.00.2600.1183 Calling process: C:\WINNT\system32\msiexec.exe ===
MSI (c) (DC:30): Resetting cached policy values
MSI (c) (DC:30): Machine policy value 'Debug' is 0
MSI (c) (DC:30): ******* RunEngine:
******* Product: magicinstall174.msi
******* Action:
******* CommandLine: **********
MSI (c) (DC:30): Machine policy value 'DisableUserInstalls' is 0
MSI (c) (DC:30): Cloaking enabled.
MSI (c) (DC:30): End dialog not enabled
MSI (c) (DC:30): Original package ==> D:\Agostino\Tmp\magicinstall174.msi
MSI (c) (DC:30): Package we're running from ==>
C:\DOCUME~1\Ago\IMPOST~1\Temp\942008.msi
MSI (c) (DC:30): APPCOMPAT: looking for appcompat database entry with
ProductCode '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'.
MSI (c) (DC:30): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (DC:30): Machine policy value 'TransformsSecure' is 0
MSI (c) (DC:30): User policy value 'TransformsAtSource' is 0
MSI (c) (DC:30): APPCOMPAT: looking for appcompat database entry with
ProductCode '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'.
MSI (c) (DC:30): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (DC:30): Transforms are not secure.
MSI (c) (DC:30): Command Line: CURRENTDIRECTORY=D:\Agostino\Tmp
CLIENTUILEVEL=0 CLIENTPROCESSID=1756 %HOMEPATH=\ %HOMEDRIVE=C: %HOMESHARE=
MSI (c) (DC:30): Product Code passed to Engine.Initialize: ''
MSI (c) (DC:30): Product Code from property table before transforms:
'{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
MSI (c) (DC:30): Product Code from property table after transforms:
'{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
MSI (c) (DC:30): Product not registered: beginning first-time install
MSI (c) (DC:30): Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (DC:30): User policy value 'SearchOrder' is 'nmu'
MSI (c) (DC:30): Adding new sources is allowed.
MSI (c) (DC:30): Package name extracted from package path:
'magicinstall174.msi'
MSI (c) (DC:30): Package to be registered: 'MagicInstall174.msi'
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (DC:30): Machine policy value 'DisableMsi' is 0
MSI (c) (DC:30): Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (DC:30): User policy value 'AlwaysInstallElevated' is 0
MSI (c) (DC:30): Running product '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
with user privileges: It's not assigned.
MSI (c) (DC:30): TRANSFORMS property is now:
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Preferiti
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Risorse di rete
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: d:\Agostino
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Risorse di stampa
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Recent
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\SendTo
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Modelli
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Impostazioni locali\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: d:\Agostino\Immagini
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi\Strumenti di amministrazione
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi\Esecuzione automatica
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Desktop
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi\Strumenti di amministrazione
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi\Esecuzione automatica
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Desktop
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\WINNT\Fonts
MSI (c) (DC:30): Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0
5:
16
MSI (c) (DC:30): MSCOREE not loaded loading copy from system32
=== Logging started: 15/07/2003 22.03.08 ===
MSI (c) (DC:30): Machine policy value 'DisableRollback' is 0
MSI (c) (DC:30): User policy value 'DisableRollback' is 0
MSI (c) (DC:30): Doing action: INSTALL
MSI (c) (DC:30): Note: 1: 2262 2: ActionText 3: -2147287038
Action start 22.03.08: INSTALL.
MSI (c) (DC:30): UI Sequence table 'InstallUISequence' is present and
populated.
MSI (c) (DC:30): Running UISequence
MSI (c) (DC:30): Skipping action: ERRCA_UIANDADVERTISED (condition is false)
MSI (c) (DC:30): Doing action: AppSearch
Action start 22.03.08: AppSearch.
MSI (c) (DC:30): Note: 1: 2262 2: AppSearch 3: -2147287038
Action ended 22.03.08: AppSearch. Return value 1.
MSI (c) (DC:30): Doing action: FindRelatedProducts
Action start 22.03.08: FindRelatedProducts.
MSI (c) (DC:30): Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 22.03.08: FindRelatedProducts. Return value 1.
MSI (c) (DC:30): Doing action: LaunchConditions
Action start 22.03.08: LaunchConditions.
Action ended 22.03.08: LaunchConditions. Return value 1.
MSI (c) (DC:30): Doing action: CCPSearch
Action start 22.03.08: CCPSearch.
MSI (c) (DC:30): Note: 1: 2262 2: CCPSearch 3: -2147287038
Action ended 22.03.08: CCPSearch. Return value 1.
MSI (c) (DC:30): Doing action: RMCCPSearch
Action start 22.03.08: RMCCPSearch.
MSI (c) (DC:30): Note: 1: 2262 2: CCPSearch 3: -2147287038
Action ended 22.03.08: RMCCPSearch. Return value 0.
MSI (c) (DC:30): Doing action: ValidateProductID
Action start 22.03.08: ValidateProductID.
Action ended 22.03.08: ValidateProductID. Return value 1.
MSI (c) (DC:30): Doing action: DIRCA_TARGETDIR
Action start 22.03.08: DIRCA_TARGETDIR.
Action ended 22.03.08: DIRCA_TARGETDIR. Return value 1.
MSI (c) (DC:30): Doing action: CostInitialize
Action start 22.03.08: CostInitialize.
Action ended 22.03.08: CostInitialize. Return value 1.
MSI (c) (DC:30): Doing action: FileCost
Action start 22.03.08: FileCost.
MSI (c) (DC:30): Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: IniFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: ReserveCost 3: -2147287038
Action ended 22.03.08: FileCost. Return value 1.
MSI (c) (DC:30): Doing action: IsolateComponents
Action start 22.03.08: IsolateComponents.
MSI (c) (DC:30): Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Patch 3: -2147287038
Action ended 22.03.08: IsolateComponents. Return value 1.
MSI (c) (DC:30): Skipping action: ResumeForm (condition is false)
MSI (c) (DC:30): Skipping action: MaintenanceForm (condition is false)
MSI (c) (DC:30): Doing action: CostFinalize
Action start 22.03.08: CostFinalize.
MSI (c) (DC:30): Note: 1: 2262 2: Patch 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Condition 3: -2147287038
MSI (c) (DC:30): Target path resolution complete. Dumping Directory table...
MSI (c) (DC:30): Note: target paths subject to change (via custom
actions
or
browsing)
MSI (c) (DC:30): Dir (target): Key: TARGETDIR , Object:
C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: WindowsFolder , Object: C:\WINNT\
MSI (c) (DC:30): Dir (target): Key: ProgramMenuFolder , Object: C:\Documents
and Settings\Ago\Menu Avvio\Programmi\
MSI (c) (DC:30): Dir (target): Key: DesktopFolder , Object:
C:\Documents
and
Settings\Ago\Desktop\
MSI (c) (DC:30): Dir (target): Key: _BF2F62DB8C61469AA22008BE69B10FD0 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Bin\
MSI (c) (DC:30): Dir (target): Key: GAC , Object: C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _3E047F851E604BEEA14567DCF8D726D0 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _C8BB1916DF39433CB5646D33F8331611 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _F7FC3C797F4D4DA58C2CE8096FE1B2FF ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Samples\
MSI (c) (DC:30): Dir (target): Key: _3F9C760FABD64C9A86CD20D8171D7AB2 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\
MSI (c) (DC:30): Dir (target): Key: _FA97878B366C47B6A2FFB05EA3B0E20B ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleMenus\
MSI (c) (DC:30): Dir (target): Key: _607390F8119149CB98AD62E0313413BE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleDocking\
MSI (c) (DC:30): Dir (target): Key: _2E4D56D6821D4300B66634B437D4A1EE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabControl\
MSI (c) (DC:30): Dir (target): Key: _FABF683DA180459ABBAE9D2E6688EAA6 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleWizard\
MSI (c) (DC:30): Dir (target): Key: _C5F03C31B68144EEADB9B30748665065 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _1B3D355D4E3D42DFB5DF598819483342 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\
MSI (c) (DC:30): Dir (target): Key: _0920F90553A84FD6905AF2A4B99AA91D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\
MSI (c) (DC:30): Dir (target): Key: _AEA0B825724F4F8ABC919A5A7E87FC8D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleDocking\
MSI (c) (DC:30): Dir (target): Key: _1105ADEC67364764B9395F0026688714 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleMenus\
MSI (c) (DC:30): Dir (target): Key: _EF3BBEC2FB4C47DB9B260FADD3E51B16 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _3943BD294EF04A1EA0715827652E7F67 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabbedGroups\Bitmaps\
MSI (c) (DC:30): Dir (target): Key: _D3EC5DC911F14486B51AE171873BD5E3 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabControl\
MSI (c) (DC:30): Dir (target): Key: _AE24A985DC4C4235B8805CDF7618F0EE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleWizard\
MSI (c) (DC:30): Dir (target): Key: _125A4B0AAF5948BD933A28EC26E17C8B ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Source\
MSI (c) (DC:30): Dir (target): Key: _3FD077118FC14FCE9375DA6597FC76FB ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\
MSI (c) (DC:30): Dir (target): Key: _917B741A5EDE415C8F25A91206011E3A ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Collections\
MSI (c) (DC:30): Dir (target): Key: _BF33DD32B43A4A21814DA41C9073CC17 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Win32\
MSI (c) (DC:30): Dir (target): Key: _ECC4383F56D346B690F9AD24437D60CB ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Resources\
MSI (c) (DC:30): Dir (target): Key: _5DB0FD1B637242E196F025B2B3797DA3 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Forms\
MSI (c) (DC:30): Dir (target): Key: _F0F58966ADFF40D98938A8F0C4528012 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Common\
MSI (c) (DC:30): Dir (target): Key: _236F996C7E744FDBB644572D08924709 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Menus\
MSI (c) (DC:30): Dir (target): Key: _68D4917EE8204FA88E22F53FB64F0E7F ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\
MSI (c) (DC:30): Dir (target): Key: _B52B7A00E29449EC8DA1E4D2994A204F ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\ResizeBar\
MSI (c) (DC:30): Dir (target): Key: _DB0B6A8114504E358BA6552DC6683AAD ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\BorderForControl\
MSI (c) (DC:30): Dir (target): Key: _AD6A3E8605E34A8996B4665128197D8D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\WizardControl\
MSI (c) (DC:30): Dir (target): Key: _E332191AC96C4346A83C34F2781AC7C2 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\InertButton\
MSI (c) (DC:30): Dir (target): Key: _EEB0BE0AE6E24AC18257146DD7A07530 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabControl\
MSI (c) (DC:30): Dir (target): Key: _5074E59D55BA4D259FD28B58FBCA00DF ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _B53034B6C924484F8941D43F1C61D729 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Docking\
MSI (c) (DC:30): Dir (target): Key: _CDF17EDE3D064F8B9B7F621A05B0A074 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Articles\
MSI (c) (DC:30): Dir (target): Key: _445C56E72A324160B18BC8521832E1EA ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Articles\images3\
MSI (c) (DC:30): Note: 1: 2262 2: RemoveFile 3: -2147287038
Action ended 22.03.08: CostFinalize. Return value 1.
MSI (c) (DC:30): Doing action: WelcomeForm
Action start 22.03.08: WelcomeForm.
Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0
Info 2898. VSI_MS_Sans_Serif16.0_1_0, MS Sans Serif, 0
DEBUG: Error 2826: Control BannerBmp on dialog WelcomeForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, BannerBmp, to the right
Info 2898. VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400, MS Sans
Serif, 0
DEBUG: Error 2826: Control Line1 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line2, to the right
Action 22.03.08: WelcomeForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog FolderForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line2, to the right
Info 2898. VSI_MS_Shell_Dlg13.0_0_0, MS Shell Dlg, 0
Action 22.03.11: FolderForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line2, to the right
Action 22.03.13: ConfirmInstallForm. Dialog created
Action ended 22.03.14: WelcomeForm. Return value 1.
MSI (c) (DC:30): Doing action: ProgressForm
Action start 22.03.14: ProgressForm.
DEBUG: Error 2826: Control BannerBmp on dialog ProgressForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ProgressForm extends
beyond
the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ProgressForm extends
beyond
the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line2, to the right
Action 22.03.14: ProgressForm. Dialog created
Action ended 22.03.14: ProgressForm. Return value 1.
MSI (c) (DC:30): Doing action: ExecuteAction
Action start 22.03.14: ExecuteAction.
MSI (c) (DC:30): Grabbed execution mutex.
MSI (c) (DC:30): Incrementing counter to disable shutdown. Counter after
increment: 0
MSI (c) (DC:30): Switching to server: TARGETDIR="C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\"
_CDF17EDE3D064F8B9B7F621A05B0A074="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Articles\"
_B53034B6C924484F8941D43F1C61D729="C:\Prog
rammi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Docking\"
_445C56E72A324160B18BC8521832E1EA="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Articles\images3\"
_AE24A985DC4C4235B8805CDF7618F0EE="C:\Programmi\Crownwood Cons
ulting Ltd\Magic Library 1.7.4\Samples\C#\SampleWizard\"
_5074E59D55BA4D259FD28B58FBCA00DF="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\TabbedGroups\"
_1B3D355D4E3D42DFB5DF598819483342="C:\Programmi\Crownwood Con
sulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\"
_D3EC5DC911F14486B51AE171873BD5E3="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Samples\C#\SampleTabControl\"
_3943BD294EF04A1EA0715827652E7F67="C:\Programmi\Crownwoo
d Consulting Ltd\Magi
MSI (s) (40:48): Resetting cached policy values
MSI (s) (40:48): Machine policy value 'Debug' is 0
MSI (s) (40:48): ******* RunEngine:
******* Product: D:\Agostino\Tmp\magicinstall174.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (40:48): Machine policy value 'DisableUserInstalls' is 0
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 014000001E872D116BF00006799C897E
MSI (s) (40:48): Using cached product context: machine assigned for product:
014000001E872D116BF00006799C897E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 0140160B04876844DB2D7F490A880187
MSI (s) (40:48): Using cached product context: machine assigned for product:
0140160B04876844DB2D7F490A880187
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 018E5796F29C0F54B0DF81B713F2018E
MSI (s) (40:48): Using cached product context: machine assigned for product:
018E5796F29C0F54B0DF81B713F2018E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 10D9F7A883B1CE143815FDEB3E09D939
MSI (s) (40:48): Using cached product context: machine assigned for product:
10D9F7A883B1CE143815FDEB3E09D939
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 15D556A132413A847B84F8A5B02E498C
MSI (s) (40:48): Using cached product context: machine assigned for product:
15D556A132413A847B84F8A5B02E498C
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 2AD617F6F8933D11581E000540386890
MSI (s) (40:48): Using cached product context: machine assigned for product:
2AD617F6F8933D11581E000540386890
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 3818E50BA6683D1179FD00008F8D2F9E
MSI (s) (40:48): Using cached product context: machine assigned for product:
3818E50BA6683D1179FD00008F8D2F9E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 3E6D51529E5A3004B995C9ABCD7B7D88
MSI (s) (40:48): Using cached product context: machine assigned for product:
3E6D51529E5A3004B995C9ABCD7B7D88
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 4DAADC6B91718EF47BF803E2C71815C7
MSI (s) (40:48): Using cached product context: machine assigned for product:
4DAADC6B91718EF47BF803E2C71815C7
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 580B850597AA5E147A6286B1C4B448E6
MSI (s) (40:48): Using cached product context: machine assigned for product:
580B850597AA5E147A6286B1C4B448E6
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 667FCD348386A9F4C8199DD25A68FD7A
MSI (s) (40:48): Using cached product context: machine assigned for product:
667FCD348386A9F4C8199DD25A68FD7A
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 9D7464EDE12EA9647A0DEA82853292C2
MSI (s) (40:48): Using cached product context: machine assigned for product:
9D7464EDE12EA9647A0DEA82853292C2
MSI (s) (40:48): Setting cached product context: machine assigned for
product: B8259C2CB9825D115AA4000972A8B18B
MSI (s) (40:48): Using cached product context: machine assigned for product:
B8259C2CB9825D115AA4000972A8B18B
MSI (s) (40:48): Setting cached product context: machine assigned for
product: B85B2D2FDF2B1D643891CD5E46709943
MSI (s) (40:48): Using cached product context: machine assigned for product:
B85B2D2FDF2B1D643891CD5E46709943
MSI (s) (40:48): Setting cached product context: machine assigned for
product: C838BEBA7A1AD5C47B1EB834410B5034
MSI (s) (40:48): Using cached product context: machine assigned for product:
C838BEBA7A1AD5C47B1EB834410B5034
MSI (s) (40:48): Setting cached product context: machine assigned for
product: DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (40:48): Using cached product context: machine assigned for product:
DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (40:48): Setting cached product context: machine assigned for
product: E5D34CD46C2739D4DAA7FE7EAC16F247
MSI (s) (40:48): Using cached product context: machine assigned for product:
E5D34CD46C2739D4DAA7FE7EAC16F247
MSI (s) (40:48): Setting cached product context: machine assigned for
product: EEB2F510C51F7F146973745A53A3E092
MSI (s) (40:48): Using cached product context: machine assigned for product:
EEB2F510C51F7F146973745A53A3E092
MSI (s) (40:48): Note: 1: 2318 2: D:\Agostino\Tmp\magicinstall174.msi
MSI (s) (40:48): MainEngineThread is returning 1603
MSI (c) (DC:30): Back from server. Return value: 1603
MSI (c) (DC:30): Decrementing counter to disable shutdown. If counter
=
0,
shutdown will be denied. Counter after decrement: -1
Action ended 22.03.17: ExecuteAction. Return value 3.
MSI (c) (DC:30): Doing action: FatalErrorForm
Action start 22.03.17: FatalErrorForm.
DEBUG: Error 2826: Control BannerBmp on dialog FatalErrorForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line2, to the right
Action 22.03.17: FatalErrorForm. Dialog created
Action ended 22.03.18: FatalErrorForm. Return value 1.
Action ended 22.03.18: INSTALL. Return value 3.
Property(C): UpgradeCode = {DF6FE11C-E59B-4898-8903-8375C337EDC3}
Property(C): TARGETDIR = C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\
Property(C): _CDF17EDE3D064F8B9B7F621A05B0A074 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Articles\
Property(C): _B53034B6C924484F8941D43F1C61D729 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Docking\
Property(C): _445C56E72A324160B18BC8521832E1EA = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Articles\images3\
Property(C): _AE24A985DC4C4235B8805CDF7618F0EE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleWizard\
Property(C): _5074E59D55BA4D259FD28B58FBCA00DF = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabbedGroups\
Property(C): _1B3D355D4E3D42DFB5DF598819483342 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\
Property(C): _D3EC5DC911F14486B51AE171873BD5E3 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabControl\
Property(C): _3943BD294EF04A1EA0715827652E7F67 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabbedGroups\Bitmaps\
Property(C): _EEB0BE0AE6E24AC18257146DD7A07530 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\TabControl\
Property(C): _236F996C7E744FDBB644572D08924709 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Menus\
Property(C): _E332191AC96C4346A83C34F2781AC7C2 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\InertButton\
Property(C): _FABF683DA180459ABBAE9D2E6688EAA6 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleWizard\
Property(C): _F0F58966ADFF40D98938A8F0C4528012 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Common\
Property(C): _2E4D56D6821D4300B66634B437D4A1EE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabControl\
Property(C): _607390F8119149CB98AD62E0313413BE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleDocking\
Property(C): _1105ADEC67364764B9395F0026688714 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleMenus\
Property(C): GAC = C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\
Property(C): _3E047F851E604BEEA14567DCF8D726D0 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
Property(C): _C8BB1916DF39433CB5646D33F8331611 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
Property(C): _AD6A3E8605E34A8996B4665128197D8D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\WizardControl\
Property(C): _68D4917EE8204FA88E22F53FB64F0E7F = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\
Property(C): _5DB0FD1B637242E196F025B2B3797DA3 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Forms\
Property(C): _BF2F62DB8C61469AA22008BE69B10FD0 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Bin\
Property(C): _C5F03C31B68144EEADB9B30748665065 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabbedGroups\
Property(C): _DB0B6A8114504E358BA6552DC6683AAD = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\BorderForControl\
Property(C): _FA97878B366C47B6A2FFB05EA3B0E20B = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleMenus\
Property(C): _ECC4383F56D346B690F9AD24437D60CB = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Resources\
Property(C): _AEA0B825724F4F8ABC919A5A7E87FC8D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleDocking\
Property(C): _BF33DD32B43A4A21814DA41C9073CC17 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Win32\
Property(C): _917B741A5EDE415C8F25A91206011E3A = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Collections\
Property(C): _EF3BBEC2FB4C47DB9B260FADD3E51B16 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabbedGroups\
Property(C): _B52B7A00E29449EC8DA1E4D2994A204F = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\ResizeBar\
Property(C): _0920F90553A84FD6905AF2A4B99AA91D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\
Property(C): _3FD077118FC14FCE9375DA6597FC76FB = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\
Property(C): _3F9C760FABD64C9A86CD20D8171D7AB2 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\
Property(C): _125A4B0AAF5948BD933A28EC26E17C8B = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\
Property(C): DesktopFolder = C:\Documents and Settings\Ago\Desktop\
Property(C): ProgramMenuFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\
Property(C): SourceDir = D:\Agostino\Tmp\
Property(C): _F7FC3C797F4D4DA58C2CE8096FE1B2FF = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\
Property(C): MsiNetAssemblySupport = 1.1.4322.573
Property(C): RedirectedDllSupport = 1
Property(C): VersionNT = 500
Property(C): ProductName = Magic Library 1.7.4
Property(C): ProductCode = {F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}
Property(C): ProductVersion = 1.7.0
Property(C): Manufacturer = Crownwood Consulting Ltd
Property(C): ARPHELPLINK = www.dotnetmagic.com
Property(C): ARPCONTACT = Crownwood Consulting Ltd
Property(C): ARPCOMMENTS = Magic - The User Interface Library for .NET
Property(C): ARPURLINFOABOUT = www.dotnetmagic.com
Property(C): ProductLanguage = 1033
Property(C): VSDIISMSG = This setup requires Internet Information
Server
4.0
or higher and Windows NT 4.0, Windows 2000, or Windows XP. This setup
cannot be installed on Windows 95, Windows 98, or Windows Me. Please
install Internet Information Server and run this setup again.
Property(C): VSDUIANDADVERTISED = This advertised application will not be
installed because it might be unsafe. Contact your administrator to change
the installation user interface option of the package to basic.
Property(C): VSDNETMSG = This setup requires the .NET Framework. Please
install the .NET Framework and run this setup again.
Property(C): VSDINVALIDURLMSG = The specified path '[2]' is
unavailable.
The
Internet Information Server might not be running or the path exists
and
 
P

Phil Wilson

There are some hits for 1603 if you search for it at
http://support.microsoft.com/default.aspx?scid=fh;EN-US;KBHOWTO

Some of them seem to be related to CD-Rom access. Are all the failing installs from a CD?
--
Phil Wilson [MVP Windows Installer]
----
Agostino Rota said:
The problem isn't only magicinstall174.msi but all of msi that i use.
I wrote in initially post that I have problem with all .msi files.
The problem is windows installer service installation for me but I don't
know how remove it and reinstall.
Can you help me for to do this?


Thanks

PS. Excuse me for my bad english

Kallely Sajan said:
Huh, looks bit interesting. Can you give some background on this install
kit, like what it does, does it have nested installations and how many,
other special things that you do in the, etc. It looks like your original
msi file magicinstall174.msi is getting locked by something and the install
is not able to open it.
--

Regards,
Sajan.

PS: Please don't send me direct emails, use the newsroom.

Agostino Rota said:
"Kallely Sajan" <[email protected]> ha scritto nel messaggio
You didn't run it with verbose logging, did you? Run it with verbose
logging
with the instructions I gave you before

Also do an Orca ICE validation on the kit?

What's this?


Looks like your ExecuteAction is throwing the exception.


I'm sorry

The new log file is this:

=== Verbose logging started: 15/07/2003 22.03.07 Build type: SHIP UNICODE
2.00.2600.1183 Calling process: C:\WINNT\system32\msiexec.exe ===
MSI (c) (DC:30): Resetting cached policy values
MSI (c) (DC:30): Machine policy value 'Debug' is 0
MSI (c) (DC:30): ******* RunEngine:
******* Product: magicinstall174.msi
******* Action:
******* CommandLine: **********
MSI (c) (DC:30): Machine policy value 'DisableUserInstalls' is 0
MSI (c) (DC:30): Cloaking enabled.
MSI (c) (DC:30): End dialog not enabled
MSI (c) (DC:30): Original package ==> D:\Agostino\Tmp\magicinstall174.msi
MSI (c) (DC:30): Package we're running from ==>
C:\DOCUME~1\Ago\IMPOST~1\Temp\942008.msi
MSI (c) (DC:30): APPCOMPAT: looking for appcompat database entry with
ProductCode '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'.
MSI (c) (DC:30): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (DC:30): Machine policy value 'TransformsSecure' is 0
MSI (c) (DC:30): User policy value 'TransformsAtSource' is 0
MSI (c) (DC:30): APPCOMPAT: looking for appcompat database entry with
ProductCode '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'.
MSI (c) (DC:30): APPCOMPAT: no matching ProductCode found in database.
MSI (c) (DC:30): Transforms are not secure.
MSI (c) (DC:30): Command Line: CURRENTDIRECTORY=D:\Agostino\Tmp
CLIENTUILEVEL=0 CLIENTPROCESSID=1756 %HOMEPATH=\ %HOMEDRIVE=C: %HOMESHARE=
MSI (c) (DC:30): Product Code passed to Engine.Initialize: ''
MSI (c) (DC:30): Product Code from property table before transforms:
'{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
MSI (c) (DC:30): Product Code from property table after transforms:
'{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
MSI (c) (DC:30): Product not registered: beginning first-time install
MSI (c) (DC:30): Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (DC:30): User policy value 'SearchOrder' is 'nmu'
MSI (c) (DC:30): Adding new sources is allowed.
MSI (c) (DC:30): Package name extracted from package path:
'magicinstall174.msi'
MSI (c) (DC:30): Package to be registered: 'MagicInstall174.msi'
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2729
MSI (c) (DC:30): Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (DC:30): Machine policy value 'DisableMsi' is 0
MSI (c) (DC:30): Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (DC:30): User policy value 'AlwaysInstallElevated' is 0
MSI (c) (DC:30): Running product '{F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}'
with user privileges: It's not assigned.
MSI (c) (DC:30): TRANSFORMS property is now:
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Preferiti
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Risorse di rete
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: d:\Agostino
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Risorse di stampa
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Recent
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\SendTo
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Modelli
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Impostazioni locali\Dati applicazioni
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: d:\Agostino\Immagini
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi\Strumenti di amministrazione
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi\Esecuzione automatica
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio\Programmi
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Menu Avvio
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\Ago\Desktop
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi\Strumenti di amministrazione
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi\Esecuzione automatica
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio\Programmi
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Menu Avvio
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\Documents and
Settings\All Users\Desktop
MSI (c) (DC:30): SHELL32::SHGetFolderPath returned: C:\WINNT\Fonts
MSI (c) (DC:30): Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (DC:30): MSCOREE not loaded loading copy from system32
=== Logging started: 15/07/2003 22.03.08 ===
MSI (c) (DC:30): Machine policy value 'DisableRollback' is 0
MSI (c) (DC:30): User policy value 'DisableRollback' is 0
MSI (c) (DC:30): Doing action: INSTALL
MSI (c) (DC:30): Note: 1: 2262 2: ActionText 3: -2147287038
Action start 22.03.08: INSTALL.
MSI (c) (DC:30): UI Sequence table 'InstallUISequence' is present and
populated.
MSI (c) (DC:30): Running UISequence
MSI (c) (DC:30): Skipping action: ERRCA_UIANDADVERTISED (condition is false)
MSI (c) (DC:30): Doing action: AppSearch
Action start 22.03.08: AppSearch.
MSI (c) (DC:30): Note: 1: 2262 2: AppSearch 3: -2147287038
Action ended 22.03.08: AppSearch. Return value 1.
MSI (c) (DC:30): Doing action: FindRelatedProducts
Action start 22.03.08: FindRelatedProducts.
MSI (c) (DC:30): Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 22.03.08: FindRelatedProducts. Return value 1.
MSI (c) (DC:30): Doing action: LaunchConditions
Action start 22.03.08: LaunchConditions.
Action ended 22.03.08: LaunchConditions. Return value 1.
MSI (c) (DC:30): Doing action: CCPSearch
Action start 22.03.08: CCPSearch.
MSI (c) (DC:30): Note: 1: 2262 2: CCPSearch 3: -2147287038
Action ended 22.03.08: CCPSearch. Return value 1.
MSI (c) (DC:30): Doing action: RMCCPSearch
Action start 22.03.08: RMCCPSearch.
MSI (c) (DC:30): Note: 1: 2262 2: CCPSearch 3: -2147287038
Action ended 22.03.08: RMCCPSearch. Return value 0.
MSI (c) (DC:30): Doing action: ValidateProductID
Action start 22.03.08: ValidateProductID.
Action ended 22.03.08: ValidateProductID. Return value 1.
MSI (c) (DC:30): Doing action: DIRCA_TARGETDIR
Action start 22.03.08: DIRCA_TARGETDIR.
Action ended 22.03.08: DIRCA_TARGETDIR. Return value 1.
MSI (c) (DC:30): Doing action: CostInitialize
Action start 22.03.08: CostInitialize.
Action ended 22.03.08: CostInitialize. Return value 1.
MSI (c) (DC:30): Doing action: FileCost
Action start 22.03.08: FileCost.
MSI (c) (DC:30): Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: IniFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: ReserveCost 3: -2147287038
Action ended 22.03.08: FileCost. Return value 1.
MSI (c) (DC:30): Doing action: IsolateComponents
Action start 22.03.08: IsolateComponents.
MSI (c) (DC:30): Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Patch 3: -2147287038
Action ended 22.03.08: IsolateComponents. Return value 1.
MSI (c) (DC:30): Skipping action: ResumeForm (condition is false)
MSI (c) (DC:30): Skipping action: MaintenanceForm (condition is false)
MSI (c) (DC:30): Doing action: CostFinalize
Action start 22.03.08: CostFinalize.
MSI (c) (DC:30): Note: 1: 2262 2: Patch 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Condition 3: -2147287038
MSI (c) (DC:30): Target path resolution complete. Dumping Directory table...
MSI (c) (DC:30): Note: target paths subject to change (via custom
actions
or
browsing)
MSI (c) (DC:30): Dir (target): Key: TARGETDIR , Object:
C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: WindowsFolder , Object: C:\WINNT\
MSI (c) (DC:30): Dir (target): Key: ProgramMenuFolder , Object: C:\Documents
and Settings\Ago\Menu Avvio\Programmi\
MSI (c) (DC:30): Dir (target): Key: DesktopFolder , Object: C:\Documents and
Settings\Ago\Desktop\
MSI (c) (DC:30): Dir (target): Key: _BF2F62DB8C61469AA22008BE69B10FD0 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Bin\
MSI (c) (DC:30): Dir (target): Key: GAC , Object: C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _3E047F851E604BEEA14567DCF8D726D0 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _C8BB1916DF39433CB5646D33F8331611 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\
MSI (c) (DC:30): Dir (target): Key: _F7FC3C797F4D4DA58C2CE8096FE1B2FF ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Samples\
MSI (c) (DC:30): Dir (target): Key: _3F9C760FABD64C9A86CD20D8171D7AB2 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\
MSI (c) (DC:30): Dir (target): Key: _FA97878B366C47B6A2FFB05EA3B0E20B ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleMenus\
MSI (c) (DC:30): Dir (target): Key: _607390F8119149CB98AD62E0313413BE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleDocking\
MSI (c) (DC:30): Dir (target): Key: _2E4D56D6821D4300B66634B437D4A1EE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabControl\
MSI (c) (DC:30): Dir (target): Key: _FABF683DA180459ABBAE9D2E6688EAA6 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleWizard\
MSI (c) (DC:30): Dir (target): Key: _C5F03C31B68144EEADB9B30748665065 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _1B3D355D4E3D42DFB5DF598819483342 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\
MSI (c) (DC:30): Dir (target): Key: _0920F90553A84FD6905AF2A4B99AA91D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\
MSI (c) (DC:30): Dir (target): Key: _AEA0B825724F4F8ABC919A5A7E87FC8D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleDocking\
MSI (c) (DC:30): Dir (target): Key: _1105ADEC67364764B9395F0026688714 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleMenus\
MSI (c) (DC:30): Dir (target): Key: _EF3BBEC2FB4C47DB9B260FADD3E51B16 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _3943BD294EF04A1EA0715827652E7F67 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabbedGroups\Bitmaps\
MSI (c) (DC:30): Dir (target): Key: _D3EC5DC911F14486B51AE171873BD5E3 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleTabControl\
MSI (c) (DC:30): Dir (target): Key: _AE24A985DC4C4235B8805CDF7618F0EE ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Samples\C#\SampleWizard\
MSI (c) (DC:30): Dir (target): Key: _125A4B0AAF5948BD933A28EC26E17C8B ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Source\
MSI (c) (DC:30): Dir (target): Key: _3FD077118FC14FCE9375DA6597FC76FB ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\
MSI (c) (DC:30): Dir (target): Key: _917B741A5EDE415C8F25A91206011E3A ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Collections\
MSI (c) (DC:30): Dir (target): Key: _BF33DD32B43A4A21814DA41C9073CC17 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Win32\
MSI (c) (DC:30): Dir (target): Key: _ECC4383F56D346B690F9AD24437D60CB ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Resources\
MSI (c) (DC:30): Dir (target): Key: _5DB0FD1B637242E196F025B2B3797DA3 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Forms\
MSI (c) (DC:30): Dir (target): Key: _F0F58966ADFF40D98938A8F0C4528012 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Common\
MSI (c) (DC:30): Dir (target): Key: _236F996C7E744FDBB644572D08924709 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Menus\
MSI (c) (DC:30): Dir (target): Key: _68D4917EE8204FA88E22F53FB64F0E7F ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\
MSI (c) (DC:30): Dir (target): Key: _B52B7A00E29449EC8DA1E4D2994A204F ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\ResizeBar\
MSI (c) (DC:30): Dir (target): Key: _DB0B6A8114504E358BA6552DC6683AAD ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\BorderForControl\
MSI (c) (DC:30): Dir (target): Key: _AD6A3E8605E34A8996B4665128197D8D ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\WizardControl\
MSI (c) (DC:30): Dir (target): Key: _E332191AC96C4346A83C34F2781AC7C2 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\InertButton\
MSI (c) (DC:30): Dir (target): Key: _EEB0BE0AE6E24AC18257146DD7A07530 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabControl\
MSI (c) (DC:30): Dir (target): Key: _5074E59D55BA4D259FD28B58FBCA00DF ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabbedGroups\
MSI (c) (DC:30): Dir (target): Key: _B53034B6C924484F8941D43F1C61D729 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Docking\
MSI (c) (DC:30): Dir (target): Key: _CDF17EDE3D064F8B9B7F621A05B0A074 ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library 1.7.4\Articles\
MSI (c) (DC:30): Dir (target): Key: _445C56E72A324160B18BC8521832E1EA ,
Object: C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\Articles\images3\
MSI (c) (DC:30): Note: 1: 2262 2: RemoveFile 3: -2147287038
Action ended 22.03.08: CostFinalize. Return value 1.
MSI (c) (DC:30): Doing action: WelcomeForm
Action start 22.03.08: WelcomeForm.
Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0
Info 2898. VSI_MS_Sans_Serif16.0_1_0, MS Sans Serif, 0
DEBUG: Error 2826: Control BannerBmp on dialog WelcomeForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, BannerBmp, to the right
Info 2898. VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400, MS Sans
Serif, 0
DEBUG: Error 2826: Control Line1 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog WelcomeForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: WelcomeForm, Line2, to the right
Action 22.03.08: WelcomeForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog FolderForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FolderForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FolderForm, Line2, to the right
Info 2898. VSI_MS_Shell_Dlg13.0_0_0, MS Shell Dlg, 0
Action 22.03.11: FolderForm. Dialog created
DEBUG: Error 2826: Control BannerBmp on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ConfirmInstallForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ConfirmInstallForm, Line2, to the right
Action 22.03.13: ConfirmInstallForm. Dialog created
Action ended 22.03.14: WelcomeForm. Return value 1.
MSI (c) (DC:30): Doing action: ProgressForm
Action start 22.03.14: ProgressForm.
DEBUG: Error 2826: Control BannerBmp on dialog ProgressForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog ProgressForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog ProgressForm extends beyond the
boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: ProgressForm, Line2, to the right
Action 22.03.14: ProgressForm. Dialog created
Action ended 22.03.14: ProgressForm. Return value 1.
MSI (c) (DC:30): Doing action: ExecuteAction
Action start 22.03.14: ExecuteAction.
MSI (c) (DC:30): Grabbed execution mutex.
MSI (c) (DC:30): Incrementing counter to disable shutdown. Counter after
increment: 0
MSI (c) (DC:30): Switching to server: TARGETDIR="C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\"
_CDF17EDE3D064F8B9B7F621A05B0A074="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Articles\"
_B53034B6C924484F8941D43F1C61D729="C:\Prog
rammi\Crownwood Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Docking\"
_445C56E72A324160B18BC8521832E1EA="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Articles\images3\"
_AE24A985DC4C4235B8805CDF7618F0EE="C:\Programmi\Crownwood Cons
ulting Ltd\Magic Library 1.7.4\Samples\C#\SampleWizard\"
_5074E59D55BA4D259FD28B58FBCA00DF="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\TabbedGroups\"
_1B3D355D4E3D42DFB5DF598819483342="C:\Programmi\Crownwood Con
sulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\"
_D3EC5DC911F14486B51AE171873BD5E3="C:\Programmi\Crownwood Consulting
Ltd\Magic Library 1.7.4\Samples\C#\SampleTabControl\"
_3943BD294EF04A1EA0715827652E7F67="C:\Programmi\Crownwoo
d Consulting Ltd\Magi
MSI (s) (40:48): Resetting cached policy values
MSI (s) (40:48): Machine policy value 'Debug' is 0
MSI (s) (40:48): ******* RunEngine:
******* Product: D:\Agostino\Tmp\magicinstall174.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (40:48): Machine policy value 'DisableUserInstalls' is 0
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 014000001E872D116BF00006799C897E
MSI (s) (40:48): Using cached product context: machine assigned for product:
014000001E872D116BF00006799C897E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 0140160B04876844DB2D7F490A880187
MSI (s) (40:48): Using cached product context: machine assigned for product:
0140160B04876844DB2D7F490A880187
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 018E5796F29C0F54B0DF81B713F2018E
MSI (s) (40:48): Using cached product context: machine assigned for product:
018E5796F29C0F54B0DF81B713F2018E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 10D9F7A883B1CE143815FDEB3E09D939
MSI (s) (40:48): Using cached product context: machine assigned for product:
10D9F7A883B1CE143815FDEB3E09D939
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 15D556A132413A847B84F8A5B02E498C
MSI (s) (40:48): Using cached product context: machine assigned for product:
15D556A132413A847B84F8A5B02E498C
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 2AD617F6F8933D11581E000540386890
MSI (s) (40:48): Using cached product context: machine assigned for product:
2AD617F6F8933D11581E000540386890
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 3818E50BA6683D1179FD00008F8D2F9E
MSI (s) (40:48): Using cached product context: machine assigned for product:
3818E50BA6683D1179FD00008F8D2F9E
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 3E6D51529E5A3004B995C9ABCD7B7D88
MSI (s) (40:48): Using cached product context: machine assigned for product:
3E6D51529E5A3004B995C9ABCD7B7D88
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 4DAADC6B91718EF47BF803E2C71815C7
MSI (s) (40:48): Using cached product context: machine assigned for product:
4DAADC6B91718EF47BF803E2C71815C7
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 580B850597AA5E147A6286B1C4B448E6
MSI (s) (40:48): Using cached product context: machine assigned for product:
580B850597AA5E147A6286B1C4B448E6
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 667FCD348386A9F4C8199DD25A68FD7A
MSI (s) (40:48): Using cached product context: machine assigned for product:
667FCD348386A9F4C8199DD25A68FD7A
MSI (s) (40:48): Setting cached product context: machine assigned for
product: 9D7464EDE12EA9647A0DEA82853292C2
MSI (s) (40:48): Using cached product context: machine assigned for product:
9D7464EDE12EA9647A0DEA82853292C2
MSI (s) (40:48): Setting cached product context: machine assigned for
product: B8259C2CB9825D115AA4000972A8B18B
MSI (s) (40:48): Using cached product context: machine assigned for product:
B8259C2CB9825D115AA4000972A8B18B
MSI (s) (40:48): Setting cached product context: machine assigned for
product: B85B2D2FDF2B1D643891CD5E46709943
MSI (s) (40:48): Using cached product context: machine assigned for product:
B85B2D2FDF2B1D643891CD5E46709943
MSI (s) (40:48): Setting cached product context: machine assigned for
product: C838BEBA7A1AD5C47B1EB834410B5034
MSI (s) (40:48): Using cached product context: machine assigned for product:
C838BEBA7A1AD5C47B1EB834410B5034
MSI (s) (40:48): Setting cached product context: machine assigned for
product: DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (40:48): Using cached product context: machine assigned for product:
DDE7F2BCF1D91C3409CFF425AE1E271A
MSI (s) (40:48): Setting cached product context: machine assigned for
product: E5D34CD46C2739D4DAA7FE7EAC16F247
MSI (s) (40:48): Using cached product context: machine assigned for product:
E5D34CD46C2739D4DAA7FE7EAC16F247
MSI (s) (40:48): Setting cached product context: machine assigned for
product: EEB2F510C51F7F146973745A53A3E092
MSI (s) (40:48): Using cached product context: machine assigned for product:
EEB2F510C51F7F146973745A53A3E092
MSI (s) (40:48): Note: 1: 2318 2: D:\Agostino\Tmp\magicinstall174.msi
MSI (s) (40:48): MainEngineThread is returning 1603
MSI (c) (DC:30): Back from server. Return value: 1603
MSI (c) (DC:30): Decrementing counter to disable shutdown. If counter >= 0,
shutdown will be denied. Counter after decrement: -1
Action ended 22.03.17: ExecuteAction. Return value 3.
MSI (c) (DC:30): Doing action: FatalErrorForm
Action start 22.03.17: FatalErrorForm.
DEBUG: Error 2826: Control BannerBmp on dialog FatalErrorForm extends
beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, BannerBmp, to the right
DEBUG: Error 2826: Control Line1 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line1, to the right
DEBUG: Error 2826: Control Line2 on dialog FatalErrorForm extends beyond
the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2826. The
arguments are: FatalErrorForm, Line2, to the right
Action 22.03.17: FatalErrorForm. Dialog created
Action ended 22.03.18: FatalErrorForm. Return value 1.
Action ended 22.03.18: INSTALL. Return value 3.
Property(C): UpgradeCode = {DF6FE11C-E59B-4898-8903-8375C337EDC3}
Property(C): TARGETDIR = C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\
Property(C): _CDF17EDE3D064F8B9B7F621A05B0A074 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Articles\
Property(C): _B53034B6C924484F8941D43F1C61D729 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Docking\
Property(C): _445C56E72A324160B18BC8521832E1EA = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Articles\images3\
Property(C): _AE24A985DC4C4235B8805CDF7618F0EE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleWizard\
Property(C): _5074E59D55BA4D259FD28B58FBCA00DF = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\TabbedGroups\
Property(C): _1B3D355D4E3D42DFB5DF598819483342 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Samples\VB.NET\SampleTabbedGroups\Bitmaps\
Property(C): _D3EC5DC911F14486B51AE171873BD5E3 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabControl\
Property(C): _3943BD294EF04A1EA0715827652E7F67 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabbedGroups\Bitmaps\
Property(C): _EEB0BE0AE6E24AC18257146DD7A07530 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\TabControl\
Property(C): _236F996C7E744FDBB644572D08924709 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Menus\
Property(C): _E332191AC96C4346A83C34F2781AC7C2 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\InertButton\
Property(C): _FABF683DA180459ABBAE9D2E6688EAA6 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleWizard\
Property(C): _F0F58966ADFF40D98938A8F0C4528012 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Common\
Property(C): _2E4D56D6821D4300B66634B437D4A1EE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabControl\
Property(C): _607390F8119149CB98AD62E0313413BE = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleDocking\
Property(C): _1105ADEC67364764B9395F0026688714 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleMenus\
Property(C): GAC = C:\Programmi\Crownwood Consulting Ltd\Magic Library
1.7.4\
Property(C): _3E047F851E604BEEA14567DCF8D726D0 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
Property(C): _C8BB1916DF39433CB5646D33F8331611 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\
Property(C): _AD6A3E8605E34A8996B4665128197D8D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\WizardControl\
Property(C): _68D4917EE8204FA88E22F53FB64F0E7F = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\
Property(C): _5DB0FD1B637242E196F025B2B3797DA3 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Forms\
Property(C): _BF2F62DB8C61469AA22008BE69B10FD0 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Bin\
Property(C): _C5F03C31B68144EEADB9B30748665065 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleTabbedGroups\
Property(C): _DB0B6A8114504E358BA6552DC6683AAD = C:\Programmi\Crownwood
Consulting Ltd\Magic Library
1.7.4\Source\MagicLibrary\Controls\BorderForControl\
Property(C): _FA97878B366C47B6A2FFB05EA3B0E20B = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\SampleMenus\
Property(C): _ECC4383F56D346B690F9AD24437D60CB = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Resources\
Property(C): _AEA0B825724F4F8ABC919A5A7E87FC8D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleDocking\
Property(C): _BF33DD32B43A4A21814DA41C9073CC17 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Win32\
Property(C): _917B741A5EDE415C8F25A91206011E3A = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Collections\
Property(C): _EF3BBEC2FB4C47DB9B260FADD3E51B16 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\SampleTabbedGroups\
Property(C): _B52B7A00E29449EC8DA1E4D2994A204F = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\Controls\ResizeBar\
Property(C): _0920F90553A84FD6905AF2A4B99AA91D = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\C#\
Property(C): _3FD077118FC14FCE9375DA6597FC76FB = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\MagicLibrary\
Property(C): _3F9C760FABD64C9A86CD20D8171D7AB2 = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\VB.NET\
Property(C): _125A4B0AAF5948BD933A28EC26E17C8B = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Source\
Property(C): DesktopFolder = C:\Documents and Settings\Ago\Desktop\
Property(C): ProgramMenuFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\
Property(C): SourceDir = D:\Agostino\Tmp\
Property(C): _F7FC3C797F4D4DA58C2CE8096FE1B2FF = C:\Programmi\Crownwood
Consulting Ltd\Magic Library 1.7.4\Samples\
Property(C): MsiNetAssemblySupport = 1.1.4322.573
Property(C): RedirectedDllSupport = 1
Property(C): VersionNT = 500
Property(C): ProductName = Magic Library 1.7.4
Property(C): ProductCode = {F2C8AD32-22EF-426D-B547-EED4D1B5AAD9}
Property(C): ProductVersion = 1.7.0
Property(C): Manufacturer = Crownwood Consulting Ltd
Property(C): ARPHELPLINK = www.dotnetmagic.com
Property(C): ARPCONTACT = Crownwood Consulting Ltd
Property(C): ARPCOMMENTS = Magic - The User Interface Library for .NET
Property(C): ARPURLINFOABOUT = www.dotnetmagic.com
Property(C): ProductLanguage = 1033
Property(C): VSDIISMSG = This setup requires Internet Information Server 4.0
or higher and Windows NT 4.0, Windows 2000, or Windows XP. This setup
cannot be installed on Windows 95, Windows 98, or Windows Me. Please
install Internet Information Server and run this setup again.
Property(C): VSDUIANDADVERTISED = This advertised application will not be
installed because it might be unsafe. Contact your administrator to change
the installation user interface option of the package to basic.
Property(C): VSDNETMSG = This setup requires the .NET Framework. Please
install the .NET Framework and run this setup again.
Property(C): VSDINVALIDURLMSG = The specified path '[2]' is unavailable. The
Internet Information Server might not be running or the path exists and is
redirected to another machine. Please check the status of this virtual
directory in the Internet Services Manager.
Property(C): VSDVERSIONMSG = Unable to install because a newer version of
this product is already installed.
Property(C): ErrorDialog = ErrorDialog
Property(C): SFF_UpFldrBtn = UpFldrBtn
Property(C): SFF_NewFldrBtn = NewFldrBtn
Property(C): DefaultUIFont =
VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400
Property(C): FolderForm_AllUsers = ME
Property(C): AdminMaintenanceForm_Action = Repair
Property(C): MaintenanceForm_Action = Repair
Property(C): AdminWelcomeForm_NextArgs = AdminFolderForm
Property(C): AdminFolderForm_PrevArgs = AdminWelcomeForm
Property(C): AdminFolderForm_NextArgs = AdminConfirmInstallForm
Property(C): AdminConfirmInstallForm_PrevArgs = AdminFolderForm
Property(C): WelcomeForm_NextArgs = FolderForm
Property(C): FolderForm_PrevArgs = WelcomeForm
Property(C): FolderForm_NextArgs = ConfirmInstallForm
Property(C): ConfirmInstallForm_PrevArgs = FolderForm
Property(C): PackageCode = {AAD1FEF4-B629-45F4-8D4C-9AE86D800AB4}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): CURRENTDIRECTORY = D:\Agostino\Tmp
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 1756
Property(C): VersionDatabase = 200
Property(C): VersionMsi = 2.00
Property(C): WindowsBuild = 2195
Property(C): ServicePackLevel = 4
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINNT\
Property(C): WindowsVolume = C:\
Property(C): SystemFolder = C:\WINNT\system32\
Property(C): System16Folder = C:\WINNT\system\
Property(C): TempFolder = C:\DOCUME~1\Ago\IMPOST~1\Temp\
Property(C): ProgramFilesFolder = C:\Programmi\
Property(C): CommonFilesFolder = C:\Programmi\File comuni\
Property(C): AppDataFolder = C:\Documents and Settings\Ago\Dati
applicazioni\
Property(C): FavoritesFolder = C:\Documents and Settings\Ago\Preferiti\
Property(C): NetHoodFolder = C:\Documents and Settings\Ago\Risorse di rete\
Property(C): PersonalFolder = d:\Agostino\
Property(C): PrintHoodFolder = C:\Documents and Settings\Ago\Risorse di
stampa\
Property(C): RecentFolder = C:\Documents and Settings\Ago\Recent\
Property(C): SendToFolder = C:\Documents and Settings\Ago\SendTo\
Property(C): TemplateFolder = C:\Documents and Settings\Ago\Modelli\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Dati
applicazioni\
Property(C): LocalAppDataFolder = C:\Documents and Settings\Ago\Impostazioni
locali\Dati applicazioni\
Property(C): MyPicturesFolder = d:\Agostino\Immagini\
Property(C): AdminToolsFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\Strumenti di amministrazione\
Property(C): StartupFolder = C:\Documents and Settings\Ago\Menu
Avvio\Programmi\Esecuzione automatica\
Property(C): StartMenuFolder = C:\Documents and Settings\Ago\Menu Avvio\
Property(C): FontsFolder = C:\WINNT\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 6
Property(C): PhysicalMemory = 375
Property(C): VirtualMemory = 706
Property(C): AdminUser = 1
Property(C): LogonUser = ago
Property(C): UserSID = S-1-5-21-2064518153-428233620-879972363-1006
Property(C): UserLanguageID = 1040
Property(C): ComputerName = AGO
Property(C): SystemLanguageID = 1040
Property(C): ScreenX = 1024
Property(C): ScreenY = 768
Property(C): CaptionHeight = 19
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 16
Property(C): TTCSupport = 1
Property(C): Time = 22.03.19
Property(C): Date = 15/07/2003
Property(C): Privileged = 1
Property(C): USERNAME = Agostino Rota
Property(C): COMPANYNAME = Sigma Sistemi
Property(C): DATABASE = C:\DOCUME~1\Ago\IMPOST~1\Temp\942008.msi
Property(C): OriginalDatabase = D:\Agostino\Tmp\magicinstall174.msi
Property(C): SOURCEDIR = D:\Agostino\Tmp\
Property(C): VersionHandler = 2.00
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
Property(C): ROOTDRIVE = D:\
Property(C): CostingComplete = 1
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): INSTALLLEVEL = 1
=== Logging stopped: 15/07/2003 22.03.19 ===
MSI (c) (DC:30): Note: 1: 1708
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (DC:30): Product: Magic Library 1.7.4 -- Installation failed.

MSI (c) (DC:30): Grabbed execution mutex.
MSI (c) (DC:30): Cleaning up uninstalled install packages, if any exist
MSI (c) (DC:30): MainEngineThread is returning 1603
=== Verbose logging stopped: 15/07/2003 22.03.19 ===
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top