Results 1 to 7 of 7

Thread: getting a vb6 program to run on w95 without a installation

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    Sydney Australia
    Posts
    20

    Angry

    hiya all,

    I'm making an email program for a small company that will install a catalogue on the person’s computer when run.

    I have the catalogue zipped in a self-extracting zip file that will install the catalogue in the right directory, then I make the vb6 program run that self extracting zip file as well as creating an icon on the desktop to run that catalogue.

    I got the vb6 exe, the self extracting zip file and the dll's needed to run the program and again zip all that in a self extracting zip file that would run the program.

    Now this system works well for windows 98 and above, but this method will not work win win95.
    Is there a way of running a vb6 program file without having to go though updating the windows files (like when vb6 makes a installation package)??????

    Please any ideas should be good.

    P.S. my current method of placing a shortcut on the desktop doesn’t let me add an icon to it, does anyone know how to do that too??

    Thank you for your time and help.
    Remember www.mos.net.au for all your computer needs.

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    Sydney Australia
    Posts
    20

    Question ideas?

    .
    Remember www.mos.net.au for all your computer needs.

  3. #3
    Guest
    If you are making setup kit style stuff, then try InnoSetup (from http://www.innosetup.com ) which will allow you to run exe's (such as a self extracting zip file, and doesn't go through all the crap that the P&D wizard does installing files etc. It's also much quicker.

    If you just want a simple exe that the punters can run, then you are probably better off coding the small app in delphi which makes fully standalone exes

    - gaffa

  4. #4
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138
    Well,

    there are some programs like Fusion (www.bit-arts.com for a free trial) and vb-powerwrap(www.moonlight-software.com for free trial) which allow you to run your vb-programs without runtime and additional -ocx, hence without installation.

    All the functionality is wrapped into your .exe, at least, that's what they are supposed to do.

    I tried them, and both of them work fine with simple, straightforward programs. Once your program becomes more complex they fail miserably, at least, that's what happened here.

    But then, I'd give it a shot if I where you.

    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    Sydney Australia
    Posts
    20
    thanks for the help.
    any idea about how to assign a icon to a short cut?
    Remember www.mos.net.au for all your computer needs.

  6. #6
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138
    How about a right click on the short cut and change the icon in the properties in the shortcut tab?

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    Sydney Australia
    Posts
    20
    umm no, i have the program creating a short cut on the desktop but i dont know how to identify the icon
    Remember www.mos.net.au for all your computer needs.

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