MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Creating the installdir based on a search result.

Hello,

I am trying to create an installer for a WarCraft III tool. In which the desired path would be the installdir of WarCraft III. The problem occurs when the game is just copied, or not installed on the machine.

Tried the search feature, but even though I just asked for a "Frozen Throne.exe" on all drives, it could not detect the game. Or have I misread the search function? In example, I have the game installed in "D:/Warcraft iii", but it could not find the file. Isn't the result suppose to be the path the file residents in?

(This is not a cry for help, just asking about the search function.)

Birger :)
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: Creating the installdir based on a search result.

Hi,

When adding your Folder Location for the search, besides setting the Path field to no value, you should also set the Depth of the search to a greater than zero value. A value of 5 or 6 would suffice.
Also please note that Frozen Throne is the expansion. You should instead search for the game's main executable, which is war3.exe

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/
MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Re: Creating the installdir based on a search result.

The tool needs the expansion. So it is just a way to check for the expansion.

ONT: I added the depth to 8, but still no result. In the result list, I only got:

Code: Select all

1: 
Birger :)
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: Creating the installdir based on a search result.

Hello,

Please send your .aip file to support at advancedinstaller dot com so we can further investigate your problem.

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/
MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Re: Creating the installdir based on a search result.

Thank you for the offer :) But I guess its time to recreate the project. This is the same package I started with, and on the way I have learned a lot to improve.
Will keep you posted.

Birger :)
MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Re: Creating the installdir based on a search result.

Now I got the search to work :) Thank you so much..

However, how to I remove "/Frozen Throne.exe" from the result? Now I use "[WAR3DIR][ProductName]" as the Application Folder, and the complete address becomes "D:\Warcraft III\Frozen Throne.exeSinny WarCraft III Tools\". Which isn't quite correct :/

The help so far has been awesome!

Birger :)
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: Creating the installdir based on a search result.

Hello,

I am afraid the only way to do that is to use a custom action. You will have to create your own in order to strip filename from the path. Here are more details on how to find the folder which contains a file.

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/
MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Re: Creating the installdir based on a search result.

I tried doing so, but it doesn't seem to work at all.

How do I attach the script? As a attached custom action and in a .vbs file?

Code: Select all

Function GetParentFolder()
  filePath = Session.Property("WAR3X_FILE")
  Set objFS = CreateObject("Scripting.FileSystemObject")
  If (objFS.FileExists(filePath)) Then
    Session.Property("WAR3_DIR") = AppendTrailingBackslash(objFS.GetParentFolderName(filePath))
  End If
End Function

Function AppendTrailingBackslash(folderPath)
  If Right(folderPath, 1) <> "\" Then
    AppendTrailingBackslash = folderPath & "\"
  Else
    AppendTrailingBackslash = folderPath
  End If
End Function
I have set:
MY_DIR to WAR3X_FILE
PARENT_FOLDER to WAR3_DIR

But where do I call the new folder property to be loaded? The folder path is now in a property called [WAR3_DIR] right? Or am I way off on this?

Honestly, I am no where near to understand that section. It lacks some explanation regarding where to use and set the various properties. I am sorry, if I use of your time. Want to create a full experience with the trial before I consider purchase it. And this is the last problem to tackle.

Birger :)
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: Creating the installdir based on a search result.

Hello,

The changes you have made to the script seem correct. What you need to do is to call this script using a custom action. But before calling it, you need to make sure WAR3X_FILE is set to the path to your executable, that is, you can have this property be the result property of your search. Upon finishing, the script will have set WAR3_DIR to WAR3X_FILE's parent folder, which you can then use.

You can add the script to a .vbs file, then use the .vbs file as an Attached Custom Action. You can place it under the InstallInitialize Standard Action to make sure it executes properly.

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/
MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Re: Creating the installdir based on a search result.

ImageImageImageImage

Code: Select all

=== Verbose logging started: 8/24/2009  18:56:21  Build type: SHIP UNICODE 4.05.6001.00  Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (20:00) [18:56:21:343]: Resetting cached policy values
MSI (c) (20:00) [18:56:21:359]: Machine policy value 'Debug' is 0
MSI (c) (20:00) [18:56:21:375]: ******* RunEngine:
           ******* Product: C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\dw3toolsv03.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (20:00) [18:56:21:390]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (20:00) [18:56:21:421]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\dw3toolsv03.msi' against software restriction policy
