Results 1 to 5 of 5

Thread: Installer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Belgium
    Posts
    25

    Installer

    Hi,

    I'm looking for a installer. I have made a cdrom with files and i want when the users press install on the cd they can choose a map where they want to install the folder. Like folder Music if they choose harddisk c: it copys the map from the cdrom to the hd c:.

    I'm not a good programmer does someone knows in here such a tool or how i can make this?


    Cheers
    Kris

  2. #2
    Lively Member
    Join Date
    Jul 2003
    Location
    Kuala Lumpur (Malaysia)
    Posts
    92

    Hmmm...

    Hi,

    Any installer have this capability. Most common one is Installshield. But you can use other like Wise installer ot the Microsoft Installer which come with Visual Studio.Net


  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    to look at the most used ones , search in VB6 Forum , you'll get list of installers provided with download links .

  4. #4
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830

    INNO

    Give INNO Setup 3 a try. It is free and works great! Strangely enough, I packaged a simple program I did in VB.NET with the deployment tools in VB and it sized out at over 3meg. Using INNO and just packaging the .exe file from the bin folder and a few other needed files the size of the final install program was only 261kb.

    Go figure!

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by birthjay
    Give INNO Setup 3 a try. It is free and works great! Strangely enough, I packaged a simple program I did in VB.NET with the deployment tools in VB and it sized out at over 3meg. Using INNO and just packaging the .exe file from the bin folder and a few other needed files the size of the final install program was only 261kb.

    Go figure!
    I think this is because the installer that comes with VS.NET adds some files and updates to update target machines if they have 1.5 v to 2.00 and this ofcourse has nothing to do with your app being packed .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width