A major problem installing FlowCode on XP x64 SP2 system

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
lighty
Posts: 7
Joined: Sun Jan 13, 2008 8:29 pm

A major problem installing FlowCode on XP x64 SP2 system

Post by lighty »

I tried installing demo of FlowCode AVR to two separate XP x64 SP2 systems.

When I use setup.exe file I can get past the first screen and then I get the following message:
"Fatal Error
Installation ended prematurely because of an error."

I then decompressed setup.exe file and tried manual install through instmsi.msi. Then installer shut down silently.

At last I started msiexec manual installation with logging enable and this is what I got:

=== Verbose logging started: 13.1.2008 18:54:38 Build type: SHIP ANSI 2.00.2600.02 Calling process: F:\FLOWCODE\msiexec.exe ===
MSI (c) (F4:D4): Resetting cached policy values
MSI (c) (F4:D4): Machine policy value 'Debug' is 0
MSI (c) (F4:D4): ******* RunEngine:
******* Product: instmsi.msi
******* Action:
******* CommandLine: **********
MSI (c) (F4:D4): Machine policy value 'DisableUserInstalls' is 0
MSI (c) (F4:D4): Windows Installer proxy information not correctly registered

MSI (c) (F4:D4): MainEngineThread is returning 1601
=== Verbose logging stopped: 13.1.2008 18:54:38 ===



I must say that I immediately checked out Windows Installer and it diagnosed properly. I also tried two other msi programs I own and they installed properly which means the Windows Installer is working properly.

So now, I would like to test FlowCode before possibly buying it but both my systems are XP x64 SP2 so I wonder is there any solution for that installation problem?

P.S.
I now tried FlowCode PIC and got the same problems as before.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by Steve »

I know that the hardware driver that comes as part of the Flowcode installation is not 64-bit compatible. Have you tried installing Flowcode without this option?

I'm at home now and I don't have access to a 64-bit PC. I will look into this further tomorrow.

lighty
Posts: 7
Joined: Sun Jan 13, 2008 8:29 pm

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by lighty »

I can't even get so far as to choose that option. As I said- if I use supplied setup.exe all I see is first screen and when I click on Next after a few seconds the system returns error message.

If decompress setup.exe and start instmsi.msi manually I don't even get any setup options I immediately get the message I mentioned earlier.

I suspect the problem has something to do with the instmsi.msi execution because I tried a few other programs that get installed via msi and they all installed fine. It's a specific FlowChart msi installer problem.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by Steve »

We did have an initial problem with the installation onto 64-bit systems, but this was fixed in November and the download should now be ok. As for the PIC version, this has never had a problem with 64-bit systems.

Can you please send me the complete log of the installation and a screenshot of the error message and I'll look into this problem further.

lighty
Posts: 7
Joined: Sun Jan 13, 2008 8:29 pm

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by lighty »

No problem. Check your PM.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by Steve »

Hello,

A search for the text in your MSI logs produced a lot of hits, including the following:

http://support.microsoft.com/kb/321497
http://www.daemon-tools.cc/dtcc/archive ... t4362.html
http://www.betaone.net/forum/thread-15382.html

These posts point to a bug in the Windows installer itself, or to a need to re-register the service.

I hope these help to solve your problem.

lighty
Posts: 7
Joined: Sun Jan 13, 2008 8:29 pm

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by lighty »

No Sir. I already tried that route by contacting MS support. In my case MSI server is up and running fine. I cannot stress strongly enough that any other MSI package is installing fine through that same MSI server except for FlowCode. I tried several other applications install/deinstall just to be on the safe side and not a single one produced the described problem.

Also, I tried installing FlowCode on two different machines running XP x64 SP2 and they produced the same errors. That fact tells me that the problem lies somewhere in the way FlowCode installer is compiled. In fact MS guys told me that MSI scripting for x64 is somewhat different in some details that may be important.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by Steve »

Hello,

I have just tried to install onto a WinXP x64 PC (with SP1) and it installed fine (although the driver files for the hardware could not be installed because they are not available yet). I also know of at least 1 customer who has successfully installed Flowcode for AVRs onto a WinXP x64 PC (not sure of the service pack).

My PC is using Windows Installer version 3.01.4000.1830. I see you are using v2 of the installer - perhaps the problem will be solved if you upgrade to v3?

Also, a simpler way to get a log from the installation is to download the "Flowcode_AVR.exe" installation and run it with the following parameters:

Code: Select all

/l*vx c:\FC_Inst_log.txt
And you have definitely tried the following?
In case of error 1601 MS suggests to shutdown and re-register the Installer service:
1. Click Start, and then click Run.
2. In the Open box, type msiexec /unreg, and then click OK.
3. When this process is complete, click Start, and then click Run.
4. In the Open box, type msiexec /regserver, and then click OK.
I don't really know how else to help.

lighty
Posts: 7
Joined: Sun Jan 13, 2008 8:29 pm

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by lighty »

There were some major updates to Windows Installer with the introduction of SP2. Also, I have msiexec version Windows Β® Installer Build type: SHIP UNICODE 3.01.4000.4042

I also tried several solutions suggested by MS support including one pretty much similar to yours. I also ran diagnostic and everything works fine.

As for the log you required

Code: Select all