MSI (c) (20:00) [18:56:21:453]: Note: 1: 2262 2: DigitalSignature 3: -2147287038 
MSI (c) (20:00) [18:56:21:468]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\dw3toolsv03.msi is not digitally signed
MSI (c) (20:00) [18:56:21:468]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\dw3toolsv03.msi is permitted to run at the 'unrestricted' authorization level.
MSI (c) (20:00) [18:56:21:500]: Cloaking enabled.
MSI (c) (20:00) [18:56:21:531]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (20:00) [18:56:21:546]: End dialog not enabled
MSI (c) (20:00) [18:56:21:593]: Original package ==> C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\dw3toolsv03.msi
MSI (c) (20:00) [18:56:21:593]: Package we're running from ==> C:\DOCUME~1\MINDTO~1\LOCALS~1\Temp\7144a4.msi
MSI (c) (20:00) [18:56:21:609]: APPCOMPAT: looking for appcompat database entry with ProductCode '{A803EA31-E272-4BD8-8FC8-1562903EC64B}'.
MSI (c) (20:00) [18:56:21:656]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (20:00) [18:56:21:671]: MSCOREE not loaded loading copy from system32
MSI (c) (20:00) [18:56:21:671]: Machine policy value 'TransformsSecure' is 0
MSI (c) (20:00) [18:56:21:687]: User policy value 'TransformsAtSource' is 0
MSI (c) (20:00) [18:56:21:687]: Note: 1: 2205 2:  3: MsiFileHash 
MSI (c) (20:00) [18:56:21:703]: Machine policy value 'DisablePatch' is 0
MSI (c) (20:00) [18:56:21:703]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (20:00) [18:56:21:718]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (20:00) [18:56:21:718]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (20:00) [18:56:21:734]: APPCOMPAT: looking for appcompat database entry with ProductCode '{A803EA31-E272-4BD8-8FC8-1562903EC64B}'.
MSI (c) (20:00) [18:56:21:734]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (20:00) [18:56:21:750]: Transforms are not secure.
MSI (c) (20:00) [18:56:21:765]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\DOCUME~1\MINDTO~1\LOCALS~1\Temp\log2930.tmp'.
MSI (c) (20:00) [18:56:21:765]: Command Line: AI_SETUPEXEPATH=D:\DotA Tools Installer Project\dw3toolsv03.exe SETUPEXEDIR=D:\DotA Tools Installer Project\ CURRENTDIRECTORY=C:\Program Files\Caphyon\Advanced Installer 7.1.3 CLIENTUILEVEL=0 CLIENTPROCESSID=3616 
MSI (c) (20:00) [18:56:21:781]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{F83F9314-0F96-4484-B0B1-5026C54A8291}'.
MSI (c) (20:00) [18:56:21:781]: Product Code passed to Engine.Initialize:           ''
MSI (c) (20:00) [18:56:21:796]: Product Code from property table before transforms: '{A803EA31-E272-4BD8-8FC8-1562903EC64B}'
MSI (c) (20:00) [18:56:21:796]: Product Code from property table after transforms:  '{A803EA31-E272-4BD8-8FC8-1562903EC64B}'
MSI (c) (20:00) [18:56:21:812]: Product not registered: beginning first-time install
MSI (c) (20:00) [18:56:21:812]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (20:00) [18:56:21:828]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (20:00) [18:56:21:828]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (20:00) [18:56:21:843]: Adding new sources is allowed.
MSI (c) (20:00) [18:56:21:843]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (20:00) [18:56:21:859]: Package name extracted from package path: 'dw3toolsv03.msi'
MSI (c) (20:00) [18:56:21:875]: Package to be registered: 'dw3toolsv03.msi'
MSI (c) (20:00) [18:56:21:875]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (c) (20:00) [18:56:21:890]: Machine policy value 'DisableMsi' is 0
MSI (c) (20:00) [18:56:21:890]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (20:00) [18:56:21:906]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (20:00) [18:56:21:906]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (c) (20:00) [18:56:21:921]: Running product '{A803EA31-E272-4BD8-8FC8-1562903EC64B}' with elevated privileges: Product is assigned.
MSI (c) (20:00) [18:56:21:921]: PROPERTY CHANGE: Adding AI_SETUPEXEPATH property. Its value is 'D:\DotA Tools Installer Project\dw3toolsv03.exe'.
MSI (c) (20:00) [18:56:21:937]: PROPERTY CHANGE: Adding SETUPEXEDIR property. Its value is 'D:\DotA Tools Installer Project\'.
MSI (c) (20:00) [18:56:21:937]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Program Files\Caphyon\Advanced Installer 7.1.3'.
MSI (c) (20:00) [18:56:21:953]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (20:00) [18:56:21:953]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '3616'.
MSI (c) (20:00) [18:56:21:968]: TRANSFORMS property is now: 
MSI (c) (20:00) [18:56:21:968]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (c) (20:00) [18:56:21:984]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Application Data
MSI (c) (20:00) [18:56:22:000]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Favorites
MSI (c) (20:00) [18:56:22:000]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\NetHood
MSI (c) (20:00) [18:56:22:015]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\My Documents
MSI (c) (20:00) [18:56:22:015]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\PrintHood
MSI (c) (20:00) [18:56:22:031]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Recent
MSI (c) (20:00) [18:56:22:031]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\SendTo
MSI (c) (20:00) [18:56:22:046]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Templates
MSI (c) (20:00) [18:56:22:046]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (c) (20:00) [18:56:22:062]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Local Settings\Application Data
MSI (c) (20:00) [18:56:22:062]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\My Documents\My Pictures
MSI (c) (20:00) [18:56:22:078]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (c) (20:00) [18:56:22:078]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (c) (20:00) [18:56:22:093]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (c) (20:00) [18:56:22:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (c) (20:00) [18:56:22:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (c) (20:00) [18:56:22:125]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Start Menu\Programs\Administrative Tools
MSI (c) (20:00) [18:56:22:125]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Start Menu\Programs\Startup
MSI (c) (20:00) [18:56:22:265]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Start Menu\Programs
MSI (c) (20:00) [18:56:22:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Start Menu
MSI (c) (20:00) [18:56:22:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\MindTooth\Desktop
MSI (c) (20:00) [18:56:22:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (c) (20:00) [18:56:22:312]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (20:00) [18:56:22:328]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 
MSI (c) (20:00) [18:56:22:328]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (20:00) [18:56:22:343]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Bill Gates'.
MSI (c) (20:00) [18:56:22:359]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Microsoft, Inc.'.
MSI (c) (20:00) [18:56:22:359]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\MINDTO~1\LOCALS~1\Temp\7144a4.msi'.
MSI (c) (20:00) [18:56:22:375]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\dw3toolsv03.msi'.
MSI (c) (20:00) [18:56:22:375]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (c) (20:00) [18:56:22:390]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\'.
MSI (c) (20:00) [18:56:22:390]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\'.
MSI (c) (20:34) [18:56:22:406]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '4.05'.
=== Logging started: 8/24/2009  18:56:22 ===
MSI (c) (20:00) [18:56:22:468]: Note: 1: 2262 2: PatchPackage 3: -2147287038 
MSI (c) (20:00) [18:56:22:484]: Machine policy value 'DisableRollback' is 0
MSI (c) (20:00) [18:56:22:484]: User policy value 'DisableRollback' is 0
MSI (c) (20:00) [18:56:22:500]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (20:00) [18:56:22:500]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (20:00) [18:56:22:515]: Doing action: INSTALL
Action 18:56:22: INSTALL. 
Action start 18:56:22: INSTALL.
MSI (c) (20:00) [18:56:22:593]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (20:00) [18:56:22:640]: Running UISequence
MSI (c) (20:00) [18:56:22:640]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (c) (20:00) [18:56:22:656]: Doing action: AI_SET_INSTALL
Action 18:56:22: AI_SET_INSTALL. 
Action start 18:56:22: AI_SET_INSTALL.
MSI (c) (20:00) [18:56:22:671]: PROPERTY CHANGE: Adding AI_INSTALL property. Its value is '1'.
Action ended 18:56:22: AI_SET_INSTALL. Return value 1.
MSI (c) (20:00) [18:56:22:687]: Skipping action: AI_SET_MAINT (condition is false)
MSI (c) (20:00) [18:56:22:703]: Skipping action: AI_SET_RESUME (condition is false)
MSI (c) (20:00) [18:56:22:718]: Skipping action: AI_SET_PATCH (condition is false)
MSI (c) (20:00) [18:56:22:718]: Doing action: PrepareDlg
Action 18:56:22: PrepareDlg. 
Action start 18:56:22: PrepareDlg.
Info 2898. For DlgFont8 textstyle, the system created a 'Tahoma' font, in 0 character set, of 13 pixels height.
Info 2898. For VerdanaBold13 textstyle, the system created a 'Verdana' font, in 0 character set, of 20 pixels height.
DEBUG: Error 2826:  Control BottomLine on dialog PrepareDlg 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: PrepareDlg, BottomLine, to the right
Action 18:56:22: PrepareDlg. Dialog created
Action ended 18:56:22: PrepareDlg. Return value 1.
MSI (c) (20:00) [18:56:22:968]: Doing action: AppSearch
Action 18:56:22: AppSearch. Searching for installed applications
Action start 18:56:22: AppSearch.
AppSearch: Property: AI_DOTNET35_SEARCH, Signature: AI_DotNet35SearchSgn
MSI (c) (20:00) [18:56:23:000]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:23:015]: PROPERTY CHANGE: Adding AI_DOTNET35_SEARCH property. Its value is '#1'.
AppSearch: Property: AI_SETUPEXEPATH, Signature: AI_EXE_PATH_CU
MSI (c) (20:00) [18:56:23:031]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:23:046]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Caphyon\Advanced Installer\LZMA\{A803EA31-E272-4BD8-8FC8-1562903EC64B}\0.3.0 3: 2 
AppSearch: Property: AI_SETUPEXEPATH, Signature: AI_EXE_PATH_LM
MSI (c) (20:00) [18:56:23:062]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:23:078]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Caphyon\Advanced Installer\LZMA\{A803EA31-E272-4BD8-8FC8-1562903EC64B}\0.3.0 3: 2 
AppSearch: Property: AI_DOTNET20_SEARCH, Signature: AI_DotNet20SearchSgn
MSI (c) (20:00) [18:56:23:109]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:23:125]: PROPERTY CHANGE: Adding AI_DOTNET20_SEARCH property. Its value is '#1'.
AppSearch: Property: W3X_SEARCH, Signature: FileSearchSign
MSI (c) (20:00) [18:56:23:281]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:23:281]: Note: 1: 1322 2:  
MSI (c) (20:00) [18:56:23:296]: Note: 1: 1322 2:  
MSI (c) (20:00) [18:56:23:312]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:328]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:328]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:343]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:359]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:375]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:421]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:437]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:437]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:453]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:453]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:468]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:468]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:484]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:500]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:500]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:515]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:515]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:531]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:531]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:546]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:546]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:562]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:562]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:578]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:578]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:593]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:718]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:718]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:734]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:734]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:750]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:750]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:765]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:765]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:781]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:796]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:796]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:812]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:812]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:828]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:828]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:843]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:843]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:859]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:859]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:875]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:875]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:890]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:906]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:906]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:921]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:921]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:937]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:937]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:953]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:953]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:968]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:968]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:984]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:23:984]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:000]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:000]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:015]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:031]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:031]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:046]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:046]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:062]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:062]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:078]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:078]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:093]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:093]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:109]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:109]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:125]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:312]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:328]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:328]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:343]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:343]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:359]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:359]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:375]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:375]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:390]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:390]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:406]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:421]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:421]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:437]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:437]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:453]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:453]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:468]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:468]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:484]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:484]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:500]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:500]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:515]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:531]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:531]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:546]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:546]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:562]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:562]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:578]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:578]: Note: 1: 2363 2: C:\System Volume Information\ 
MSI (c) (20:00) [18:56:24:593]: Error while attempting to search in/ below folder: System Volume Information
MSI (c) (20:00) [18:56:24:703]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:718]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:718]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:734]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:734]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:750]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:750]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:765]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:765]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:781]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:796]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:796]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:812]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:812]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:828]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:828]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:843]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:843]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:859]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:859]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:875]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:875]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:890]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:906]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:906]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:921]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:921]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:937]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:937]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:953]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:953]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:968]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:968]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:984]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:24:984]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:000]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:000]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:015]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:031]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:031]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:046]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:046]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:062]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:078]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:109]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:125]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:125]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:250]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:265]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:265]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:281]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:281]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:296]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:296]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:312]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:312]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:328]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:328]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:343]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:343]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:359]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:375]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:375]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:390]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:390]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:406]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:406]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:421]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:421]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:437]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:437]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:453]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:453]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:468]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:484]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:484]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:500]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:500]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:515]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:515]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:531]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:531]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:546]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:546]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:562]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:562]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:578]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:578]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:593]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:734]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:750]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:750]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:765]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:781]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:781]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:796]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:796]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:812]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:812]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:828]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:828]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:843]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:843]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:859]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:859]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:875]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:890]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:890]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:906]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:906]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:921]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:921]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:937]: Note: 1: 2363 2: D:\System Volume Information\ 
MSI (c) (20:00) [18:56:25:937]: Error while attempting to search in/ below folder: System Volume Information
MSI (c) (20:00) [18:56:25:953]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:953]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:968]: Note: 1: 1324 2: Frozen Throne.exe 3: 1 
MSI (c) (20:00) [18:56:25:968]: PROPERTY CHANGE: Adding W3X_SEARCH property. Its value is 'D:\Warcraft III\Frozen Throne.exe'.
AppSearch: Property: AI_DOTNET30_SEARCH, Signature: AI_DotNet30SearchSgn
MSI (c) (20:00) [18:56:26:000]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:26:046]: PROPERTY CHANGE: Adding AI_DOTNET30_SEARCH property. Its value is '#1'.
AppSearch: Property: AI_SHORTCUTSREG, Signature: AI_ShRegOptionMachine
MSI (c) (20:00) [18:56:26:093]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:26:125]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Caphyon\Advanced Installer\Installs\{A803EA31-E272-4BD8-8FC8-1562903EC64B} 3: 2 
AppSearch: Property: AI_SHORTCUTSREG, Signature: AI_ShRegOptionUser
MSI (c) (20:00) [18:56:26:250]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:26:265]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Caphyon\Advanced Installer\Installs\{A803EA31-E272-4BD8-8FC8-1562903EC64B} 3: 2 
AppSearch: Property: AI_DIRECTX_SEARCH, Signature: AI_DirectXSearchSgn
MSI (c) (20:00) [18:56:26:296]: Note: 1: 2262 2: CompLocator 3: -2147287038 
MSI (c) (20:00) [18:56:26:312]: PROPERTY CHANGE: Adding AI_DIRECTX_SEARCH property. Its value is '4.09.00.0904'.
Action ended 18:56:26: AppSearch. Return value 1.
MSI (c) (20:00) [18:56:26:328]: Doing action: AI_AppSearchEx
Action 18:56:26: AI_AppSearchEx. 
Action start 18:56:26: AI_AppSearchEx.
MSI (c) (20:A4) [18:56:26:437]: Invoking remote custom action. DLL: C:\DOCUME~1\MINDTO~1\LOCALS~1\Temp\MSI293E.tmp, Entrypoint: DoAppSearchEx
MSI (c) (20:28) [18:56:26:500]: Cloaking enabled.
MSI (c) (20:28) [18:56:26:531]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (20:28) [18:56:26:531]: Connected to service for CA interface.
Action 18:56:26: AI_AppSearchEx. Searching for installed applications
MSI (c) (20!38) [18:56:26:812]: Note: 1: 2205 2:  3: AI_AppSearchEx 
MSI (c) (20!38) [18:56:26:859]: Note: 1: 2228 2:  3: AI_AppSearchEx 4: SELECT `Property`,`Condition`,`Type`,`SearchString`,`VerMin`,`VerMax`,`Platform`,`RefContent` FROM `AI_AppSearchEx` ORDER BY `Order` 
Action ended 18:56:26: AI_AppSearchEx. Return value 1.
MSI (c) (20:00) [18:56:26:875]: Doing action: FindRelatedProducts
Action 18:56:26: FindRelatedProducts. Searching for related applications
Action start 18:56:26: FindRelatedProducts.
Action ended 18:56:26: FindRelatedProducts. Return value 1.
MSI (c) (20:00) [18:56:26:906]: Skipping action: AI_DOWNGRADE (condition is false)
MSI (c) (20:00) [18:56:26:921]: Doing action: LaunchConditions
Action 18:56:26: LaunchConditions. Evaluating launch conditions
Action start 18:56:26: LaunchConditions.
Action ended 18:56:26: LaunchConditions. Return value 1.
MSI (c) (20:00) [18:56:26:953]: Doing action: CCPSearch
Action 18:56:26: CCPSearch. Searching for qualifying products
Action start 18:56:26: CCPSearch.
MSI (c) (20:00) [18:56:26:968]: Note: 1: 2205 2:  3: CCPSearch 
MSI (c) (20:00) [18:56:26:984]: Note: 1: 2228 2:  3: CCPSearch 4: SELECT `Signature_` FROM `CCPSearch` 
Action ended 18:56:26: CCPSearch. Return value 0.
MSI (c) (20:00) [18:56:27:000]: Doing action: RMCCPSearch
Action 18:56:27: RMCCPSearch. Searching for qualifying products
Action start 18:56:27: RMCCPSearch.
MSI (c) (20:00) [18:56:27:031]: Note: 1: 2205 2:  3: CCPSearch 
MSI (c) (20:00) [18:56:27:031]: Note: 1: 2228 2:  3: CCPSearch 4: SELECT `Signature_` FROM `CCPSearch` 
Action ended 18:56:27: RMCCPSearch. Return value 0.
MSI (c) (20:00) [18:56:27:046]: Skipping action: AI_RESTORE_LOCATION (condition is false)
MSI (c) (20:00) [18:56:27:062]: Skipping action: SET_APPDIR (condition is false)
MSI (c) (20:00) [18:56:27:062]: Doing action: SET_SHORTCUTDIR
Action 18:56:27: SET_SHORTCUTDIR. 
Action start 18:56:27: SET_SHORTCUTDIR.
MSI (c) (20:00) [18:56:27:125]: PROPERTY CHANGE: Adding SHORTCUTDIR property. Its value is 'C:\Documents and Settings\All Users\Start Menu\Programs\Diabolic WarCraft III Tools'.
Action ended 18:56:27: SET_SHORTCUTDIR. Return value 1.
MSI (c) (20:00) [18:56:27:140]: Doing action: CostInitialize
Action 18:56:27: CostInitialize. Computing space requirements
Action start 18:56:27: CostInitialize.
MSI (c) (20:00) [18:56:27:171]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (c) (20:00) [18:56:27:171]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'D:\'.
MSI (c) (20:00) [18:56:27:218]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
Action ended 18:56:27: CostInitialize. Return value 1.
MSI (c) (20:00) [18:56:27:312]: Doing action: FileCost
Action 18:56:27: FileCost. Computing space requirements
Action start 18:56:27: FileCost.
MSI (c) (20:00) [18:56:27:437]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (c) (20:00) [18:56:27:484]: Note: 1: 2205 2:  3: Class 
MSI (c) (20:00) [18:56:27:531]: Note: 1: 2262 2: Extension 3: -2147287038 
MSI (c) (20:00) [18:56:27:562]: Note: 1: 2262 2: TypeLib 3: -2147287038 
MSI (c) (20:00) [18:56:27:609]: Note: 1: 2262 2: MoveFile 3: -2147287038 
Action ended 18:56:27: FileCost. Return value 1.
MSI (c) (20:00) [18:56:27:796]: Doing action: CostFinalize
Action 18:56:27: CostFinalize. Computing space requirements
Action start 18:56:27: CostFinalize.
MSI (c) (20:00) [18:56:28:078]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (c) (20:00) [18:56:28:140]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (c) (20:00) [18:56:28:203]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (c) (20:00) [18:56:28:250]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (c) (20:00) [18:56:28:296]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (c) (20:00) [18:56:28:343]: Note: 1: 2262 2: Patch 3: -2147287038 
MSI (c) (20:00) [18:56:28:390]: Note: 1: 2205 2:  3: Condition 
MSI (c) (20:00) [18:56:28:437]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'D:\'.
MSI (c) (20:00) [18:57:58:500]: Note: 1: 1314 2: WAR3_DIR 
MSI (c) (20:00) [18:57:58:515]: Note: 1: 1606 2: WAR3_DIR 
Error 1606. Could not access network location WAR3_DIR.
MSI (c) (20:00) [18:58:00:765]: Product: Diabolic WarCraft III Tools -- Error 1606. Could not access network location WAR3_DIR.

