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. Query regarding Installshield

Query regarding Installshield

Scheduled Pinned Locked Moved C / C++ / MFC
6 Posts 6 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
    Shiva Prasad
    wrote on last edited by
    #1

    I am planning to have installshield for VC++ 6.0 which comes along with VC++ 6.0 to install some of the binaries. All these day, I had been using Installation batch file to create directories,and copying the respective file into the directories and manully making registry entries using .reg file. I would like to know, is it OK to use Installshiled which comes with VC++ 6.0 or to use the latest Installshield product itself. What way using the Latest Installshield product is beneficial compared to the version of the Installshield comes along with VC++ 6.0 Is it possible to make use custom action dll & coinstaller in Installshield with VC++ 6.0?? Thanks

    T C T H M 5 Replies Last reply
    0
    • S Shiva Prasad

      I am planning to have installshield for VC++ 6.0 which comes along with VC++ 6.0 to install some of the binaries. All these day, I had been using Installation batch file to create directories,and copying the respective file into the directories and manully making registry entries using .reg file. I would like to know, is it OK to use Installshiled which comes with VC++ 6.0 or to use the latest Installshield product itself. What way using the Latest Installshield product is beneficial compared to the version of the Installshield comes along with VC++ 6.0 Is it possible to make use custom action dll & coinstaller in Installshield with VC++ 6.0?? Thanks

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #2

      you could also have a look at inno Setup[^] which is free, fast to start with and really good rated by most users...


      [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

      1 Reply Last reply
      0
      • S Shiva Prasad

        I am planning to have installshield for VC++ 6.0 which comes along with VC++ 6.0 to install some of the binaries. All these day, I had been using Installation batch file to create directories,and copying the respective file into the directories and manully making registry entries using .reg file. I would like to know, is it OK to use Installshiled which comes with VC++ 6.0 or to use the latest Installshield product itself. What way using the Latest Installshield product is beneficial compared to the version of the Installshield comes along with VC++ 6.0 Is it possible to make use custom action dll & coinstaller in Installshield with VC++ 6.0?? Thanks

        C Offline
        C Offline
        cp9876
        wrote on last edited by
        #3

        We used the Installshield that came with VC++6 to do the (fairly simple) installation of our VC6 apps, and this worked well for many years. One issue that encouraged us to change was that the setup.exe file that comes with this installshield, and that the user runs do the installation, is a 16-bit app. This can lead to the embarrassing situation that if the user's computer is not configured correctly for 16-bit apps (and many XP boxes are not - particularly after installing service packs) then the user cannot install your 32-bit app as the 16-bit installation program won't run! There many reports of this on the web, e.g. http://unodocs.nmsu.edu/RoboDocs/WebHelp/jinitiator/ji_05.htm[^] Peter.

        1 Reply Last reply
        0
        • S Shiva Prasad

          I am planning to have installshield for VC++ 6.0 which comes along with VC++ 6.0 to install some of the binaries. All these day, I had been using Installation batch file to create directories,and copying the respective file into the directories and manully making registry entries using .reg file. I would like to know, is it OK to use Installshiled which comes with VC++ 6.0 or to use the latest Installshield product itself. What way using the Latest Installshield product is beneficial compared to the version of the Installshield comes along with VC++ 6.0 Is it possible to make use custom action dll & coinstaller in Installshield with VC++ 6.0?? Thanks

          T Offline
          T Offline
          ThatsAlok
          wrote on last edited by
          #4

          TssPrasad wrote:

          Is it possible to make use custom action dll & coinstaller in Installshield with VC++ 6.0??

          IMHO, I never like Installer created by Install Shield ...as it too big.. i always prefer.. what Tox has suggested !

          "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

          cheers, Alok Gupta Global Interface Table: An Easy Way to Marshal an Interface Pointer[new] VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

          1 Reply Last reply
          0
          • S Shiva Prasad

            I am planning to have installshield for VC++ 6.0 which comes along with VC++ 6.0 to install some of the binaries. All these day, I had been using Installation batch file to create directories,and copying the respective file into the directories and manully making registry entries using .reg file. I would like to know, is it OK to use Installshiled which comes with VC++ 6.0 or to use the latest Installshield product itself. What way using the Latest Installshield product is beneficial compared to the version of the Installshield comes along with VC++ 6.0 Is it possible to make use custom action dll & coinstaller in Installshield with VC++ 6.0?? Thanks

            H Offline
            H Offline
            Hamid Taebi
            wrote on last edited by
            #5

            And see http://www.codeproject.com/tools/InstallerMod.asp[^]


            WhiteSky


            1 Reply Last reply
            0
            • S Shiva Prasad

              I am planning to have installshield for VC++ 6.0 which comes along with VC++ 6.0 to install some of the binaries. All these day, I had been using Installation batch file to create directories,and copying the respective file into the directories and manully making registry entries using .reg file. I would like to know, is it OK to use Installshiled which comes with VC++ 6.0 or to use the latest Installshield product itself. What way using the Latest Installshield product is beneficial compared to the version of the Installshield comes along with VC++ 6.0 Is it possible to make use custom action dll & coinstaller in Installshield with VC++ 6.0?? Thanks

              M Offline
              M Offline
              Michael Dunn
              wrote on last edited by
              #6

              InstallShield is a horrible product, and there are several free alternatives like NSIS and Inno Setup.

              --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?

              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