=== Verbose logging started: 15.1.2008  14:12:21  Build type: SHIP UNICODE 3.01.4000.4042  Calling process: C:\WINDOWS\system32\MSIEXEC.exe ===
MSI (c) (94:24) [14:12:21:250]: Resetting cached policy values
MSI (c) (94:24) [14:12:21:250]: Machine policy value 'Debug' is 0
MSI (c) (94:24) [14:12:21:250]: ******* RunEngine:
           ******* Product: C:\Program Files (x86)\Common Files\Wise Installation Wizard\WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (94:24) [14:12:21:250]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (94:24) [14:12:21:359]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Program Files (x86)\Common Files\Wise Installation Wizard\WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI' against software restriction policy
MSI (c) (94:24) [14:12:21:359]: Note: 1: 2262 2: DigitalSignature 3: -2147287038 
MSI (c) (94:24) [14:12:21:359]: SOFTWARE RESTRICTION POLICY: C:\Program Files (x86)\Common Files\Wise Installation Wizard\WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI is not digitally signed
MSI (c) (94:24) [14:12:21:359]: SOFTWARE RESTRICTION POLICY: C:\Program Files (x86)\Common Files\Wise Installation Wizard\WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI is permitted to run at the 'unrestricted' authorization level.
MSI (c) (94:24) [14:12:21:421]: Cloaking enabled.
MSI (c) (94:24) [14:12:21:421]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (94:24) [14:12:21:421]: End dialog not enabled
MSI (c) (94:24) [14:12:21:421]: Original package ==> C:\Program Files (x86)\Common Files\Wise Installation Wizard\WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI
MSI (c) (94:24) [14:12:21:421]: Package we're running from ==> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\81366e.msi
MSI (c) (94:24) [14:12:21:421]: APPCOMPAT: looking for appcompat database entry with ProductCode '{F6149499-69E8-44EF-9A63-558D9065CCDE}'.
MSI (c) (94:24) [14:12:21:421]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (94:24) [14:12:21:437]: MSCOREE not loaded loading copy from system32
MSI (c) (94:24) [14:12:21:437]: Machine policy value 'TransformsSecure' is 1
MSI (c) (94:24) [14:12:21:437]: Machine policy value 'DisablePatch' is 0
MSI (c) (94:24) [14:12:21:437]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (94:24) [14:12:21:437]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (94:24) [14:12:21:437]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (94:24) [14:12:21:437]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
MSI (c) (94:24) [14:12:21:437]: APPCOMPAT: looking for appcompat database entry with ProductCode '{F6149499-69E8-44EF-9A63-558D9065CCDE}'.
MSI (c) (94:24) [14:12:21:437]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (94:24) [14:12:21:437]: Transforms are not secure.
MSI (c) (94:24) [14:12:21:437]: Command Line: WISE_SETUP_EXE_PATH=F:\EDA\PIC COMPILERS\FLOWCODE\Flowcode_AVR.exe CURRENTDIRECTORY=F:\EDA\PIC COMPILERS\FLOWCODE CLIENTUILEVEL=0 CLIENTPROCESSID=3220 
MSI (c) (94:24) [14:12:21:437]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{B37F82FE-7A2A-4A37-B431-98671A6D2B0A}'.
MSI (c) (94:24) [14:12:21:437]: Product Code passed to Engine.Initialize:           ''
MSI (c) (94:24) [14:12:21:437]: Product Code from property table before transforms: '{F6149499-69E8-44EF-9A63-558D9065CCDE}'
MSI (c) (94:24) [14:12:21:437]: Product Code from property table after transforms:  '{F6149499-69E8-44EF-9A63-558D9065CCDE}'
MSI (c) (94:24) [14:12:21:437]: Product not registered: beginning first-time install
MSI (c) (94:24) [14:12:21:437]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (94:24) [14:12:21:437]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (94:24) [14:12:21:437]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (94:24) [14:12:21:437]: Adding new sources is allowed.
MSI (c) (94:24) [14:12:21:437]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (94:24) [14:12:21:437]: Package name extracted from package path: 'WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI'
MSI (c) (94:24) [14:12:21:437]: Package to be registered: 'WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI'
MSI (c) (94:24) [14:12:21:437]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (c) (94:24) [14:12:21:437]: Machine policy value 'DisableMsi' is 0
MSI (c) (94:24) [14:12:21:437]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (94:24) [14:12:21:437]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (94:24) [14:12:21:437]: Running product '{F6149499-69E8-44EF-9A63-558D9065CCDE}' with user privileges: It's not assigned.
MSI (c) (94:24) [14:12:21:437]: PROPERTY CHANGE: Adding WISE_SETUP_EXE_PATH property. Its value is 'F:\EDA\PIC COMPILERS\FLOWCODE\Flowcode_AVR.exe'.
MSI (c) (94:24) [14:12:21:437]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'F:\EDA\PIC COMPILERS\FLOWCODE'.
MSI (c) (94:24) [14:12:21:437]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (94:24) [14:12:21:437]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '3220'.
MSI (c) (94:24) [14:12:21:437]: TRANSFORMS property is now: 
MSI (c) (94:24) [14:12:21:437]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\NetHood
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\PrintHood
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Recent
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\SendTo
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Templates
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Local Settings\Application Data
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents\My Pictures
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Desktop
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (c) (94:24) [14:12:21:453]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (94:24) [14:12:21:453]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 
MSI (c) (94:24) [14:12:21:453]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (94:24) [14:12:21:453]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (c) (94:24) [14:12:21:453]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'lighty'.
MSI (c) (94:24) [14:12:21:453]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (c) (94:24) [14:12:21:453]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'rebell alliancfe'.
MSI (c) (94:24) [14:12:21:453]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\81366e.msi'.
MSI (c) (94:24) [14:12:21:453]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Program Files (x86)\Common Files\Wise Installation Wizard\WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI'.
MSI (c) (94:24) [14:12:21:453]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Program Files (x86)\Common Files\Wise Installation Wizard\'.
MSI (c) (94:24) [14:12:21:453]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Program Files (x86)\Common Files\Wise Installation Wizard\'.
MSI (c) (94:48) [14:12:21:453]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '3.01'.
=== Logging started: 15.1.2008  14:12:21 ===
MSI (c) (94:24) [14:12:21:468]: Note: 1: 2205 2:  3: PatchPackage 
MSI (c) (94:24) [14:12:21:468]: Machine policy value 'DisableRollback' is 0
MSI (c) (94:24) [14:12:21:468]: User policy value 'DisableRollback' is 0
MSI (c) (94:24) [14:12:21:468]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (94:24) [14:12:21:468]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (94:24) [14:12:21:468]: Doing action: INSTALL
Action 14:12:21: INSTALL. 
Action start 14:12:21: INSTALL.
MSI (c) (94:24) [14:12:21:468]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (94:24) [14:12:21:468]: Running UISequence
MSI (c) (94:24) [14:12:21:468]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (c) (94:24) [14:12:21:468]: Doing action: LaunchConditions
Action 14:12:21: LaunchConditions. Evaluating launch conditions...
Action start 14:12:21: LaunchConditions.
MSI (c) (94:24) [14:12:21:468]: Note: 1: 2262 2: LaunchCondition 3: -2147287038 
Action ended 14:12:21: LaunchConditions. Return value 1.
MSI (c) (94:24) [14:12:21:468]: Doing action: ClearDisableUAP
Action 14:12:21: ClearDisableUAP. 
Action start 14:12:21: ClearDisableUAP.
Action ended 14:12:21: ClearDisableUAP. Return value 1.
MSI (c) (94:24) [14:12:21:468]: Skipping action: SetPatchMode (condition is false)
MSI (c) (94:24) [14:12:21:468]: Skipping action: SetPatchReinstallMode (condition is false)
MSI (c) (94:24) [14:12:21:468]: Doing action: Setup_Dialog
Action 14:12:21: Setup_Dialog. 
Action start 14:12:21: Setup_Dialog.
Info 2898. MSSansSerif8, MS Sans Serif, 1
Info 2898. Arial10, Arial, 1
Info 2898. Arial14, Arial, 1
Action 14:12:21: Setup_Dialog. Dialog created
Action ended 14:12:21: Setup_Dialog. Return value 1.
MSI (c) (94:24) [14:12:21:484]: Doing action: FindRelatedProducts
Action 14:12:21: FindRelatedProducts. Searching for related applications
Action start 14:12:21: FindRelatedProducts.
MSI (c) (94:24) [14:12:21:531]: Note: 1: 2262 2: Upgrade 3: -2147287038 
Action ended 14:12:21: FindRelatedProducts. Return value 1.
MSI (c) (94:24) [14:12:21:531]: Doing action: AppSearch
Action 14:12:21: AppSearch. Searching for installed applications...
Action start 14:12:21: AppSearch.
AppSearch: Property: INSTALLDIR
Signature: AppReg
MSI (c) (94:24) [14:12:21:531]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (94:24) [14:12:21:531]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (94:24) [14:12:21:531]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\MatrixMM\FlowCodeV3_AVR 3: 2 
MSI (c) (94:24) [14:12:21:531]: Note: 1: 2262 2: IniLocator 3: -2147287038 
MSI (c) (94:24) [14:12:21:531]: Note: 1: 2262 2: DrLocator 3: -2147287038 
Action ended 14:12:21: AppSearch. Return value 1.
MSI (c) (94:24) [14:12:21:531]: Skipping action: CCPSearch (condition is false)
MSI (c) (94:24) [14:12:21:531]: Skipping action: CCPDialog (condition is false)
MSI (c) (94:24) [14:12:21:531]: Skipping action: RMCCPSearch (condition is false)
MSI (c) (94:24) [14:12:21:531]: Doing action: ValidateProductID
Action 14:12:21: ValidateProductID. 
Action start 14:12:21: ValidateProductID.
Action ended 14:12:21: ValidateProductID. Return value 1.
MSI (c) (94:24) [14:12:21:531]: Doing action: SETLICENCE
Action 14:12:21: SETLICENCE. 
Action start 14:12:21: SETLICENCE.
MSI (c) (94:24) [14:12:21:531]: PROPERTY CHANGE: Modifying LICENCECODE property. Its current value is '0'. Its new value: 'none'.
Action ended 14:12:21: SETLICENCE. Return value 1.
MSI (c) (94:24) [14:12:21:531]: Doing action: CostInitialize
Action 14:12:21: CostInitialize. Computing space requirements...
Action start 14:12:21: CostInitialize.
MSI (c) (94:24) [14:12:21:531]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (c) (94:24) [14:12:21:531]: Baseline: Sorting baselines for {F6149499-69E8-44EF-9A63-558D9065CCDE}.
MSI (c) (94:24) [14:12:21:531]: Baseline: New baseline 1.0.0 from transaction.
MSI (c) (94:24) [14:12:21:546]: Baseline: Sorted order Native: Order 0.
MSI (c) (94:24) [14:12:21:546]: Baseline Data Table:
MSI (c) (94:24) [14:12:21:546]: ProductCode: {F6149499-69E8-44EF-9A63-558D9065CCDE} Version: 1.0.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
MSI (c) (94:24) [14:12:21:546]: Baseline File Table:
MSI (c) (94:24) [14:12:21:937]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (c) (94:24) [14:12:21:937]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
Action ended 14:12:21: CostInitialize. Return value 1.
MSI (c) (94:24) [14:12:21:953]: Doing action: FileCost
Action 14:12:21: FileCost. Computing space requirements...
Action start 14:12:21: FileCost.
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: TypeLib 3: -2147287038 
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: IniFile 3: -2147287038 
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: MoveFile 3: -2147287038 
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: ReserveCost 3: -2147287038 
Action ended 14:12:21: FileCost. Return value 1.
MSI (c) (94:24) [14:12:21:953]: Doing action: IsolateComponents
Action 14:12:21: IsolateComponents. 
Action start 14:12:21: IsolateComponents.
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: BindImage 3: -2147287038 
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038 
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2205 2:  3: Patch 
Action ended 14:12:21: IsolateComponents. Return value 1.
MSI (c) (94:24) [14:12:21:953]: Doing action: CostFinalize
Action 14:12:21: CostFinalize. Computing space requirements...
Action start 14:12:21: CostFinalize.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2205 2:  3: Patch 
MSI (c) (94:24) [14:12:21:953]: Note: 1: 2262 2: Condition 3: -2147287038 
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding INSTALLDIR2 property. Its value is 'C:\INSTALLDIR\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding GAC property. Its value is 'C:\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding WWWROOT property. Its value is 'C:\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Redist.3207D1B0_80E5_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding MS.3207D1B0_80E5_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding System.3207D1B0_80E5_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Redist.1E64E430_36E0_11D2_A794_0060089A724B property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding MS.1E64E430_36E0_11D2_A794_0060089A724B property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding System.1E64E430_36E0_11D2_A794_0060089A724B property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Redist.3207D1B6_80E5_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding MS.3207D1B6_80E5_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding System.3207D1B6_80E5_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Redist.8C0C59A0_7DC8_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding MS.8C0C59A0_7DC8_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding System.8C0C59A0_7DC8_11D2_B95D_006097C4DE24 property. Its value is 'C:\WINDOWS\SysWOW64\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding WinSxS property. Its value is 'C:\WINDOWS\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding System16Folder property. Its value is 'C:\WINDOWS\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding ProfilesFolder property. Its value is 'C:\WINDOWS\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Matrix_Multimedia property. Its value is 'C:\Documents and Settings\Administrator\Start Menu\Programs\Matrix Multimedia\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Flowcode_AVR property. Its value is 'C:\Documents and Settings\Administrator\Start Menu\Programs\Matrix Multimedia\Flowcode_AVR\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding INSTALLDIR1 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Components property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Components\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding FCD property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\FCD\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Tools property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avrispmkii_driver property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avrispmkii driver\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding AVRDUDEusb property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\AVRDUDEusb\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding MX_bats property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\MX_bats\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding bin12 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\bin\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding include property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding compat property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\compat\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding MX_util property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\MX_util\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding util property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\util\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding Temp property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\util\Temp\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr7 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\avr\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding lib5 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr410 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr4\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr25 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr25\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr3 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr3\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr56 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr5\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr6 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr6\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding ldscripts property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\ldscripts\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding libexec property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding gcc3 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr4 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\avr\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding _4.1.211 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\avr\4.1.2\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding lib property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding itk3.2 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\itk3.2\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding reg1.1 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\reg1.1\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding dde1.2 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\dde1.2\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding itcl3.2 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\itcl3.2\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding tk8.4 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\tk8.4\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding insight1.0 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\insight1.0\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding gcc property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr2 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding _4.1.2 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr315 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr3\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr414 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr4\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr613 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr6\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding include9 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\include\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding installtools property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\install-tools\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding include8 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\install-tools\include\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding avr5 property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr5\'.
MSI (c) (94:24) [14:12:21:953]: PROPERTY CHANGE: Adding bin property. Its value is 'C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\bin\'.
MSI (c) (94:24) [14:12:21:953]: Target path resolution complete. Dumping Directory table...
MSI (c) (94:24) [14:12:21:953]: Note: target paths subject to change (via custom actions or browsing)
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: TARGETDIR	, Object: C:\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: INSTALLDIR2	, Object: C:\INSTALLDIR\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: GAC	, Object: C:\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: WWWROOT	, Object: C:\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: MyPicturesFolder	, Object: C:\Documents and Settings\Administrator\My Documents\My Pictures\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: CommonAppDataFolder	, Object: C:\Documents and Settings\All Users\Application Data\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: LocalAppDataFolder	, Object: C:\Documents and Settings\Administrator\Local Settings\Application Data\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: WindowsFolder	, Object: C:\WINDOWS\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: FontsFolder	, Object: C:\WINDOWS\Fonts\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: TempFolder	, Object: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: SystemFolder	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Redist.3207D1B0_80E5_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: MS.3207D1B0_80E5_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: System.3207D1B0_80E5_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Redist.1E64E430_36E0_11D2_A794_0060089A724B	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: MS.1E64E430_36E0_11D2_A794_0060089A724B	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: System.1E64E430_36E0_11D2_A794_0060089A724B	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Redist.3207D1B6_80E5_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: MS.3207D1B6_80E5_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: System.3207D1B6_80E5_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Redist.8C0C59A0_7DC8_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: MS.8C0C59A0_7DC8_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: System.8C0C59A0_7DC8_11D2_B95D_006097C4DE24	, Object: C:\WINDOWS\SysWOW64\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: AdminToolsFolder	, Object: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: WinSxS	, Object: C:\WINDOWS\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: TemplateFolder	, Object: C:\Documents and Settings\Administrator\Templates\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: System16Folder	, Object: C:\WINDOWS\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: ProfilesFolder	, Object: C:\WINDOWS\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: NetHoodFolder	, Object: C:\Documents and Settings\Administrator\NetHood\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: PersonalFolder	, Object: C:\Documents and Settings\Administrator\My Documents\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: PrintHoodFolder	, Object: C:\Documents and Settings\Administrator\PrintHood\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: AppDataFolder	, Object: C:\Documents and Settings\Administrator\Application Data\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: RecentFolder	, Object: C:\Documents and Settings\Administrator\Recent\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: DesktopFolder	, Object: C:\Documents and Settings\Administrator\Desktop\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: StartMenuFolder	, Object: C:\Documents and Settings\Administrator\Start Menu\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: ProgramMenuFolder	, Object: C:\Documents and Settings\Administrator\Start Menu\Programs\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Matrix_Multimedia	, Object: C:\Documents and Settings\Administrator\Start Menu\Programs\Matrix Multimedia\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Flowcode_AVR	, Object: C:\Documents and Settings\Administrator\Start Menu\Programs\Matrix Multimedia\Flowcode_AVR\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: StartupFolder	, Object: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: SendToFolder	, Object: C:\Documents and Settings\Administrator\SendTo\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: FavoritesFolder	, Object: C:\Documents and Settings\Administrator\Favorites\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: ProgramFilesFolder	, Object: C:\Program Files (x86)\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: CommonFilesFolder	, Object: C:\Program Files (x86)\Common Files\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: INSTALLDIR1	, Object: C:\Program Files (x86)\Matrix Multimedia\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: INSTALLDIR	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Components	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Components\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: FCD	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\FCD\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Tools	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avrispmkii_driver	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avrispmkii driver\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: AVRDUDEusb	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\AVRDUDEusb\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: MX_bats	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\MX_bats\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: bin12	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\bin\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: include	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: compat	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\compat\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: MX_util	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\MX_util\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: util	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\util\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: Temp	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\util\Temp\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr7	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\avr\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: lib5	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr410	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr4\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr25	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr25\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr3	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr3\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr56	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr5\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr6	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr6\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: ldscripts	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\ldscripts\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: libexec	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: gcc3	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr4	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\avr\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: _4.1.211	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\avr\4.1.2\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: lib	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: itk3.2	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\itk3.2\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: reg1.1	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\reg1.1\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: dde1.2	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\dde1.2\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: itcl3.2	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\itcl3.2\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: tk8.4	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\tk8.4\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: insight1.0	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\insight1.0\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: gcc	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr2	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: _4.1.2	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr315	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr3\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr414	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr4\
MSI (c) (94:24) [14:12:21:953]: Dir (target): Key: avr613	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr6\
MSI (c) (94:24) [14:12:21:968]: Dir (target): Key: include9	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\include\
MSI (c) (94:24) [14:12:21:968]: Dir (target): Key: installtools	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\install-tools\
MSI (c) (94:24) [14:12:21:968]: Dir (target): Key: include8	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\install-tools\include\
MSI (c) (94:24) [14:12:21:968]: Dir (target): Key: avr5	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr5\
MSI (c) (94:24) [14:12:21:968]: Dir (target): Key: bin	, Object: C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\bin\
MSI (c) (94:24) [14:12:21:968]: Disallowing installation of component: {3207D1B1-80E5-11D2-B95D-006097C4DE24} since the same component with higher versioned keyfile exists
MSI (c) (94:24) [14:12:22:500]: Disallowing installation of component: {10048713-2C96-11D2-9A97-006097C4E452} since the same component with higher versioned keyfile exists
MSI (c) (94:24) [14:12:22:515]: Disallowing installation of component: {474F61F1-7342-11D2-A199-00A0C90AB50F} since the same component with higher versioned keyfile exists
MSI (c) (94:24) [14:12:22:515]: Disallowing installation of component: {997FA962-E067-11D1-9396-00A0C90F27F9} since the same component with higher versioned keyfile exists
Action ended 14:12:22: CostFinalize. Return value 1.
MSI (c) (94:24) [14:12:22:515]: Doing action: MigrateFeatureStates
Action 14:12:22: MigrateFeatureStates. Migrating feature states from related applications
Action start 14:12:22: MigrateFeatureStates.
Action ended 14:12:22: MigrateFeatureStates. Return value 0.
MSI (c) (94:24) [14:12:22:531]: Doing action: SetWizardProperty1
Action 14:12:22: SetWizardProperty1. 
Action start 14:12:22: SetWizardProperty1.
MSI (c) (94:24) [14:12:22:531]: PROPERTY CHANGE: Adding WiseCurrentWizard property. Its value is 'Welcome_Dialog'.
Action ended 14:12:22: SetWizardProperty1. Return value 1.
MSI (c) (94:24) [14:12:22:531]: Doing action: Welcome_Dialog
Action 14:12:22: Welcome_Dialog. 
Action start 14:12:22: Welcome_Dialog.
Action 14:12:22: Welcome_Dialog. Dialog created
MSI (c) (94:48) [14:12:22:609]: Note: 1: 2262 2: DuplicateFile 3: -2147287038 
MSI (c) (94:48) [14:12:22:609]: Note: 1: 2262 2: ReserveCost 3: -2147287038 
MSI (c) (94:48) [14:12:22:609]: Note: 1: 2205 2:  3: _RemoveFilePath 
MSI (c) (94:48) [14:12:22:765]: Note: 1: 2262 2: TypeLib 3: -2147287038 
MSI (c) (94:48) [14:12:22:781]: Note: 1: 2262 2: MIME 3: -2147287038 
MSI (c) (94:48) [14:12:22:781]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (c) (94:48) [14:12:22:781]: Note: 1: 2262 2: BindImage 3: -2147287038 
MSI (c) (94:48) [14:12:22:781]: Note: 1: 2262 2: PublishComponent 3: -2147287038 
MSI (c) (94:48) [14:12:22:781]: Note: 1: 2262 2: Font 3: -2147287038 
MSI (c) (94:48) [14:12:22:781]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceAvailable property. Its current value is '0'. Its new value: '10594296'.
MSI (c) (94:48) [14:12:22:781]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceRequired property. Its current value is '0'. Its new value: '187647'.
MSI (c) (94:48) [14:12:22:781]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceRemaining property. Its current value is '0'. Its new value: '10406649'.
MSI (c) (94:48) [14:12:22:781]: PROPERTY CHANGE: Adding PrimaryVolumePath property. Its value is 'C:'.
MSI (c) (94:48) [14:12:23:375]: Doing action: WiseNextDlg
Action 14:12:23: WiseNextDlg. 
Action start 14:12:23: WiseNextDlg.
MSI (c) (94:48) [14:12:23:375]: Creating MSIHANDLE (1) of type 790542 for thread 3400
MSI (c) (94:00) [14:12:23:375]: Creating MSIHANDLE (2) of type 0 for thread 2816
MSI (c) (94:B8) [14:12:23:375]: Cloaking enabled.
MSI (c) (94:B8) [14:12:23:375]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (94:B8) [14:12:23:375]: Connected to service for CA interface.
MSI (c) (94:00) [14:12:23:578]: Entering MsiProvideComponentFromDescriptor. Descriptor: =YwC.bo-&9!0!S*BE^sd>M5KDYSUnf(HA*L[xeX)y, PathBuf: FEF2D8, pcchPathBuf: FEF2D4, pcchArgsOffset: FEF22C
MSI (c) (94:00) [14:12:23:578]: MsiProvideComponentFromDescriptor called for component {997FA962-E067-11D1-9396-00A0C90F27F9}: returning harcoded oleaut32.dll value
MSI (c) (94:00) [14:12:23:578]: MsiProvideComponentFromDescriptor is returning: 0
MSI (c) (94:00) [14:12:23:593]: Closing MSIHANDLE (2) of type 0 for thread 2816
MSI (c) (94:00) [14:12:23:593]: Closing MSIHANDLE (1) of type 790542 for thread 3400
Action ended 14:12:23: WiseNextDlg. Return value 3.
DEBUG: Error 2896:  Executing action WiseNextDlg failed.
Internal Error 2896. WiseNextDlg
Action ended 14:12:23: Welcome_Dialog. Return value 3.
MSI (c) (94:24) [14:12:23:609]: Doing action: Fatal_Error
Action 14:12:23: Fatal_Error. 
Action start 14:12:23: Fatal_Error.
Action 14:12:23: Fatal_Error. Dialog created
Action ended 14:12:25: Fatal_Error. Return value 2.
Action ended 14:12:25: INSTALL. Return value 3.
MSI (c) (94:24) [14:12:25:140]: Destroying RemoteAPI object.
MSI (c) (94:B8) [14:12:25:250]: Custom Action Manager thread ending.
Property(C): DiskPrompt = [ProductName] [1]
Property(C): UpgradeCode = {429CF620-E3A5-40B6-B344-3982C51BE1CD}
Property(C): InstallMode = Complete
Property(C): ProductCode = {F6149499-69E8-44EF-9A63-558D9065CCDE}
Property(C): ProductName = Flowcode for AVRs
Property(C): ProductVersion = 1.0.0
Property(C): Manufacturer = Matrix Multimedia Ltd.
Property(C): ReinstallFileOlderVersion = o
Property(C): ReinstallRepair = r
Property(C): ErrorDialog = ErrorDialog
Property(C): Accept = No
Property(C): ReinstallFileVersion = o
Property(C): ProductID = none
Property(C): DefaultUIFont = Arial10
Property(C): WiseInitAdminError = You must have administrator rights to run this installation. Please login as an administrator and re-run this installation.
Property(C): ApplicationUsers = AllUsers
Property(C): _WiseDialogTitleFontDefault = {&Arial8}
Property(C): INSTALLLEVEL = 3
Property(C): WiseInitLangDefault = English,1033
Property(C): WiseCRLF = 

Property(C): PIDTemplate = ^^^^^^-^^^^^^-^^^^^^-^^^^^^-^^^^^^
Property(C): _WiseDialogSuffix = Setup
Property(C): WiseInitSuffix = Wizard...
Property(C): INSTALLDIR = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\
Property(C): SecureCustomProperties = INSTALLDIR
Property(C): _WiseDebugMode = 0
Property(C): WiseInitPrefix = Initializing
Property(C): _WiseDialogFontDefault = {&MSSansSerif8}
Property(C): WiseInitSpaceError = Could not create temporary file, not enough free temporary disk space. Please free up disk space and rerun this installation.
Property(C): PRIMARYFOLDER = INSTALLDIR
Property(C): ProductLanguage = 1033
Property(C): MaintenanceMode = Modify
Property(C): WiseInitExistError = %s Version %s is already installed. You must uninstall the existing version before installing %s Version %s. Do you want to uninstall the existing version of %s?
Property(C): PALMUSERS = 0
Property(C): ShutdownOption = 1
Property(C): LICENCECODE = none
Property(C): MsiHiddenProperties = WISE_SQL_CONN_STR
Property(C): VALIDATED = 0
Property(C): Install_LibUSB = Yes
Property(C): APPS_TEST = 1
Property(C): REGISTER = UNREG
Property(C): ARPURLUPDATEINFO = http://www.matrixmultimedia.com/
Property(C): ARPHELPLINK = http://www.matrixmultimedia.com/
Property(C): SOURCEDIR = C:\Program Files (x86)\Common Files\Wise Installation Wizard\
Property(C): TARGETDIR = C:\
Property(C): bin = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\bin\
Property(C): Tools = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\
Property(C): ProfilesFolder = C:\WINDOWS\
Property(C): FavoritesFolder = C:\Documents and Settings\Administrator\Favorites\
Property(C): avr5 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr5\
Property(C): _4.1.2 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\
Property(C): gcc = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\
Property(C): libexec = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\
Property(C): gcc3 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\
Property(C): SendToFolder = C:\Documents and Settings\Administrator\SendTo\
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): System16Folder = C:\WINDOWS\
Property(C): TemplateFolder = C:\Documents and Settings\Administrator\Templates\
Property(C): avr2 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\
Property(C): LocalAppDataFolder = C:\Documents and Settings\Administrator\Local Settings\Application Data\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(C): lib = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\
Property(C): WinSxS = C:\WINDOWS\
Property(C): ProgramMenuFolder = C:\Documents and Settings\Administrator\Start Menu\Programs\
Property(C): StartupFolder = C:\Documents and Settings\Administrator\Start Menu\Programs\Startup\
Property(C): AdminToolsFolder = C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools\
Property(C): ProgramFilesFolder = C:\Program Files (x86)\
Property(C): DesktopFolder = C:\Documents and Settings\Administrator\Desktop\
Property(C): MyPicturesFolder = C:\Documents and Settings\Administrator\My Documents\My Pictures\
Property(C): RecentFolder = C:\Documents and Settings\Administrator\Recent\
Property(C): WWWROOT = C:\
Property(C): SystemFolder = C:\WINDOWS\SysWOW64\
Property(C): GAC = C:\
Property(C): AppDataFolder = C:\Documents and Settings\Administrator\Application Data\
Property(C): PrintHoodFolder = C:\Documents and Settings\Administrator\PrintHood\
Property(C): FCD = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\FCD\
Property(C): INSTALLDIR1 = C:\Program Files (x86)\Matrix Multimedia\
Property(C): Components = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Components\
Property(C): PersonalFolder = C:\Documents and Settings\Administrator\My Documents\
Property(C): TempFolder = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
Property(C): avr = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\
Property(C): avr4 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\avr\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): StartMenuFolder = C:\Documents and Settings\Administrator\Start Menu\
Property(C): lib5 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\
Property(C): ldscripts = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\ldscripts\
Property(C): avr6 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr6\
Property(C): avr56 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr5\
Property(C): include = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\
Property(C): avr7 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\avr\
Property(C): insight1.0 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\insight1.0\
Property(C): installtools = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\install-tools\
Property(C): include8 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\install-tools\include\
Property(C): include9 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\include\
Property(C): avr3 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr3\
Property(C): avr25 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr25\
Property(C): util = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\util\
Property(C): Temp = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\util\Temp\
Property(C): MX_bats = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\MX_bats\
Property(C): tk8.4 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\tk8.4\
Property(C): avr410 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\lib\avr4\
Property(C): _4.1.211 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\libexec\gcc\avr\4.1.2\
Property(C): Matrix_Multimedia = C:\Documents and Settings\Administrator\Start Menu\Programs\Matrix Multimedia\
Property(C): itcl3.2 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\itcl3.2\
Property(C): AVRDUDEusb = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\AVRDUDEusb\
Property(C): bin12 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\bin\
Property(C): avr613 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr6\
Property(C): NetHoodFolder = C:\Documents and Settings\Administrator\NetHood\
Property(C): dde1.2 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\dde1.2\
Property(C): avr414 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr4\
Property(C): avr315 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\gcc\avr\4.1.2\avr3\
Property(C): MX_util = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\MX_util\
Property(C): compat = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avr\include\compat\
Property(C): reg1.1 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\reg1.1\
Property(C): itk3.2 = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\lib\itk3.2\
Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(C): Flowcode_AVR = C:\Documents and Settings\Administrator\Start Menu\Programs\Matrix Multimedia\Flowcode_AVR\
Property(C): INSTALLDIR2 = C:\INSTALLDIR\
Property(C): avrispmkii_driver = C:\Program Files (x86)\Matrix Multimedia\Flowcode_AVR\Tools\avrispmkii driver\
Property(C): VersionNT = 502
Property(C): USERNAME = lighty
Property(C): COMPANYNAME = neqvac
Property(C): WiseCurrentWizard = Welcome_Dialog
Property(C): System.8C0C59A0_7DC8_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): MS.8C0C59A0_7DC8_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): Redist.8C0C59A0_7DC8_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): Redist.3207D1B6_80E5_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): MS.3207D1B6_80E5_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): System.3207D1B6_80E5_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): Redist.1E64E430_36E0_11D2_A794_0060089A724B = C:\WINDOWS\SysWOW64\
Property(C): MS.1E64E430_36E0_11D2_A794_0060089A724B = C:\WINDOWS\SysWOW64\
Property(C): System.1E64E430_36E0_11D2_A794_0060089A724B = C:\WINDOWS\SysWOW64\
Property(C): Redist.3207D1B0_80E5_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): MS.3207D1B0_80E5_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): System.3207D1B0_80E5_11D2_B95D_006097C4DE24 = C:\WINDOWS\SysWOW64\
Property(C): PackageCode = {B37F82FE-7A2A-4A37-B431-98671A6D2B0A}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): WISE_SETUP_EXE_PATH = F:\EDA\PIC COMPILERS\FLOWCODE\Flowcode_AVR.exe
Property(C): CURRENTDIRECTORY = F:\EDA\PIC COMPILERS\FLOWCODE
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 3220
Property(C): VersionDatabase = 200
Property(C): VersionMsi = 3.01
Property(C): VersionNT64 = 502
Property(C): WindowsBuild = 3790
Property(C): ServicePackLevel = 2
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsVolume = C:\
Property(C): System64Folder = C:\WINDOWS\system32\
Property(C): RemoteAdminTS = 1
Property(C): ProgramFiles64Folder = C:\Program Files\
Property(C): CommonFiles64Folder = C:\Program Files\Common Files\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): MsiAMD64 = 15
Property(C): Msix64 = 15
Property(C): Intel = 15
Property(C): PhysicalMemory = 4095
Property(C): VirtualMemory = 7550
Property(C): AdminUser = 1
Property(C): LogonUser = Administrator
Property(C): UserSID = S-1-5-21-814068141-881385828-3531250828-500
Property(C): UserLanguageID = 1050
Property(C): ComputerName = R2D2
Property(C): SystemLanguageID = 1050
Property(C): ScreenX = 1280
Property(C): ScreenY = 1024
Property(C): CaptionHeight = 26
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): Time = 14:12:25
Property(C): Date = 15.1.2008
Property(C): MsiNetAssemblySupport = 2.0.50727.42
Property(C): MsiWin32AssemblySupport = 5.2.3790.3959
Property(C): RedirectedDllSupport = 2
Property(C): Privileged = 1
Property(C): DATABASE = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\81366e.msi
Property(C): OriginalDatabase = C:\Program Files (x86)\Common Files\Wise Installation Wizard\WISF614949969E844EF9A63558D9065CCDE_1_0_0.MSI
Property(C): SourceDir = C:\Program Files (x86)\Common Files\Wise Installation Wizard\
Property(C): VersionHandler = 3.01
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
Property(C): ROOTDRIVE = C:\
Property(C): CostingComplete = 1
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 10594296
Property(C): PrimaryVolumeSpaceRequired = 187647
Property(C): PrimaryVolumeSpaceRemaining = 10406649
Property(C): PrimaryVolumePath = C:
=== Logging stopped: 15.1.2008  14:12:25 ===
MSI (c) (94:24) [14:12:25:281]: Note: 1: 1708 
MSI (c) (94:24) [14:12:25:281]: Product: Flowcode for AVRs -- Installation operation failed.

