Results 1 to 7 of 7

Thread: Deploying App

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Question Deploying App

    I have packaged my app for deployment. The Deployment wizard created a setup.exe and a .CAB file. Which one do I distribute to my users?

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    both
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    What I don't understand is that most software you download over the internet comes in one setup.exe. Not like the way VB packaged it.

    Please clarify...

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Because they are self extracting exe. The on VB makes is not. you ahve to have the cab file. It contains all the compressed dll's and your program files.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Fanatic Member ExcalibursZone's Avatar
    Join Date
    Feb 2000
    Location
    Western NY State
    Posts
    908
    You should also have a SETUP.LST file, which is also needed. If you have a registered version of winzip, you can make a self-extracting version of your setup file in one .exe... If you zip up your distro and release it in .zip format only, when the file is opened (and they're using winzip) you can actually have them click on the Install button in winzips toolbar which will extract your files and run setup. There are other install packages as well. I believe that Installshield can be used in place of the VB Package & Deployment wizard if you can get that.
    -Excalibur

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    THATS RIGHT..fogot about winzip having that capability.....duh
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    thank you both I will try. These forums are best source of info for me besides the MSN help!

    thank
    you


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