Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: slow_thought on November 24, 2008, 05:44:54 AM

Title: Vb5db.dll and the ignoreversion flag
Post by: slow_thought on November 24, 2008, 05:44:54 AM
Hi
 
I'm just getting used to InnoScript [v9.2]/InnoSetup, and am on my second project [an install for a vb6 program using DAO].
 
InnoScript has determined that the microsoft file vb5db should be part of the install, and assigns it the ignoreversion flag:
Source: f:myprogsetupsupportvb5db.dll; DestDir: {sys}; Flags:  ignoreversion;
 
However when I run the script in InnoSetup, I get the warning:
'*** Starting compile.  [10:36:49]
 
Parsing [Setup] section, line 43
Parsing [Setup] section, line 44
Parsing [Setup] section, line 50
Parsing [Setup] section, line 51
Parsing [Setup] section, line 52
Parsing [Setup] section, line 56
Parsing [Setup] section, line 57
Parsing [Setup] section, line 58
Parsing [Setup] section, line 59
Parsing [Setup] section, line 60
Parsing [Setup] section, line 61
Parsing [Setup] section, line 62
Parsing [Setup] section, line 63
Parsing [Setup] section, line 64
Parsing [Setup] section, line 65
:
   Compressing Setup program executable
   Updating version info
:
:
Warning: Unsafe flag usage on file vb5db.dll: The ignoreversion flag should not be used on files installed to the Windows System directory ({sys}).
Warning: Unsafe flag usage on file hdk3anim.dll: The ignoreversion flag should not be used on files installed to the Windows System directory ({sys}).
Warning: Unsafe flag usage on file hdk3ctnt.dll: The ignoreversion flag should not be used on files installed to the Windows System directory ({sys}).
*** Finished.  [10:36:53, 00:04.984 elapsed]
'
 
What should I do - what would be more appropriate flags?
 
thanks
 
(Message edited by slow_thought on November 24, 2008)
Title: Vb5db.dll and the ignoreversion flag
Post by: slow_thought on November 24, 2008, 05:57:46 AM
bother :-(
 
only ment to paste that last bit
Warning: Unsafe flag usage on file vb5db.dll: The ignoreversion flag should not be used on files installed to the Windows System directory ({sys})
Title: Vb5db.dll and the ignoreversion flag
Post by: Randem on November 24, 2008, 06:56:47 PM
Just change the flag to restartreplace sharedfile that should do the trick.
Title: Vb5db.dll and the ignoreversion flag
Post by: slow_thought on November 27, 2008, 12:02:19 AM
thanks for that :-)
  - I'll give it a go