Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Creation of install shield

Creation of install shield

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++dotnethelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shir_k
    wrote on last edited by
    #1

    Hi To create installer (Install shield) please let me know if following files are sufficient or not Project related files: Exe file *.BSC Help file Contents file DLL’s: ADVAPI32.DLL COMCTL32.DLL COMDLG32.DLL GDI32.DLL KERNEL32.DLL MSVCRT.DLL NTDLL.DLL OLE32.DLL OLEAUT32.DLL OLEDLG.DLL OLEPRO32.DLL RPCRT4.DLL SECUR32.DLL SHELL32.DLL SHLWAPI.DLL USER32.DLL WINMM.DLL WINSPOOL.DRV (Above DLLs I got from Dependency walker) Do we need to include MFC runtime and .Net framework while creating installer? Thanks

    P 1 Reply Last reply
    0
    • S shir_k

      Hi To create installer (Install shield) please let me know if following files are sufficient or not Project related files: Exe file *.BSC Help file Contents file DLL’s: ADVAPI32.DLL COMCTL32.DLL COMDLG32.DLL GDI32.DLL KERNEL32.DLL MSVCRT.DLL NTDLL.DLL OLE32.DLL OLEAUT32.DLL OLEDLG.DLL OLEPRO32.DLL RPCRT4.DLL SECUR32.DLL SHELL32.DLL SHLWAPI.DLL USER32.DLL WINMM.DLL WINSPOOL.DRV (Above DLLs I got from Dependency walker) Do we need to include MFC runtime and .Net framework while creating installer? Thanks

      P Offline
      P Offline
      PJ Arends
      wrote on last edited by
      #2

      For VS 2008 see: http://msdn.microsoft.com/en-us/library/zebw5zk9.aspx[^] or for VS 2005 see : http://msdn.microsoft.com/en-us/library/zebw5zk9(VS.80).aspx[^]


      You may be right I may be crazy -- Billy Joel -- Within you lies the power for good - Use it!

      S 1 Reply Last reply
      0
      • P PJ Arends

        For VS 2008 see: http://msdn.microsoft.com/en-us/library/zebw5zk9.aspx[^] or for VS 2005 see : http://msdn.microsoft.com/en-us/library/zebw5zk9(VS.80).aspx[^]


        You may be right I may be crazy -- Billy Joel -- Within you lies the power for good - Use it!

        S Offline
        S Offline
        shir_k
        wrote on last edited by
        #3

        Thanks for the information. It helped me in identifying the DLLS used by the project. Do .Net frame work and MFC runtime is required to run the exe developed using Microsoft Visual C++ 6.0. Thanks kavitha

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups