Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/07/2009, 18:47
zxs23
 
Fecha de Ingreso: mayo-2009
Mensajes: 238
Antigüedad: 15 años
Puntos: 7
Pregunta sobre el runtime de vb6.0 sp6

Cuales son las ultimas versiones de estos archivos, ya instale el sp6 pero algunos archivos mantienen su version 5 y anteriores
comcat.dll
stdole2.tlb
msvbvm60.dll
oleaut32.dll
olepro32.dll
asycfilt.dll

Estoy creando un instalador con innosetup y me da error con la version del comcat.dll

unsafe file detected: COMCAT.DLL version 5.0
see the "unsafe files" topic in the help file for more information


Solo se soluciona si le pongo el flag ingnorar version
Código PHP:

Source
"D:\Mi_sistema\comcat.dll"DestDir"{sys}"Flagsignoreversion onlyifdoesntexist uninsneveruninstall restartreplace regserver