Results 1 to 5 of 5

Thread: VB package and deployment issue

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    5

    VB package and deployment issue

    I want to create the set up(NOT USING Microsoft vb6 tools>Package and Deployment wizard) for my program with the option to uninstall(without going to the control panel).Is there any tool available on the net for the same?

    Also when the software is installed, it should not be shown in the control panel so that it can not be uninstalled by anyone.

    Furthur,I would like to know that is it possible to make the uninstall a seperate program which can be sent to the user if he wishes to uninstall ( I guess two seperate folders are needed............one for installation files and the other for uninstallation files).

    please reply as early as possible

  2. #2
    Addicted Member nickname's Avatar
    Join Date
    Sep 2004
    Location
    Europe - Belgium
    Posts
    170

    Re: VB package and deployment issue

    Innosetup maby helping you..

    www.innosetup.com

    greetz

    nickname
    Software Engineer
    DBA
    Webdesigner
    --
    to code or to be coded, that's the question

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

    Re: VB package and deployment issue

    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

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: VB package and deployment issue

    man_luck,

    You can use Inno Setup to create your package and use ********** to help you create your script from your vbp file. ********** will also find all of your dependecies with or without the aid of .dep files.

  5. #5
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: VB package and deployment issue

    You can also check NSIS (Nullsoft Installer) made by the guys that made Winamp. It is free, there are a lot of good addons and a wizard app to automatically generate from your source code

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