Action 18:58:02: CancelDlg. Dialog created
MSI (c) (20:00) [18:59:37:531]: Note: 1: 1314 2: WAR3_DIR 
MSI (c) (20:00) [18:59:37:546]: Note: 1: 1606 2: WAR3_DIR 
MSI (c) (20:00) [18:59:37:562]: Product: Diabolic WarCraft III Tools -- Error 1606. Could not access network location WAR3_DIR.

MSI (c) (20:00) [18:59:37:562]: Note: 1: 1606 2: WAR3_DIR 
Error 1606. Could not access network location WAR3_DIR.
MSI (c) (20:00) [18:59:40:828]: Product: Diabolic WarCraft III Tools -- Error 1606. Could not access network location WAR3_DIR.

Action ended 18:59:40: CostFinalize. Return value 3.
MSI (c) (20:00) [18:59:40:843]: Doing action: FatalError
Action 18:59:40: FatalError. 
Action start 18:59:40: FatalError.
DEBUG: Error 2826:  Control BottomLine on dialog FatalError 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: FatalError, BottomLine, to the right
Action 18:59:40: FatalError. Dialog created
MSI (c) (20:2C) [18:59:40:953]: Note: 1: 2731 2: 0 
Action ended 18:59:44: FatalError. Return value 2.
Action ended 18:59:44: INSTALL. Return value 3.
MSI (c) (20:00) [18:59:44:250]: Destroying RemoteAPI object.
MSI (c) (20:28) [18:59:44:265]: Custom Action Manager thread ending.
Property(C): DiskPrompt = [1]
Property(C): InstallMode = Typical
Property(C): UpgradeCode = {657D92E6-13D3-41B2-8943-71590D48D502}
Property(C): AI_INSTALL = 1
Property(C): ProductCode = {A803EA31-E272-4BD8-8FC8-1562903EC64B}
Property(C): TARGETDIR = D:\
Property(C): SHORTCUTDIR = C:\Documents and Settings\All Users\Start Menu\Programs\Diabolic WarCraft III Tools
Property(C): APPDIR = WAR3_DIR
Property(C): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(C): SourceDir = C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\
Property(C): AI_DOTNET35_SEARCH = #1
Property(C): AI_SETUPEXEPATH = D:\DotA Tools Installer Project\dw3toolsv03.exe
Property(C): AI_DOTNET20_SEARCH = #1
Property(C): W3X_SEARCH = D:\Warcraft III\Frozen Throne.exe
Property(C): AI_DOTNET30_SEARCH = #1
Property(C): AI_SHORTCUTSREG = 0|0|0|0|
Property(C): AI_DIRECTX_SEARCH = 4.09.00.0904
Property(C): BannerBitmap = style27_banner.jpg
Property(C): AI_STARTMENU_SH = 1
Property(C): COMPANYNAME = Microsoft, Inc.
Property(C): AI_QUICKLAUNCH_SH = 1
Property(C): AI_STARTUP_SH = 1
Property(C): AppsShutdownOption = All
Property(C): ARPURLINFOABOUT = http://www.playdota.com/forums/showthread.php?t=1815
Property(C): CtrlEvtchanges = changes
Property(C): ButtonText_Next = &Next >
Property(C): ProductName = Diabolic WarCraft III Tools
Property(C): ButtonText_Reset = &Reset
Property(C): ProductLanguage = 1033
Property(C): AI_EXE_EXTRACTION_FOLDER = [AppDataFolder]Diabolic Tools, Inc.\Diabolic WarCraft III Tools\install\03EC64B
Property(C): Progress1 = Installing
Property(C): Progress2 = installs
Property(C): ARPCOMMENTS = This installer database contains the logic and data required to install Diabolic WarCraft III Tools.
Property(C): RemoveIcon2 = Delete_Simple.ico
Property(C): WIMinVersion = 3.01
Property(C): CtrlEvtRemoving = Removing
Property(C): RepairIcon = repairic
Property(C): DialogBitmap = style27_dialog.jpg
Property(C): ARPCONTACT = http://www.playdota.com/forums/showthread.php?t=1815
Property(C): SecureCustomProperties = OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR
Property(C): WindowsTypeNT = Windows 2000 Service Pack 4
Property(C): ButtonText_Resume = &Resume
Property(C): ButtonText_Yes = &Yes
Property(C): Wizard = Setup Wizard
Property(C): ButtonText_Browse = Br&owse...
Property(C): CompleteSetupIcon = completi
Property(C): InstallModeComplete = Complete
Property(C): Intel = 15
Property(C): AI_PACKAGE_TYPE = Intel
Property(C): ButtonText_Install = &Install
Property(C): RemoveIcon = removico
Property(C): AI_BUILD_NAME = DefaultBuild
Property(C): ARPHELPLINK = http://www.playdota.com/forums/showthread.php?t=1815
Property(C): ButtonText_OK = OK
Property(C): ErrorDialog = ErrorDlg
Property(C): ButtonText_No = &No
Property(C): ExclamationIcon = exclamic
Property(C): RepairIcon2 = Applications_Simple.ico
Property(C): WindowsType9X = Windows 98 SE
Property(C): ButtonText_Return = &Return
Property(C): AI_MINDOTNETVERSION = 2.0
Property(C): ButtonText_Finish = &Finish
Property(C): ButtonText_Repair = &Repair
Property(C): CtrlEvtChanging = Changing
Property(C): ButtonText_Ignore = &Ignore
Property(C): ARPURLUPDATEINFO = http://www.playdota.com/forums/showthread.php?t=1815
Property(C): CtrlEvtRepairing = Repairing
Property(C): CtrlEvtremoves = removes
Property(C): PROMPTROLLBACKCOST = P
Property(C): AI_MINDIRECTXVERSION = 9.0c
Property(C): ButtonText_Cancel = Cancel
Property(C): CustomSetupIcon2 = Customize_Simple.ico
Property(C): EnableUserControl = 1
Property(C): InfoIcon2 = Get_Info_Simple.ico
Property(C): ProductVersion = 0.3.0
Property(C): ALLUSERS = 1
Property(C): AI_FINDEXE_TITLE = Select the installation package for Diabolic WarCraft III Tools
Property(C): ARPPRODUCTICON = DiabolicW3Tools_1.exe
Property(C): Manufacturer = Diabolic Tools, Inc.
Property(C): ButtonText_Remove = &Remove
Property(C): INSTALLLEVEL = 3
Property(C): DlgTitleFont = {\DlgFontBold8}
Property(C): ExclamationIcon2 = Public_Simple.ico
Property(C): ButtonText_Back = < &Back
Property(C): Setup = Setup
Property(C): InstallModeTypical = Typical
Property(C): ShowUserRegistrationDlg = 0
Property(C): CustomSetupIcon = custicon
Property(C): InfoIcon = info
Property(C): ButtonText_Retry = &Retry
Property(C): InstallModeCustom = Custom
Property(C): InstallerIcon = insticon
Property(C): ButtonText_Exit = &Exit
Property(C): CtrlEvtrepairs = repairs
Property(C): DefaultUIFont = DlgFont8
Property(C): VersionNT = 501
Property(C): RedirectedDllSupport = 2
Property(C): MsiLogFileLocation = C:\DOCUME~1\MINDTO~1\LOCALS~1\Temp\log2930.tmp
Property(C): PackageCode = {F83F9314-0F96-4484-B0B1-5026C54A8291}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): SETUPEXEDIR = D:\DotA Tools Installer Project\
Property(C): CURRENTDIRECTORY = C:\Program Files\Caphyon\Advanced Installer 7.1.3
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 3616
Property(C): VersionDatabase = 200
Property(C): VersionMsi = 4.05
Property(C): WindowsBuild = 2600
Property(C): ServicePackLevel = 3
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): WindowsVolume = C:\
Property(C): SystemFolder = C:\WINDOWS\system32\
Property(C): System16Folder = C:\WINDOWS\system\
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\DOCUME~1\MINDTO~1\LOCALS~1\Temp\
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): AppDataFolder = C:\Documents and Settings\MindTooth\Application Data\
Property(C): FavoritesFolder = C:\Documents and Settings\MindTooth\Favorites\
Property(C): NetHoodFolder = C:\Documents and Settings\MindTooth\NetHood\
Property(C): PersonalFolder = C:\Documents and Settings\MindTooth\My Documents\
Property(C): PrintHoodFolder = C:\Documents and Settings\MindTooth\PrintHood\
Property(C): RecentFolder = C:\Documents and Settings\MindTooth\Recent\
Property(C): SendToFolder = C:\Documents and Settings\MindTooth\SendTo\
Property(C): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(C): LocalAppDataFolder = C:\Documents and Settings\MindTooth\Local Settings\Application Data\
Property(C): MyPicturesFolder = C:\Documents and Settings\MindTooth\My Documents\My Pictures\
Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(C): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): PhysicalMemory = 3327
Property(C): VirtualMemory = 4212
Property(C): AdminUser = 1
Property(C): LogonUser = MindTooth
Property(C): UserSID = S-1-5-21-823518204-412668190-682003330-1003
Property(C): UserLanguageID = 1033
Property(C): ComputerName = MT-HOME-09
Property(C): SystemLanguageID = 1033
Property(C): ScreenX = 1280
Property(C): ScreenY = 1024
Property(C): CaptionHeight = 25
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): TextInternalLeading = 3
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): Time = 18:59:45
Property(C): Date = 8/24/2009
Property(C): MsiNetAssemblySupport = 2.0.50727.3053
Property(C): MsiWin32AssemblySupport = 5.1.2600.5512
Property(C): Privileged = 1
Property(C): USERNAME = Bill Gates
Property(C): DATABASE = C:\DOCUME~1\MINDTO~1\LOCALS~1\Temp\7144a4.msi
Property(C): OriginalDatabase = C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\dw3toolsv03.msi
Property(C): SOURCEDIR = C:\Documents and Settings\MindTooth\Application Data\Diabolic Tools, Inc\Diabolic WarCraft III Tools\install\03EC64B\
Property(C): VersionHandler = 4.05
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
Property(C): ROOTDRIVE = D:\
Property(C): CostingComplete = 0
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
=== Logging stopped: 8/24/2009  18:59:45 ===
MSI (c) (20:00) [18:59:45:937]: Windows Installer installed the product. Product Name: Diabolic WarCraft III Tools. Product Version: 0.3.0. Product Language: 1033. Installation success or error status: 1603.

