Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: overlynifty on April 21, 2010, 05:28:31 AM

Title: Converted path is incorrect
Post by: overlynifty on April 21, 2010, 05:28:31 AM
I have a script built off of a vb6 project group. Some of the dlls it can find and others it gives me an error in the log file. But at the end of the error message it says IGNORED. I am not sure if I should be trying to fix it or ignore it. I have included a section of the script log below. The problem I see is that it is taking the relative path from the vbp file and incorrectly resolving it to the full unc path. How do I get it to resolve to the correct path?
 
The group project file (the vbg file) is in C:Projects and the dll it is referencing below called eUtilities.dll is in the following directory C:ProjectsUtilitiesCompiled. But as you can see it is resolving the unc to C:UtilitiesCompiled which is incorrect.
 
4/21/2010 11:17:40 AM - Processing VBP Project UploadColorado.vbp File Information...
4/21/2010 11:17:40 AM - Object - stdole2.tlb
4/21/2010 11:17:40 AM - Object - scrrun.dll
4/21/2010 11:17:40 AM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/21/2010 11:17:40 AM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/21/2010 11:17:40 AM - Object - eUtilities.dll
Title: Converted path is incorrect
Post by: overlynifty on April 21, 2010, 05:30:31 AM
In addition ... the project and all dlls corectly compile and all dlls are referenced correctly in each project. There are no Missing dlls in the Reference section of each project.
Title: Converted path is incorrect
Post by: Randem on April 21, 2010, 07:17:04 AM
In the Manual (or help file) it states that to resolve MISSING files you are to include the path in the Search Path Tab... Add the path then re-run InnoScript.
Title: Converted path is incorrect
Post by: overlynifty on April 21, 2010, 09:53:18 AM
I tried that. I added C:Projects to the search paths. Do I need to add EVERY path to every DLL specifically?
Title: Converted path is incorrect
Post by: Randem on April 21, 2010, 04:05:20 PM
Yes, Your dll's should not be in that many places. Where would you deploy the dll's that are in many places?
Title: Converted path is incorrect
Post by: overlynifty on April 21, 2010, 04:43:57 PM
Each dll is in it's own development directory. I can keep track of them better that way. I think I can find a way to get it to work. I tried with the main application project which has references to all of the dlls and the script seemed to come out ok. I was only basing the script on a project group based on what your help file said. I will continue to try and build it based on the main application VBP project file and see how that goes. I am surprised however that since you open each project within the group that you couldn't determine the correct path to the compiled version of each dll. Thanks.
Title: Converted path is incorrect
Post by: Randem on April 21, 2010, 09:17:07 PM
InnoScript does find the location of the registered dll to your projects and will use that one. InnoScript also will search the project path for the dll. If the path of the project is correct the path will be added to the search path tab. Of course if the path is ignored then it will not be added to the search path tab.
 
I have search all the .vbg project that we have and I cannot find one that references the .vbp projects with a ..\..\Path all the ones we have are referenced as ..\path. Inside the vbp all references are absolute not relative. I am curious, is your VB6 fully updated with SP6? There must be some difference to why your projects are referenced in that way. Was this project created in VB6 or VB5. I am looking for the reason your files are referenced in that manner. I will double check on what InnoScript sees with a relative path reference.
 
NOTE: It is NOT a common practice to package Developmental dll's. One should move dll's that are for production to a separately location to avoid packaging test dll's that may not be production ready.
Title: Converted path is incorrect
Post by: Randem on April 21, 2010, 10:19:07 PM
Try this to see if it helps  
 
Replace your InnoScript.exe with the one in this archive.
Title: Converted path is incorrect
Post by: Randem on April 22, 2010, 10:36:29 AM
Did the new exe correct the issue?
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 10:07:42 AM
No. Actually it made it worse. Now instead of 41 vbp errors I get 88 vbp errors.
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 10:10:39 AM
Could you possibly elaborate? Post the logs, the script or something that can help me help you.
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 10:23:10 AM
Here is what my vbg file looks like. I am running Visual Studio 6 sp6 and using VB.
 
VBGROUP 5.0
StartupProject=OldCodeEZMeet_V2VBProjecteDive.vbp
Project=OldCodeEZMeet_V2DDCalculatorVBProjectEZDDCalculator.vbp
Project=UploadColoradoVBProjectUploadColorado.vbp
Project=OldCodeeDiveHyTekUtilitiesImportRostersVBProjectHTImportExport.vbp
Project=UtilitiesVBProjectUtilities.vbp
Project=OldCodeeDiveJudgeAnalysisProjectJudgeAnalysis.vbp
Project=JudgingPadsProjectJudgingPads.vbp
Project=OldCodeeDiveAppSettingsProjectAppSettings.vbp
Project=CommunicationsVBProjectCommLibrary.vbp
Project=XMLrwProjectXMLrw.vbp
Project=RuleSetsProjectRuleSets.vbp
Project=EventMergeSplitProjectEventMergeSplit.vbp
Project=eDiveReportsProjecteDiveReports.vbp
Project=MergeDiversProjectMergeDivers.vbp
Project=OldCodeeDiveDatabaseConnectionProjecteDBConn.vbp
Project=OldCodeeDiveeDivedBIntegrityVBProjecteDivedbUpgrader.vbp
Project=EventSelRSProjectEventSelRS.vbp
Project=OldCodeEZMeet_V2SelectionDLLVBProjecteDiveSelection.vbp
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 10:26:58 AM
You realize that is of no use. What are the errors and where are they coming from. The information is in the material I asked for. Logs, Script etc...
 
I need the errors...
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 10:28:20 AM
Here is the results of the Run Log ...
 
