Results 1 to 6 of 6

Thread: Package & deployment

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    278

    Package & deployment

    hi all,


    i did an appln. i want to use this appln. where VB is not installed. can anybody guide me in this. i saw package & deployment wizard here. is it the right way of making stand alone appln.? if it th way , what are thing i should take care .

    also i would like to know how can i reduce the size of appln.

    any help can be appreciated

    saj
    Last edited by sajankk; May 31st, 2005 at 06:59 AM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Package & deployment

    Quote Originally Posted by sajankk
    hi all,


    i did an appln. i want to use this appln. where VB is not installed. can anybody guide me in this. i saw package & deployment wizard here. is it the right way of making stand alone appln.? if it th way , what are thing i should take care .

    also i would like to know how can i reduce the size of appln.

    any help can be appreciated

    saj
    Using the Package and Deployment Wizard (or any other type of Installer package) will create a Setup for your program that will allow it to be distributed to machines that does not have VB installed. In fact, using an Installer is the ONLY way you can be assured that your program will run on these machines. It is fairly easy to use, but if you have any questions during the creating of this package, there is an Application Deployment section to these forums that specifically deals with these types of issues.

    The best way to reduce the size of your application is to zip it, but in order to use the package, it would have to be unzipped, thus restoring it to is current size. If your question about size is referring to the application in a state that is ready to use, the best way to reduce it is cut code. Some optimizing tips would be to move as many subs and functions from your forms to a single module, and have your module to as much of the work as possible.

  3. #3
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236

    Re: Package & deployment

    There is nothing wrong with P&D Wizard for Win9x/ME but you may have problems in installing to Win2k/XP.

    ********** and Inno Setup are free.

    Inno Setup
    http://www.jrsoftware.org/

    **********
    http://www.***********/**********.html

    You could try:
    The Microsoft® Windows® Installer is an application installation and configuration service. Instmsi.exe is the redistributable package for installing or upgrading Windows Installer.

    http://www.microsoft.com/downloads/d...DisplayLang=en

    If you don't know how to use P&D Wizard then

    http://home.apu.edu/~jcox/Demos/vbanddll/vbanddll_5.htm
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Package & deployment

    The P&D Wizard is just fine for less complex and small to medium size apps. I use it still for just those types of apps and have
    had not problems under Windows 2000. I dont remember if I done one yet on XP though.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Package & deployment

    Quote Originally Posted by Keithuk
    There is nothing wrong with P&D Wizard for Win9x/ME but you may have problems in installing to Win2k/XP.
    I haven't had any issues under XP. What problems have you experienced?

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Package & deployment

    Probably the only issue you may encounter is the one where it says your system files are out of date and you need to reboot. Then when
    you do it still says the same thing and you cant install. There is a MS KB about it with a workaround.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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