MSI (c) (20:00) [18:59:45:953]: Grabbed execution mutex.
MSI (c) (20:00) [18:59:45:968]: Cleaning up uninstalled install packages, if any exist
MSI (c) (20:00) [18:59:45:984]: MainEngineThread is returning 1603
=== Verbose logging stopped: 8/24/2009  18:59:46 ===
I can't see if the script is executed.

Could you please check the screens and logs? I can't manage it to work. I think the main issue, is that I honestly don't know where to put the various property values. And where to pull what, etc.

If you want, I can gladly send a tar of the whole project.

Birger :)
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: Creating the installdir based on a search result.

Hello,

The "Application Folder" should not be changed. Note that [APPDIR] contains the value from the "Application Folder" so if you need to change this field you only need to change [APPDIR].

- The first step that the installer must do is do the search. From what i can see in the second screenshot, you are doing it correctly.
- The next step is stripping the "Frozen Throne.exe" part from W3X_SEARCH. The problem is you are doing this after the FolderDlg (your fourth screenshot) is displayed. You need to do this before, since you will have to set the "Folder" field from that screenshot to Frozen Throne's install folder. Place the GetParentFolder.vbs custom action under InstallUISequence, not InstallExecuteSequence. Everything under InstallUISequence is executed right before the install wizard is displayed. Still place it under the AppSearch Standard Action.
- you will now need to set [APPDIR] to Frozen Throne's install dir. Do this using a "Property set with Formatted" custom action. Set "Property Name" to APPDIR without the brackets. Set "Formatted Text" to [WAR3_DIR] with the brackets, since this is the property that is set by the vbscript.

If you are still encountering problems simply send your project file to support at advancedinstaller dot com so I can further investigate the issue.

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/
MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Re: Creating the installdir based on a search result.

Thank you so much for the walk through :) Will see if I can try it out soon.

Birger :)
MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Re: Creating the installdir based on a search result.

I got it to work almost. My new problem is that when it tries to start the installation, it get stuck on the "Computing space requirements". The error message is attached.

Also reads this in the log:

Code: Select all

DEBUG: Error 2716:  Couldn't create a random subcomponent name for component 'AIShRegAnswer'.
Birger :)
Attachments
Error message two.
Error message two.
sshot-10.png (15.13 KiB) Viewed 17432 times
Error message.
Error message.
sshot-9.png (13.62 KiB) Viewed 17432 times
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: Creating the installdir based on a search result.

Hello,

According to MSDN, this error occurs when two or more components have the first 40 characters of their names identical. Can you please send your .aip project file and an install log to support at advancedinstaller dot com so I can further analyze the issue?

Thank you,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/
MindTooth
Posts: 37
Joined: Mon Aug 17, 2009 12:40 am

Re: Creating the installdir based on a search result.

Do I need to rebuild the installer in .msi, if I have used an .exe alternative now?

Birger :)

Return to “Common Problems”