Randem Systems - InnoScript - Version 10.2  Build 11 - 4/23/2010 4:26:06 PM
 
 
4/23/2010 4:26:06 PM - Saving Settings... Please Wait
4/23/2010 4:26:06 PM - Saving Project... Please Wait
4/23/2010 4:26:07 PM - Processing VB Runtime Files...
4/23/2010 4:26:07 PM - Processing Special Files...
4/23/2010 4:26:07 PM - Processing VBP Project eDive.vbp File Information...
4/23/2010 4:26:07 PM - * * * ERROR * * * Invalid reference in VBP: ........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:07 PM - Object - stdole2.tlb
4/23/2010 4:26:07 PM - * * * ERROR * * * Invalid reference in VBP: ........WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:07 PM - Object - scrrun.dll
4/23/2010 4:26:07 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:08 PM - Object - SKCL.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..DDCalculatorCompiledeDDCalculator.dll - Converts to: C:DDCalculatorCompiledeDDCalculator.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDDCalculator.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......UploadColoradoCompiledUploadColorado.dll - Converts to: C:UploadColoradoCompiledUploadColorado.dll - IGNORING
4/23/2010 4:26:08 PM - Object - UploadColorado.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveHyTekUtilitiesImportRostersCompiledHTImportExport.dll - Converts to: C:eDiveHyTekUtilitiesImportRostersCompiledHTImportExport.dll - IGNORING
4/23/2010 4:26:08 PM - Object - HTImportExport.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eUtilities.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveJudgeAnalysisCompiledJudgeAnalysis.dll - Converts to: C:eDiveJudgeAnalysisCompiledJudgeAnalysis.dll - IGNORING
4/23/2010 4:26:08 PM - Object - JudgeAnalysis.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......JudgingPadsCompiledJudgingPinPads.dll - Converts to: C:JudgingPadsCompiledJudgingPinPads.dll - IGNORING
4/23/2010 4:26:08 PM - Object - JudgingPinPads.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveAppSettingsCompiledAppSettings.dll - Converts to: C:eDiveAppSettingsCompiledAppSettings.dll - IGNORING
4/23/2010 4:26:08 PM - Object - AppSettings.dll
4/23/2010 4:26:08 PM - Object - ipport60.ocx
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......CommunicationsCompiledCommLibrary.dll - Converts to: C:CommunicationsCompiledCommLibrary.dll - IGNORING
4/23/2010 4:26:08 PM - Object - CommLibrary.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......CommonDialogControlCMDLGD6.dll - Converts to: C:CommonDialogControlCMDLGD6.dll - IGNORING
4/23/2010 4:26:08 PM - Object - CMDLGD6.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......XMLrwCompiledXMLrw.dll - Converts to: C:XMLrwCompiledXMLrw.dll - IGNORING
4/23/2010 4:26:08 PM - Object - XMLrw.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......EventMergeSplitCompiledEventMergeSplit.dll - Converts to: C:EventMergeSplitCompiledEventMergeSplit.dll - IGNORING
4/23/2010 4:26:08 PM - Object - EventMergeSplit.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......FolderBrowseDialogvbalFlBr6.dll - Converts to: C:FolderBrowseDialogvbalFlBr6.dll - IGNORING
4/23/2010 4:26:08 PM - Object - vbalFlBr6.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......eDiveReportsCompiledeDiveReports.dll - Converts to: C:eDiveReportsCompiledeDiveReports.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDiveReports.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:08 PM - Object - RuleSets.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:08 PM - Object - msado15.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......MergeDiversCompiledeMergeDivers.dll - Converts to: C:MergeDiversCompiledeMergeDivers.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eMergeDivers.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveDatabaseConnectionCompiledeDiveDBConn.dll - Converts to: C:eDiveDatabaseConnectionCompiledeDiveDBConn.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDiveDBConn.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveeDivedBIntegrityCompiledeDivedbUpgrader.dll - Converts to: C:eDiveeDivedBIntegrityCompiledeDivedbUpgrader.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDivedbUpgrader.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......EventSelRSCompiledEventSelRS.dll - Converts to: C:EventSelRSCompiledEventSelRS.dll - IGNORING
4/23/2010 4:26:08 PM - Object - EventSelRS.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..SelectionDLLCompiledeDiveSelection.dll - Converts to: C:SelectionDLLCompiledeDiveSelection.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDiveSelection.dll
4/23/2010 4:26:08 PM - Object - THREED20.OCX
4/23/2010 4:26:08 PM - Object - GridEX20.ocx
4/23/2010 4:26:08 PM - Object - MSCOMCT2.OCX
4/23/2010 4:26:08 PM - Object - SPLITTER.OCX
4/23/2010 4:26:08 PM - Object - sstbars.ocx
4/23/2010 4:26:08 PM - Object - MSCOMCTL.OCX
4/23/2010 4:26:08 PM - Object - MSMASK32.OCX
4/23/2010 4:26:08 PM - Object - TABCTL32.OCX
4/23/2010 4:26:08 PM - Object - COMDLG32.OCX
4/23/2010 4:26:08 PM - Object - SSTree.ocx
4/23/2010 4:26:08 PM - Object - MSCOMM32.OCX
4/23/2010 4:26:08 PM - Object - RICHTX32.OCX
4/23/2010 4:26:08 PM - Object - FraPlus1.ocx
4/23/2010 4:26:08 PM - Object - IGTabs40.ocx
4/23/2010 4:26:08 PM - Object - eDive_v279b8.exe
4/23/2010 4:26:08 PM - Processing VBP Project EZDDCalculator.vbp File Information...
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:08 PM - Object - stdole2.tlb
4/23/2010 4:26:08 PM - Object - eDDCalculator.dll
4/23/2010 4:26:08 PM - Processing VBP Project UploadColorado.vbp File Information...
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:08 PM - Object - stdole2.tlb
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:08 PM - Object - scrrun.dll
4/23/2010 4:26:08 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eUtilities.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:08 PM - Object - msado15.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:08 PM - Object - RuleSets.dll
4/23/2010 4:26:08 PM - Object - MSCOMCTL.OCX
4/23/2010 4:26:08 PM - Object - MSCOMM32.OCX
4/23/2010 4:26:08 PM - Object - UploadColorado.dll
4/23/2010 4:26:08 PM - Processing VBP Project HTImportExport.vbp File Information...
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ............WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:08 PM - Object - stdole2.tlb
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ............WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:08 PM - Object - scrrun.dll
4/23/2010 4:26:08 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ............Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:08 PM - Object - msado15.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..........UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eUtilities.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..........RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:08 PM - Object - RuleSets.dll
4/23/2010 4:26:08 PM - Object - COMDLG32.OCX
4/23/2010 4:26:08 PM - Object - MSCOMCTL.OCX
4/23/2010 4:26:09 PM - Object - GridEX20.ocx
4/23/2010 4:26:09 PM - Object - HTImportExport.dll
4/23/2010 4:26:09 PM - Processing VBP Project Utilities.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:09 PM - Object - scrrun.dll
4/23/2010 4:26:09 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - Processing VBP Project JudgeAnalysis.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ........UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:09 PM - Object - scrrun.dll
4/23/2010 4:26:09 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ........FolderBrowseDialogvbalFlBr6.dll - Converts to: C:FolderBrowseDialogvbalFlBr6.dll - IGNORING
4/23/2010 4:26:09 PM - Object - vbalFlBr6.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - THREED20.OCX
4/23/2010 4:26:09 PM - Object - JudgeAnalysis.dll
4/23/2010 4:26:09 PM - Processing VBP Project JudgingPads.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - Object - MSCOMM32.OCX
4/23/2010 4:26:09 PM - Object - JudgingPinPads.dll
4/23/2010 4:26:09 PM - Processing VBP Project AppSettings.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - Object - AppSettings.dll
4/23/2010 4:26:09 PM - Processing VBP Project CommLibrary.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32msxml3.dll - Converts to: C:WINDOWSsystem32msxml3.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msxml3.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - MSCOMM32.OCX
4/23/2010 4:26:09 PM - Object - CommLibrary.dll
4/23/2010 4:26:09 PM - Processing VBP Project XMLrw.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32msxml3.dll - Converts to: C:WINDOWSsystem32msxml3.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msxml3.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....CommonDialogControlCMDLGD6.dll - Converts to: C:CommonDialogControlCMDLGD6.dll - IGNORING
4/23/2010 4:26:09 PM - Object - CMDLGD6.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:09 PM - Object - scrrun.dll
4/23/2010 4:26:09 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - Converts to: C:OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eDDCalculator.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - XMLrw.dll
4/23/2010 4:26:09 PM - Processing VBP Project RuleSets.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - Converts to: C:OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eDDCalculator.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - Object - RuleSets.dll
4/23/2010 4:26:09 PM - Processing VBP Project EventMergeSplit.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - GridEX20.ocx
4/23/2010 4:26:09 PM - Object - EventMergeSplit.dll
4/23/2010 4:26:09 PM - Processing VBP Project eDiveReports.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - Object - crviewer.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesSeagate SoftwareCrystal Reportscraxdrt.dll - Converts to: C:Program FilesSeagate SoftwareCrystal reportscraxdrt.dll - IGNORING
4/23/2010 4:26:09 PM - Object - craxdrt.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - Converts to: C:OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eDDCalculator.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:09 PM - Object - scrrun.dll
4/23/2010 4:26:09 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:09 PM - Object - RuleSets.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - Object - eDiveReports.dll
4/23/2010 4:26:09 PM - Processing VBP Project MergeDivers.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - eMergeDivers.dll
4/23/2010 4:26:09 PM - Processing VBP Project eDBConn.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ........CommonDialogControlCMDLGD6.dll - Converts to: C:CommonDialogControlCMDLGD6.dll - IGNORING
4/23/2010 4:26:10 PM - Object - CMDLGD6.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon FilesSystemadomsadox.dll - Converts to: C:Program FilesCommon FilesSystemadomsadox.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msadox.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ....AppSettingsCompiledAppSettings.dll - Converts to: C:AppSettingsCompiledAppSettings.dll - IGNORING
4/23/2010 4:26:10 PM - Object - AppSettings.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:10 PM - Object - scrrun.dll
4/23/2010 4:26:10 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ........UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:10 PM - Object - eUtilities.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msado15.dll
4/23/2010 4:26:10 PM - Object - eDiveDBConn.dll
4/23/2010 4:26:10 PM - Processing VBP Project eDivedbUpgrader.vbp File Information...
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:10 PM - Object - stdole2.tlb
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon FilesSystemadomsadox.dll - Converts to: C:Program FilesCommon FilesSystemadomsadox.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msadox.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msado15.dll
4/23/2010 4:26:10 PM - Object - eDivedbUpgrader.dll
4/23/2010 4:26:10 PM - Processing VBP Project EventSelRS.vbp File Information...
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:10 PM - Object - stdole2.tlb
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msado15.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ....RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:10 PM - Object - RuleSets.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:10 PM - Object - eUtilities.dll
4/23/2010 4:26:10 PM - Object - GridEX20.ocx
4/23/2010 4:26:10 PM - Object - EventSelRS.dll
4/23/2010 4:26:10 PM - Processing VBP Project eDiveSelection.vbp File Information...
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:10 PM - Object - stdole2.tlb
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:10 PM - Object - scrrun.dll
4/23/2010 4:26:10 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msado15.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ........UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:10 PM - Object - eUtilities.dll
4/23/2010 4:26:10 PM - Object - THREED20.OCX
4/23/2010 4:26:10 PM - Object - sstbars.ocx
4/23/2010 4:26:10 PM - Object - SPLITTER.OCX
4/23/2010 4:26:10 PM - Object - GridEX20.ocx
4/23/2010 4:26:10 PM - Object - MSCOMCT2.OCX
4/23/2010 4:26:10 PM - Object - eDiveSelection.dll
4/23/2010 4:26:10 PM -  
         Dependency Information Search...
 