MSI (c) (94:24) [14:12:25:281]: Grabbed execution mutex.
MSI (c) (94:24) [14:12:25:281]: Cleaning up uninstalled install packages, if any exist
MSI (c) (94:24) [14:12:25:296]: MainEngineThread is returning 1603
=== Verbose logging stopped: 15.1.2008  14:12:25 ===


User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by Steve »

Thanks for the log - this helps a little. The problem occurs here:

Code: Select all

DEBUG: Error 2896:  Executing action WiseNextDlg failed.
Internal Error 2896. WiseNextDlg
I did a search for this and found a few results:
http://forums.techsmith.com/archive/ind ... -5110.html
http://techsmith.custhelp.com/cgi-bin/t ... _faqid=914
http://techsmith.custhelp.com/cgi-bin/t ... _topview=1

Perhaps the suggestions in these posts will help.

lighty
Posts: 7
Joined: Sun Jan 13, 2008 8:29 pm

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by lighty »

Thx Steve,

This advice helped
Register the Visual Basic Script runtime

- On x86 (32-bit Windows):
From a command line: regsvr32 %SystemRoot%\system32\vbscript.dll



- On x64 (64 bit Windows):
From a command line: regsvr32 %SystemRoot%\syswow64\vbscript.dll



If done correctly, a message should appear saying that the registration of the DLL succeeded. The UAC may need to be turned off to register these correctly, so if it hangs or does not work, try to disable UAC and then do it again.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by Steve »

Great news - I'm glad we got there in the end!

lighty
Posts: 7
Joined: Sun Jan 13, 2008 8:29 pm

Re: A major problem installing FlowCode on XP x64 SP2 system

Post by lighty »

Indeed. It's just that it should be MS support who should suggest registering VB components.

Oh well, let's try your product. 8)

Post Reply