outdated information

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • creative1
    Contributor
    • Sep 2007
    • 274

    outdated information

    While I was creating setup in Package Development wizard I got following error

    The wizard found dependency information for the listed files, but the information is out of date. To proceed with the out-of-date information, click OK
    I chose Ok to proceed to next step.
    what is right thing to do?
  • shuvo2k6
    New Member
    • Jan 2008
    • 68

    #2
    Originally posted by creative1
    While I was creating setup in Package Development wizard I got following error

    The wizard found dependency information for the listed files, but the information is out of date. To proceed with the out-of-date information, click OK
    I chose Ok to proceed to next step.
    what is right thing to do?
    It is not good tool for creating setup files. You can use Setup Factory or InstallShield like install file creator software. That are available so frequently.

    Regards,
    shuvo2k6
    Last edited by Killer42; Feb 4 '08, 01:45 AM.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by creative1
      While I was creating setup in Package Development wizard I got following error

      The wizard found dependency information for the listed files, but the information is out of date. To proceed with the out-of-date information, click OK
      I chose Ok to proceed to next step.
      what is right thing to do?
      Not familiar with PD wizard, and don't know what version you're using. But perhaps you need to recompile after playing with the options "Upgrade ActiveX Controls" and "Remove information about unused ActiveX Controls".

      Comment

      • lotus18
        Contributor
        • Nov 2007
        • 865

        #4
        Originally posted by Killer42
        Not familiar with PD wizard, and don't know what version you're using. But perhaps you need to recompile after playing with the options "Upgrade ActiveX Controls" and "Remove information about unused ActiveX Controls".
        It would be better if the ActiveX Controls are complied (.ocx file).

        Comment

        • lotus18
          Contributor
          • Nov 2007
          • 865

          #5
          Hi

          These unsafe files are not recommended to include to your setup package.

          ADVAPI32.DLL, COMDLG32.DLL, GDI32.DLL, KERNEL32.DLL, RICHED32.DLL, SHELL32.DLL, USER32.DLL, UXTHEME.DLL

          These are all core components of Windows and must never be deployed with an installation. Users may only get new versions of these DLLs by installing a new version of Windows or a service pack or hotfix for Windows.

          Comment

          • Killer42
            Recognized Expert Expert
            • Oct 2006
            • 8429

            #6
            Originally posted by lotus18
            ...These are all core components of Windows and must never be deployed with an installation...
            This shouldn't be a very serious matter though. The installer should warn the user they're about to install an older version and recommend that they don't.

            Comment

            Working...