4/23/2010 4:26:10 PM - Processing Dependency Information for - stdole2.tlb
4/23/2010 4:26:11 PM - Processing Dependency Information for - skcl.dll
4/23/2010 4:26:11 PM - Processing Dependency Information for - eddcalculator.dll
4/23/2010 4:26:12 PM - Processing Dependency Information for - uploadcolorado.dll
4/23/2010 4:26:13 PM - Processing Dependency Information for - htimportexport.dll
4/23/2010 4:26:14 PM - Processing Dependency Information for - eutilities.dll
4/23/2010 4:26:14 PM - Processing Dependency Information for - judgeanalysis.dll
4/23/2010 4:26:15 PM - Processing Dependency Information for - judgingpinpads.dll
4/23/2010 4:26:16 PM - Processing Dependency Information for - appsettings.dll
4/23/2010 4:26:17 PM - Processing Dependency Information for - ipport60.ocx
4/23/2010 4:26:17 PM - Processing Dependency Information for - commlibrary.dll
4/23/2010 4:26:18 PM - Processing Dependency Information for - cmdlgd6.dll
4/23/2010 4:26:19 PM - Processing Dependency Information for - xmlrw.dll
4/23/2010 4:26:19 PM - Processing Dependency Information for - eventmergesplit.dll
4/23/2010 4:26:20 PM - Processing Dependency Information for - vbalflbr6.dll
4/23/2010 4:26:21 PM - Processing Dependency Information for - edivereports.dll
4/23/2010 4:26:22 PM - Processing Dependency Information for - rulesets.dll
4/23/2010 4:26:22 PM - Processing Dependency Information for - emergedivers.dll
4/23/2010 4:26:23 PM - Processing Dependency Information for - edivedbconn.dll
4/23/2010 4:26:24 PM - Processing Dependency Information for - edivedbupgrader.dll
4/23/2010 4:26:25 PM - Processing Dependency Information for - eventselrs.dll
4/23/2010 4:26:25 PM - Processing Dependency Information for - ediveselection.dll
4/23/2010 4:26:26 PM - Processing Dependency Information for - threed20.ocx
4/23/2010 4:26:27 PM - Processing Dependency Information for - gridex20.ocx
4/23/2010 4:26:27 PM - Processing Dependency Information for - mscomct2.ocx
4/23/2010 4:26:28 PM - Processing Dependency Information for - splitter.ocx
4/23/2010 4:26:29 PM - Processing Dependency Information for - sstbars.ocx
4/23/2010 4:26:30 PM - Processing Dependency Information for - mscomctl.ocx
4/23/2010 4:26:30 PM - Processing Dependency Information for - msmask32.ocx
4/23/2010 4:26:31 PM - Processing Dependency Information for - tabctl32.ocx
4/23/2010 4:26:32 PM - Processing Dependency Information for - comdlg32.ocx
4/23/2010 4:26:32 PM - Processing Dependency Information for - sstree.ocx
4/23/2010 4:26:33 PM - Processing Dependency Information for - mscomm32.ocx
4/23/2010 4:26:34 PM - Processing Dependency Information for - richtx32.ocx
4/23/2010 4:26:35 PM - Processing Dependency Information for - fraplus1.ocx
4/23/2010 4:26:35 PM - Processing Dependency Information for - igtabs40.ocx
4/23/2010 4:26:36 PM - Processing Dependency Information for - edive_v279b8.exe
4/23/2010 4:26:37 PM - Processing Dependency Information for - msvbvm60.dll
4/23/2010 4:26:38 PM - Processing Dependency Information for - oleaut32.dll
4/23/2010 4:26:38 PM - Processing Dependency Information for - olepro32.dll
4/23/2010 4:26:39 PM - Processing Dependency Information for - asycfilt.dll
4/23/2010 4:26:40 PM - Processing Dependency Information for - comcat.dll
4/23/2010 4:26:41 PM - Processing Dependency Information for - vb5db.dll
4/23/2010 4:26:41 PM - Scanning stdole2.tlb
4/23/2010 4:26:42 PM - Scanning skcl.dll
4/23/2010 4:26:42 PM - Scanning eddcalculator.dll
4/23/2010 4:26:42 PM - Scanning uploadcolorado.dll
4/23/2010 4:26:42 PM - Scanning htimportexport.dll
4/23/2010 4:26:42 PM - Scanning eutilities.dll
4/23/2010 4:26:42 PM - Scanning judgeanalysis.dll
4/23/2010 4:26:42 PM - Scanning judgingpinpads.dll
4/23/2010 4:26:42 PM - Scanning appsettings.dll
4/23/2010 4:26:42 PM - Scanning ipport60.ocx
4/23/2010 4:26:42 PM - Scanning commlibrary.dll
4/23/2010 4:26:42 PM - Scanning cmdlgd6.dll
4/23/2010 4:26:42 PM - Scanning xmlrw.dll
4/23/2010 4:26:42 PM - Scanning eventmergesplit.dll
4/23/2010 4:26:42 PM - Scanning vbalflbr6.dll
4/23/2010 4:26:42 PM - Scanning edivereports.dll
4/23/2010 4:26:42 PM - Scanning rulesets.dll
4/23/2010 4:26:42 PM - Scanning emergedivers.dll
4/23/2010 4:26:42 PM - Scanning edivedbconn.dll
4/23/2010 4:26:42 PM - Scanning edivedbupgrader.dll
4/23/2010 4:26:42 PM - Scanning eventselrs.dll
4/23/2010 4:26:42 PM - Scanning ediveselection.dll
4/23/2010 4:26:43 PM - Scanning threed20.ocx
4/23/2010 4:26:44 PM - Scanning gridex20.ocx
4/23/2010 4:26:45 PM - Scanning mscomct2.ocx
4/23/2010 4:26:46 PM - Scanning splitter.ocx
4/23/2010 4:26:46 PM - Scanning sstbars.ocx
4/23/2010 4:26:48 PM - Scanning mscomctl.ocx
4/23/2010 4:26:48 PM - Scanning msmask32.ocx
4/23/2010 4:26:49 PM - Scanning tabctl32.ocx
4/23/2010 4:26:51 PM - Scanning comdlg32.ocx
4/23/2010 4:26:51 PM - Scanning sstree.ocx
4/23/2010 4:26:52 PM - Scanning mscomm32.ocx
4/23/2010 4:26:54 PM - Scanning richtx32.ocx
4/23/2010 4:26:54 PM - Scanning fraplus1.ocx
4/23/2010 4:26:55 PM - Scanning igtabs40.ocx
4/23/2010 4:26:55 PM - Scanning edive_v279b8.exe
4/23/2010 4:26:55 PM -  
         Creating Inno Setup Script File...
4/23/2010 4:26:55 PM -  
 
               Processed in SAFE file mode
 
               Files included in Script
 
              Version       OS      Type   File
 
4/23/2010 4:26:55 PM -         2.40.4275.1      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist Filesstdole2.tlb
4/23/2010 4:26:55 PM -             4.5.0.2         Win32         DLL    C:ProjectsOldCodeEZMeet_V2_NEWRELEASEFILESv270SKCL.dll
4/23/2010 4:26:55 PM -             2.8.0.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll
4/23/2010 4:26:55 PM -             1.8.0.0         Win32         DLL    C:ProjectsUploadColoradoCompiledUploadColorado.dll
4/23/2010 4:26:55 PM -             2.3.0.0         Win32         DLL    C:ProjectsOldCodeeDiveHyTekUtilitiesImportRostersCompiledHTImportExport.dll
4/23/2010 4:26:55 PM -             2.2.0.0         Win32         DLL    C:ProjectsUtilitiesCompiledeUtilities.dll
4/23/2010 4:26:55 PM -             2.2.0.0         Win32         DLL    C:ProjectsOldCodeeDiveJudgeAnalysisCompiledJudgeAnalysis.dll
4/23/2010 4:26:55 PM -             1.0.0.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2VBProjectJudgingPinPads.dll
4/23/2010 4:26:55 PM -             1.1.0.0         Win32         DLL    C:ProjectsOldCodeeDiveAppSettingsCompiledAppSettings.dll
4/23/2010 4:26:55 PM -          6.0.2099.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2_NEWRELEASEFILESv250ipport60.ocx
4/23/2010 4:26:55 PM -             1.4.0.0         Win32         DLL    C:ProjectsCommunicationsCompiledCommLibrary.dll
4/23/2010 4:26:55 PM -            1.0.0.16         Win32         DLL    C:ProjectsOldCodeEZMeet_V2VBProjectCMDLGD6.dll
4/23/2010 4:26:55 PM -             1.2.0.0         Win32         DLL    C:ProjectsXMLrwCompiledXMLrw.dll
4/23/2010 4:26:55 PM -             1.2.0.0         Win32         DLL    C:ProjectsEventMergeSplitCompiledEventMergeSplit.dll
4/23/2010 4:26:55 PM -             1.0.0.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2VBProjectvbalFlBr6.dll
4/23/2010 4:26:55 PM -             1.4.0.0         Win32         DLL    C:ProjectseDiveReportsCompiledeDiveReports.dll
4/23/2010 4:26:55 PM -             1.0.0.0         Win32         DLL    C:ProjectsRuleSetsCompiledRuleSets.dll
4/23/2010 4:26:55 PM -             1.1.0.0         Win32         DLL    C:ProjectsMergeDiversCompiledeMergeDivers.dll
4/23/2010 4:26:55 PM -             1.4.0.0         Win32         DLL    C:ProjectsOldCodeeDiveDatabaseConnectionCompiledeDiveDBConn.dll
4/23/2010 4:26:55 PM -             3.3.0.0         Win32         DLL    C:ProjectsOldCodeeDiveeDivedBIntegrityCompiledeDivedbUpgrader.dll
4/23/2010 4:26:55 PM -             1.2.0.0         Win32         DLL    C:ProjectsEventSelRSCompiledEventSelRS.dll
4/23/2010 4:26:55 PM -             1.5.0.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2SelectionDLLCompiledeDiveSelection.dll
4/23/2010 4:26:55 PM -             2.0.4.3      NT-Win32         DLL    C:Program FileseDiveTHREED20.OCX
4/23/2010 4:26:55 PM -          2.0.0.2177         Win32         DLL    C:Program FileseDiveGridEX20.ocx
4/23/2010 4:26:55 PM -             Missing                              MSCOMCT2.OCX
4/23/2010 4:26:55 PM -             2.0.4.3      NT-Win32         DLL    C:Program FileseDiveSPLITTER.OCX
4/23/2010 4:26:55 PM -            1.0.2.43      NT-Win32         DLL    C:Program FileseDivesstbars.ocx
4/23/2010 4:26:55 PM -             Missing                              MSCOMCTL.OCX
4/23/2010 4:26:55 PM -           6.0.84.18      NT-Win32         DLL    C:Program FileseDiveBACKUPMSMASK32.OCX
4/23/2010 4:26:55 PM -             Missing                              TABCTL32.OCX
4/23/2010 4:26:55 PM -             Missing                              COMDLG32.OCX
4/23/2010 4:26:55 PM -             1.0.2.8      NT-Win32         DLL    C:Program FileseDiveSSTree.ocx
4/23/2010 4:26:55 PM -             Missing                              MSCOMM32.OCX
4/23/2010 4:26:55 PM -             Missing                              RICHTX32.OCX
4/23/2010 4:26:55 PM -            1.1.0.28         Win32         DLL    C:Program FileseDiveFraPlus1.ocx
4/23/2010 4:26:55 PM -             4.0.1.6      NT-Win32         DLL    C:Program FileseDiveIGTabs40.ocx
4/23/2010 4:26:55 PM -            2.7.0.98         Win32         App    C:ProjectsOldCodeEZMeet_V2CompiledeDive_v279b8.exe
4/23/2010 4:26:55 PM -           6.0.97.82         Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesMSVBVM60.DLL
4/23/2010 4:26:55 PM -         2.40.4275.1      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesOLEAUT32.DLL
4/23/2010 4:26:55 PM -          5.0.4275.1         Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesOLEPRO32.DLL
4/23/2010 4:26:55 PM -         2.40.4275.1      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesASYCFILT.DLL
4/23/2010 4:26:55 PM -         4.71.1460.1      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesCOMCAT.DLL
4/23/2010 4:26:55 PM -           6.0.81.69      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesVB5DB.DLL
4/23/2010 4:26:55 PM -  
         Translating parameters...
4/23/2010 4:26:55 PM - Merging with Template Script File... Please Wait
4/23/2010 4:26:55 PM - Merging with Template Script File... Please Wait
4/23/2010 4:26:55 PM - Saving Inno Setup Script file... Please Wait
4/23/2010 4:26:56 PM -  
 
 
Script created: C:ProjectsScriptseDiveGroup.iss
 
Files Found: 37
Files Unsafe: 20
Files Unsafe WinSxS: 0
Files Missing: 6
Files Deleted: 0
Files Replaced: 0
 
Files Not Found: 6   (Shown in Red)
 
Elapsed Time: 00:00:48
 
WARNING: If some files are not found they may be in the SYSTEM folders and
are not allowed in the script to prevent OS damage when installing them.
 
Please find substitute files in another folder to include in the script or run in 'UnSafe Mode'.
* * *  88 VBP File Errors Found  * * *
 
Please view the log for more details on your files
4/23/2010 4:26:56 PM -  
 
Files Deleted:
 
 
 
Files Unsafe:
 
scrrun.dll
msado15.dll
msxml3.dll
crviewer.dll
craxdrt.dll
msadox.dll
kernel32.dll
USER32.dll
GDI32.dll
ADVAPI32.dll
SHELL32.dll
ole32.dll
WSOCK32.dll
COMCTL32.dll
WINSPOOL.DRV
OLEACC.dll
WINMM.dll
MSVCRT.dll
comdlg32.dll
oledlg.dll
 
 
Files Unsafe (WinSxS):
 
 
 
Files Replaced:
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 10:29:11 AM
Here is the resulting script ...
 
Randem Systems - InnoScript - Version 10.2  Build 11 - 4/23/2010 4:26:06 PM
 
 
4/23/2010 4:26:06 PM - Saving Settings... Please Wait
4/23/2010 4:26:06 PM - Saving Project... Please Wait
4/23/2010 4:26:07 PM - Processing VB Runtime Files...
4/23/2010 4:26:07 PM - Processing Special Files...
4/23/2010 4:26:07 PM - Processing VBP Project eDive.vbp File Information...
4/23/2010 4:26:07 PM - * * * ERROR * * * Invalid reference in VBP: ........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:07 PM - Object - stdole2.tlb
4/23/2010 4:26:07 PM - * * * ERROR * * * Invalid reference in VBP: ........WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:07 PM - Object - scrrun.dll
4/23/2010 4:26:07 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:08 PM - Object - SKCL.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..DDCalculatorCompiledeDDCalculator.dll - Converts to: C:DDCalculatorCompiledeDDCalculator.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDDCalculator.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......UploadColoradoCompiledUploadColorado.dll - Converts to: C:UploadColoradoCompiledUploadColorado.dll - IGNORING
4/23/2010 4:26:08 PM - Object - UploadColorado.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveHyTekUtilitiesImportRostersCompiledHTImportExport.dll - Converts to: C:eDiveHyTekUtilitiesImportRostersCompiledHTImportExport.dll - IGNORING
4/23/2010 4:26:08 PM - Object - HTImportExport.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eUtilities.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveJudgeAnalysisCompiledJudgeAnalysis.dll - Converts to: C:eDiveJudgeAnalysisCompiledJudgeAnalysis.dll - IGNORING
4/23/2010 4:26:08 PM - Object - JudgeAnalysis.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......JudgingPadsCompiledJudgingPinPads.dll - Converts to: C:JudgingPadsCompiledJudgingPinPads.dll - IGNORING
4/23/2010 4:26:08 PM - Object - JudgingPinPads.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveAppSettingsCompiledAppSettings.dll - Converts to: C:eDiveAppSettingsCompiledAppSettings.dll - IGNORING
4/23/2010 4:26:08 PM - Object - AppSettings.dll
4/23/2010 4:26:08 PM - Object - ipport60.ocx
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......CommunicationsCompiledCommLibrary.dll - Converts to: C:CommunicationsCompiledCommLibrary.dll - IGNORING
4/23/2010 4:26:08 PM - Object - CommLibrary.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......CommonDialogControlCMDLGD6.dll - Converts to: C:CommonDialogControlCMDLGD6.dll - IGNORING
4/23/2010 4:26:08 PM - Object - CMDLGD6.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......XMLrwCompiledXMLrw.dll - Converts to: C:XMLrwCompiledXMLrw.dll - IGNORING
4/23/2010 4:26:08 PM - Object - XMLrw.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......EventMergeSplitCompiledEventMergeSplit.dll - Converts to: C:EventMergeSplitCompiledEventMergeSplit.dll - IGNORING
4/23/2010 4:26:08 PM - Object - EventMergeSplit.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......FolderBrowseDialogvbalFlBr6.dll - Converts to: C:FolderBrowseDialogvbalFlBr6.dll - IGNORING
4/23/2010 4:26:08 PM - Object - vbalFlBr6.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......eDiveReportsCompiledeDiveReports.dll - Converts to: C:eDiveReportsCompiledeDiveReports.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDiveReports.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:08 PM - Object - RuleSets.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:08 PM - Object - msado15.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......MergeDiversCompiledeMergeDivers.dll - Converts to: C:MergeDiversCompiledeMergeDivers.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eMergeDivers.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveDatabaseConnectionCompiledeDiveDBConn.dll - Converts to: C:eDiveDatabaseConnectionCompiledeDiveDBConn.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDiveDBConn.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....eDiveeDivedBIntegrityCompiledeDivedbUpgrader.dll - Converts to: C:eDiveeDivedBIntegrityCompiledeDivedbUpgrader.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDivedbUpgrader.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......EventSelRSCompiledEventSelRS.dll - Converts to: C:EventSelRSCompiledEventSelRS.dll - IGNORING
4/23/2010 4:26:08 PM - Object - EventSelRS.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..SelectionDLLCompiledeDiveSelection.dll - Converts to: C:SelectionDLLCompiledeDiveSelection.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eDiveSelection.dll
4/23/2010 4:26:08 PM - Object - THREED20.OCX
4/23/2010 4:26:08 PM - Object - GridEX20.ocx
4/23/2010 4:26:08 PM - Object - MSCOMCT2.OCX
4/23/2010 4:26:08 PM - Object - SPLITTER.OCX
4/23/2010 4:26:08 PM - Object - sstbars.ocx
4/23/2010 4:26:08 PM - Object - MSCOMCTL.OCX
4/23/2010 4:26:08 PM - Object - MSMASK32.OCX
4/23/2010 4:26:08 PM - Object - TABCTL32.OCX
4/23/2010 4:26:08 PM - Object - COMDLG32.OCX
4/23/2010 4:26:08 PM - Object - SSTree.ocx
4/23/2010 4:26:08 PM - Object - MSCOMM32.OCX
4/23/2010 4:26:08 PM - Object - RICHTX32.OCX
4/23/2010 4:26:08 PM - Object - FraPlus1.ocx
4/23/2010 4:26:08 PM - Object - IGTabs40.ocx
4/23/2010 4:26:08 PM - Object - eDive_v279b8.exe
4/23/2010 4:26:08 PM - Processing VBP Project EZDDCalculator.vbp File Information...
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:08 PM - Object - stdole2.tlb
4/23/2010 4:26:08 PM - Object - eDDCalculator.dll
4/23/2010 4:26:08 PM - Processing VBP Project UploadColorado.vbp File Information...
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:08 PM - Object - stdole2.tlb
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:08 PM - Object - scrrun.dll
4/23/2010 4:26:08 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eUtilities.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:08 PM - Object - msado15.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ....RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:08 PM - Object - RuleSets.dll
4/23/2010 4:26:08 PM - Object - MSCOMCTL.OCX
4/23/2010 4:26:08 PM - Object - MSCOMM32.OCX
4/23/2010 4:26:08 PM - Object - UploadColorado.dll
4/23/2010 4:26:08 PM - Processing VBP Project HTImportExport.vbp File Information...
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ............WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:08 PM - Object - stdole2.tlb
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ............WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:08 PM - Object - scrrun.dll
4/23/2010 4:26:08 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ............Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:08 PM - Object - msado15.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..........UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:08 PM - Object - eUtilities.dll
4/23/2010 4:26:08 PM - * * * ERROR * * * Invalid reference in VBP: ..........RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:08 PM - Object - RuleSets.dll
4/23/2010 4:26:08 PM - Object - COMDLG32.OCX
4/23/2010 4:26:08 PM - Object - MSCOMCTL.OCX
4/23/2010 4:26:09 PM - Object - GridEX20.ocx
4/23/2010 4:26:09 PM - Object - HTImportExport.dll
4/23/2010 4:26:09 PM - Processing VBP Project Utilities.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:09 PM - Object - scrrun.dll
4/23/2010 4:26:09 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - Processing VBP Project JudgeAnalysis.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ........UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:09 PM - Object - scrrun.dll
4/23/2010 4:26:09 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ........FolderBrowseDialogvbalFlBr6.dll - Converts to: C:FolderBrowseDialogvbalFlBr6.dll - IGNORING
4/23/2010 4:26:09 PM - Object - vbalFlBr6.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - THREED20.OCX
4/23/2010 4:26:09 PM - Object - JudgeAnalysis.dll
4/23/2010 4:26:09 PM - Processing VBP Project JudgingPads.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - Object - MSCOMM32.OCX
4/23/2010 4:26:09 PM - Object - JudgingPinPads.dll
4/23/2010 4:26:09 PM - Processing VBP Project AppSettings.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - Object - AppSettings.dll
4/23/2010 4:26:09 PM - Processing VBP Project CommLibrary.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32msxml3.dll - Converts to: C:WINDOWSsystem32msxml3.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msxml3.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - MSCOMM32.OCX
4/23/2010 4:26:09 PM - Object - CommLibrary.dll
4/23/2010 4:26:09 PM - Processing VBP Project XMLrw.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32msxml3.dll - Converts to: C:WINDOWSsystem32msxml3.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msxml3.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....CommonDialogControlCMDLGD6.dll - Converts to: C:CommonDialogControlCMDLGD6.dll - IGNORING
4/23/2010 4:26:09 PM - Object - CMDLGD6.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:09 PM - Object - scrrun.dll
4/23/2010 4:26:09 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - Converts to: C:OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eDDCalculator.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - XMLrw.dll
4/23/2010 4:26:09 PM - Processing VBP Project RuleSets.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - Converts to: C:OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eDDCalculator.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - Object - RuleSets.dll
4/23/2010 4:26:09 PM - Processing VBP Project EventMergeSplit.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - GridEX20.ocx
4/23/2010 4:26:09 PM - Object - EventMergeSplit.dll
4/23/2010 4:26:09 PM - Processing VBP Project eDiveReports.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - Object - crviewer.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesSeagate SoftwareCrystal Reportscraxdrt.dll - Converts to: C:Program FilesSeagate SoftwareCrystal reportscraxdrt.dll - IGNORING
4/23/2010 4:26:09 PM - Object - craxdrt.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - Converts to: C:OldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eDDCalculator.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:09 PM - Object - scrrun.dll
4/23/2010 4:26:09 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:09 PM - Object - RuleSets.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - Object - eDiveReports.dll
4/23/2010 4:26:09 PM - Processing VBP Project MergeDivers.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:09 PM - Object - eUtilities.dll
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:09 PM - Object - msado15.dll
4/23/2010 4:26:09 PM - Object - eMergeDivers.dll
4/23/2010 4:26:09 PM - Processing VBP Project eDBConn.vbp File Information...
4/23/2010 4:26:09 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:09 PM - Object - stdole2.tlb
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ........CommonDialogControlCMDLGD6.dll - Converts to: C:CommonDialogControlCMDLGD6.dll - IGNORING
4/23/2010 4:26:10 PM - Object - CMDLGD6.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon FilesSystemadomsadox.dll - Converts to: C:Program FilesCommon FilesSystemadomsadox.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msadox.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ....AppSettingsCompiledAppSettings.dll - Converts to: C:AppSettingsCompiledAppSettings.dll - IGNORING
4/23/2010 4:26:10 PM - Object - AppSettings.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:10 PM - Object - scrrun.dll
4/23/2010 4:26:10 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ........UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:10 PM - Object - eUtilities.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msado15.dll
4/23/2010 4:26:10 PM - Object - eDiveDBConn.dll
4/23/2010 4:26:10 PM - Processing VBP Project eDivedbUpgrader.vbp File Information...
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:10 PM - Object - stdole2.tlb
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon FilesSystemadomsadox.dll - Converts to: C:Program FilesCommon FilesSystemadomsadox.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msadox.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msado15.dll
4/23/2010 4:26:10 PM - Object - eDivedbUpgrader.dll
4/23/2010 4:26:10 PM - Processing VBP Project EventSelRS.vbp File Information...
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ......WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:10 PM - Object - stdole2.tlb
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ......Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msado15.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ....RuleSetsCompiledRuleSets.dll - Converts to: C:RuleSetsCompiledRuleSets.dll - IGNORING
4/23/2010 4:26:10 PM - Object - RuleSets.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:10 PM - Object - eUtilities.dll
4/23/2010 4:26:10 PM - Object - GridEX20.ocx
4/23/2010 4:26:10 PM - Object - EventSelRS.dll
4/23/2010 4:26:10 PM - Processing VBP Project eDiveSelection.vbp File Information...
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32stdole2.tlb - Converts to: C:WINDOWSsystem32stdole2.tlb - IGNORING
4/23/2010 4:26:10 PM - Object - stdole2.tlb
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........WINDOWSsystem32scrrun.dll - Converts to: C:WINDOWSsystem32scrrun.dll - IGNORING
4/23/2010 4:26:10 PM - Object - scrrun.dll
4/23/2010 4:26:10 PM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ..........Program FilesCommon Filessystemadomsado15.dll - Converts to: C:Program FilesCommon FilesSystemadomsado15.dll - IGNORING
4/23/2010 4:26:10 PM - Object - msado15.dll
4/23/2010 4:26:10 PM - * * * ERROR * * * Invalid reference in VBP: ........UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/23/2010 4:26:10 PM - Object - eUtilities.dll
4/23/2010 4:26:10 PM - Object - THREED20.OCX
4/23/2010 4:26:10 PM - Object - sstbars.ocx
4/23/2010 4:26:10 PM - Object - SPLITTER.OCX
4/23/2010 4:26:10 PM - Object - GridEX20.ocx
4/23/2010 4:26:10 PM - Object - MSCOMCT2.OCX
4/23/2010 4:26:10 PM - Object - eDiveSelection.dll
4/23/2010 4:26:10 PM -  
         Dependency Information Search...
 
4/23/2010 4:26:10 PM - Processing Dependency Information for - stdole2.tlb
4/23/2010 4:26:11 PM - Processing Dependency Information for - skcl.dll
4/23/2010 4:26:11 PM - Processing Dependency Information for - eddcalculator.dll
4/23/2010 4:26:12 PM - Processing Dependency Information for - uploadcolorado.dll
4/23/2010 4:26:13 PM - Processing Dependency Information for - htimportexport.dll
4/23/2010 4:26:14 PM - Processing Dependency Information for - eutilities.dll
4/23/2010 4:26:14 PM - Processing Dependency Information for - judgeanalysis.dll
4/23/2010 4:26:15 PM - Processing Dependency Information for - judgingpinpads.dll
4/23/2010 4:26:16 PM - Processing Dependency Information for - appsettings.dll
4/23/2010 4:26:17 PM - Processing Dependency Information for - ipport60.ocx
4/23/2010 4:26:17 PM - Processing Dependency Information for - commlibrary.dll
4/23/2010 4:26:18 PM - Processing Dependency Information for - cmdlgd6.dll
4/23/2010 4:26:19 PM - Processing Dependency Information for - xmlrw.dll
4/23/2010 4:26:19 PM - Processing Dependency Information for - eventmergesplit.dll
4/23/2010 4:26:20 PM - Processing Dependency Information for - vbalflbr6.dll
4/23/2010 4:26:21 PM - Processing Dependency Information for - edivereports.dll
4/23/2010 4:26:22 PM - Processing Dependency Information for - rulesets.dll
4/23/2010 4:26:22 PM - Processing Dependency Information for - emergedivers.dll
4/23/2010 4:26:23 PM - Processing Dependency Information for - edivedbconn.dll
4/23/2010 4:26:24 PM - Processing Dependency Information for - edivedbupgrader.dll
4/23/2010 4:26:25 PM - Processing Dependency Information for - eventselrs.dll
4/23/2010 4:26:25 PM - Processing Dependency Information for - ediveselection.dll
4/23/2010 4:26:26 PM - Processing Dependency Information for - threed20.ocx
4/23/2010 4:26:27 PM - Processing Dependency Information for - gridex20.ocx
4/23/2010 4:26:27 PM - Processing Dependency Information for - mscomct2.ocx
4/23/2010 4:26:28 PM - Processing Dependency Information for - splitter.ocx
4/23/2010 4:26:29 PM - Processing Dependency Information for - sstbars.ocx
4/23/2010 4:26:30 PM - Processing Dependency Information for - mscomctl.ocx
4/23/2010 4:26:30 PM - Processing Dependency Information for - msmask32.ocx
4/23/2010 4:26:31 PM - Processing Dependency Information for - tabctl32.ocx
4/23/2010 4:26:32 PM - Processing Dependency Information for - comdlg32.ocx
4/23/2010 4:26:32 PM - Processing Dependency Information for - sstree.ocx
4/23/2010 4:26:33 PM - Processing Dependency Information for - mscomm32.ocx
4/23/2010 4:26:34 PM - Processing Dependency Information for - richtx32.ocx
4/23/2010 4:26:35 PM - Processing Dependency Information for - fraplus1.ocx
4/23/2010 4:26:35 PM - Processing Dependency Information for - igtabs40.ocx
4/23/2010 4:26:36 PM - Processing Dependency Information for - edive_v279b8.exe
4/23/2010 4:26:37 PM - Processing Dependency Information for - msvbvm60.dll
4/23/2010 4:26:38 PM - Processing Dependency Information for - oleaut32.dll
4/23/2010 4:26:38 PM - Processing Dependency Information for - olepro32.dll
4/23/2010 4:26:39 PM - Processing Dependency Information for - asycfilt.dll
4/23/2010 4:26:40 PM - Processing Dependency Information for - comcat.dll
4/23/2010 4:26:41 PM - Processing Dependency Information for - vb5db.dll
4/23/2010 4:26:41 PM - Scanning stdole2.tlb
4/23/2010 4:26:42 PM - Scanning skcl.dll
4/23/2010 4:26:42 PM - Scanning eddcalculator.dll
4/23/2010 4:26:42 PM - Scanning uploadcolorado.dll
4/23/2010 4:26:42 PM - Scanning htimportexport.dll
4/23/2010 4:26:42 PM - Scanning eutilities.dll
4/23/2010 4:26:42 PM - Scanning judgeanalysis.dll
4/23/2010 4:26:42 PM - Scanning judgingpinpads.dll
4/23/2010 4:26:42 PM - Scanning appsettings.dll
4/23/2010 4:26:42 PM - Scanning ipport60.ocx
4/23/2010 4:26:42 PM - Scanning commlibrary.dll
4/23/2010 4:26:42 PM - Scanning cmdlgd6.dll
4/23/2010 4:26:42 PM - Scanning xmlrw.dll
4/23/2010 4:26:42 PM - Scanning eventmergesplit.dll
4/23/2010 4:26:42 PM - Scanning vbalflbr6.dll
4/23/2010 4:26:42 PM - Scanning edivereports.dll
4/23/2010 4:26:42 PM - Scanning rulesets.dll
4/23/2010 4:26:42 PM - Scanning emergedivers.dll
4/23/2010 4:26:42 PM - Scanning edivedbconn.dll
4/23/2010 4:26:42 PM - Scanning edivedbupgrader.dll
4/23/2010 4:26:42 PM - Scanning eventselrs.dll
4/23/2010 4:26:42 PM - Scanning ediveselection.dll
4/23/2010 4:26:43 PM - Scanning threed20.ocx
4/23/2010 4:26:44 PM - Scanning gridex20.ocx
4/23/2010 4:26:45 PM - Scanning mscomct2.ocx
4/23/2010 4:26:46 PM - Scanning splitter.ocx
4/23/2010 4:26:46 PM - Scanning sstbars.ocx
4/23/2010 4:26:48 PM - Scanning mscomctl.ocx
4/23/2010 4:26:48 PM - Scanning msmask32.ocx
4/23/2010 4:26:49 PM - Scanning tabctl32.ocx
4/23/2010 4:26:51 PM - Scanning comdlg32.ocx
4/23/2010 4:26:51 PM - Scanning sstree.ocx
4/23/2010 4:26:52 PM - Scanning mscomm32.ocx
4/23/2010 4:26:54 PM - Scanning richtx32.ocx
4/23/2010 4:26:54 PM - Scanning fraplus1.ocx
4/23/2010 4:26:55 PM - Scanning igtabs40.ocx
4/23/2010 4:26:55 PM - Scanning edive_v279b8.exe
4/23/2010 4:26:55 PM -  
         Creating Inno Setup Script File...
4/23/2010 4:26:55 PM -  
 
               Processed in SAFE file mode
 
               Files included in Script
 
              Version       OS      Type   File
 
4/23/2010 4:26:55 PM -         2.40.4275.1      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist Filesstdole2.tlb
4/23/2010 4:26:55 PM -             4.5.0.2         Win32         DLL    C:ProjectsOldCodeEZMeet_V2_NEWRELEASEFILESv270SKCL.dll
4/23/2010 4:26:55 PM -             2.8.0.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2DDCalculatorCompiledeDDCalculator.dll
4/23/2010 4:26:55 PM -             1.8.0.0         Win32         DLL    C:ProjectsUploadColoradoCompiledUploadColorado.dll
4/23/2010 4:26:55 PM -             2.3.0.0         Win32         DLL    C:ProjectsOldCodeeDiveHyTekUtilitiesImportRostersCompiledHTImportExport.dll
4/23/2010 4:26:55 PM -             2.2.0.0         Win32         DLL    C:ProjectsUtilitiesCompiledeUtilities.dll
4/23/2010 4:26:55 PM -             2.2.0.0         Win32         DLL    C:ProjectsOldCodeeDiveJudgeAnalysisCompiledJudgeAnalysis.dll
4/23/2010 4:26:55 PM -             1.0.0.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2VBProjectJudgingPinPads.dll
4/23/2010 4:26:55 PM -             1.1.0.0         Win32         DLL    C:ProjectsOldCodeeDiveAppSettingsCompiledAppSettings.dll
4/23/2010 4:26:55 PM -          6.0.2099.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2_NEWRELEASEFILESv250ipport60.ocx
4/23/2010 4:26:55 PM -             1.4.0.0         Win32         DLL    C:ProjectsCommunicationsCompiledCommLibrary.dll
4/23/2010 4:26:55 PM -            1.0.0.16         Win32         DLL    C:ProjectsOldCodeEZMeet_V2VBProjectCMDLGD6.dll
4/23/2010 4:26:55 PM -             1.2.0.0         Win32         DLL    C:ProjectsXMLrwCompiledXMLrw.dll
4/23/2010 4:26:55 PM -             1.2.0.0         Win32         DLL    C:ProjectsEventMergeSplitCompiledEventMergeSplit.dll
4/23/2010 4:26:55 PM -             1.0.0.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2VBProjectvbalFlBr6.dll
4/23/2010 4:26:55 PM -             1.4.0.0         Win32         DLL    C:ProjectseDiveReportsCompiledeDiveReports.dll
4/23/2010 4:26:55 PM -             1.0.0.0         Win32         DLL    C:ProjectsRuleSetsCompiledRuleSets.dll
4/23/2010 4:26:55 PM -             1.1.0.0         Win32         DLL    C:ProjectsMergeDiversCompiledeMergeDivers.dll
4/23/2010 4:26:55 PM -             1.4.0.0         Win32         DLL    C:ProjectsOldCodeeDiveDatabaseConnectionCompiledeDiveDBConn.dll
4/23/2010 4:26:55 PM -             3.3.0.0         Win32         DLL    C:ProjectsOldCodeeDiveeDivedBIntegrityCompiledeDivedbUpgrader.dll
4/23/2010 4:26:55 PM -             1.2.0.0         Win32         DLL    C:ProjectsEventSelRSCompiledEventSelRS.dll
4/23/2010 4:26:55 PM -             1.5.0.0         Win32         DLL    C:ProjectsOldCodeEZMeet_V2SelectionDLLCompiledeDiveSelection.dll
4/23/2010 4:26:55 PM -             2.0.4.3      NT-Win32         DLL    C:Program FileseDiveTHREED20.OCX
4/23/2010 4:26:55 PM -          2.0.0.2177         Win32         DLL    C:Program FileseDiveGridEX20.ocx
4/23/2010 4:26:55 PM -             Missing                              MSCOMCT2.OCX
4/23/2010 4:26:55 PM -             2.0.4.3      NT-Win32         DLL    C:Program FileseDiveSPLITTER.OCX
4/23/2010 4:26:55 PM -            1.0.2.43      NT-Win32         DLL    C:Program FileseDivesstbars.ocx
4/23/2010 4:26:55 PM -             Missing                              MSCOMCTL.OCX
4/23/2010 4:26:55 PM -           6.0.84.18      NT-Win32         DLL    C:Program FileseDiveBACKUPMSMASK32.OCX
4/23/2010 4:26:55 PM -             Missing                              TABCTL32.OCX
4/23/2010 4:26:55 PM -             Missing                              COMDLG32.OCX
4/23/2010 4:26:55 PM -             1.0.2.8      NT-Win32         DLL    C:Program FileseDiveSSTree.ocx
4/23/2010 4:26:55 PM -             Missing                              MSCOMM32.OCX
4/23/2010 4:26:55 PM -             Missing                              RICHTX32.OCX
4/23/2010 4:26:55 PM -            1.1.0.28         Win32         DLL    C:Program FileseDiveFraPlus1.ocx
4/23/2010 4:26:55 PM -             4.0.1.6      NT-Win32         DLL    C:Program FileseDiveIGTabs40.ocx
4/23/2010 4:26:55 PM -            2.7.0.98         Win32         App    C:ProjectsOldCodeEZMeet_V2CompiledeDive_v279b8.exe
4/23/2010 4:26:55 PM -           6.0.97.82         Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesMSVBVM60.DLL
4/23/2010 4:26:55 PM -         2.40.4275.1      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesOLEAUT32.DLL
4/23/2010 4:26:55 PM -          5.0.4275.1         Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesOLEPRO32.DLL
4/23/2010 4:26:55 PM -         2.40.4275.1      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesASYCFILT.DLL
4/23/2010 4:26:55 PM -         4.71.1460.1      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesCOMCAT.DLL
4/23/2010 4:26:55 PM -           6.0.81.69      NT-Win32         DLL    C:Program FilesRandem SystemsInnoScriptInnoScript 10VB 6 Redist FilesVB5DB.DLL
4/23/2010 4:26:55 PM -  
         Translating parameters...
4/23/2010 4:26:55 PM - Merging with Template Script File... Please Wait
4/23/2010 4:26:55 PM - Merging with Template Script File... Please Wait
4/23/2010 4:26:55 PM - Saving Inno Setup Script file... Please Wait
4/23/2010 4:26:56 PM -  
 
 
Script created: C:ProjectsScriptseDiveGroup.iss
 
Files Found: 37
Files Unsafe: 20
Files Unsafe WinSxS: 0
Files Missing: 6
Files Deleted: 0
Files Replaced: 0
 
Files Not Found: 6   (Shown in Red)
 
Elapsed Time: 00:00:48
 
WARNING: If some files are not found they may be in the SYSTEM folders and
are not allowed in the script to prevent OS damage when installing them.
 
Please find substitute files in another folder to include in the script or run in 'UnSafe Mode'.
* * *  88 VBP File Errors Found  * * *
 
Please view the log for more details on your files
4/23/2010 4:26:56 PM -  
 
Files Deleted:
 
 
 
Files Unsafe:
 
scrrun.dll
msado15.dll
msxml3.dll
crviewer.dll
craxdrt.dll
msadox.dll
kernel32.dll
USER32.dll
GDI32.dll
ADVAPI32.dll
SHELL32.dll
ole32.dll
WSOCK32.dll
COMCTL32.dll
WINSPOOL.DRV
OLEACC.dll
WINMM.dll
MSVCRT.dll
comdlg32.dll
oledlg.dll
 
 
Files Unsafe (WinSxS):
 
 
 
Files Replaced:
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 10:31:00 AM
Now ... it looks like the files included in the script at the end of the run log are being pulled from the Compiled directory where the current version of the dll exists.
 
Should I copy each of these dlls to a new directory and then somehow tell innoscript to only look in that directory for these files? Or do I leave it as is? Do I need to worry about all of these errors?
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 10:33:02 AM
What are the missing files? Now Post the resulting script.
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 11:16:41 AM
I'm sorry. Working based on the vb project group just doesn't seem to be working well and I don't have days to figure out how to make it work. I was hoping to have an installer I can test with done this weekend so that I can begin testing on different OS's.
 
I am going back to basing the install off of the VBP project file and go thru and make sure every DLL is referenced correctly and pulled from the correct location. I have an old WISE installer script I can use to double-check against. It will have to be more trial-and-error now that's all. I appreciate the effort. Perhaps when I have more time I can work again on using the project group file and getting this to work. Thanks for your patience and time.
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 11:19:02 AM
It's not that hard... You make it much more difficult by not posting the information requested. You only have 6 files missing, it's not that hard to locate them. What are the missing files????? What does the script look like?????
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 12:03:15 PM
I can put all of my dlls and ocx files used by my app in one folder. Is there a way to tell innoscript to ONLY look in that one specific folder?
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 01:35:53 PM
Yes, The Search Folder Tab. If InnoScript finds files in a folder then that folder will also be added to the Search Folder Tab. If you do not want a folder to be searched put it in the Exclude Folders tab.
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 01:47:44 PM
Perhaps you could zip and send me one of you vbp project files (there is no code in it) So I can see what is going on in your .vbp file with the references.
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 02:49:40 PM
This should take care of the errors in the vbp file
 
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 03:13:01 PM
ok. Here is one of the projects included in the group project (HTImportExport.vbp).
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 04:15:20 PM
On your computer is the vbp file located in the C:Projects folder?
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 04:22:23 PM
The project file is located in the following folder
 
C:ProjectsOldCodeeDiveHyTekUtilitiesImportRostersVBProject
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 04:28:00 PM
Ok what is the structure of the other folders? Are Utilities and RuleSets under the C:ProjectsOldCodeeDriveHyTekUtilitiesImportRostersVBProject folder or under c:Projects ?
Title: Converted path is incorrect
Post by: overlynifty on April 23, 2010, 04:32:09 PM
It all depends. I try to keep each dll and its code separate from the others.
 
The eUtilities.vbp is in C:ProjectsUtilitiesVBProject
 
and Rulesets.vbp is in C:ProjectsRuleSetsProject
Title: Converted path is incorrect
Post by: Randem on April 23, 2010, 06:23:56 PM
Ok, this should correct the relative path issue.
 
 
 
Thanks for reporting this issue and for your assistance in this matter.
Title: Converted path is incorrect
Post by: overlynifty on April 24, 2010, 04:27:05 AM
I'll give it a try. Thanks for your support!
Title: Converted path is incorrect
Post by: overlynifty on April 25, 2010, 04:07:06 AM
The new release seems to have correct the problem with the relative paths. It now appears to interpret the relative paths in the group project correctly and it's finding the files. I am still playing around with it so if I see anything else I will let you know. Thanks.