Results 1 to 10 of 10

Thread: Creating a setup.exe file

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    1

    Creating a setup.exe file

    How can i create a setup.exe file for an exe project that i have built using visual basic code and without using the Package & deployment wizard?

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

    Re: Creating a setup.exe file

    Moved

    You can check out the Application Deployment forums FAQ for several free or paid installer software
    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

  3. #3
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Re: Creating a setup.exe file

    Or u can create ur own in vb6. You can have the program copy files create shortcuts and directories.

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

    Re: Creating a setup.exe file

    Quote Originally Posted by GDOG34
    Or u can create ur own in vb6. You can have the program copy files create shortcuts and directories.
    Thats not a good idea. Please read this

  5. #5
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Re: Creating a setup.exe file

    Why Not? I create my own you might not be able to uninstall it in the control panel. But its a great idea and i do it.

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

    Re: Creating a setup.exe file

    Create your own setup in VB... You need the runtime files already installed before your app will even work. On older systems this will not necessarily be true.

  7. #7
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Re: Creating a setup.exe file

    Then You Can Include Them With The Program! The File Still Runs If Those Files Are In The Same Folder As The .exe

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

    Re: Creating a setup.exe file

    So.... How does the installer work that needs to install the runtimes????

    This has been discussed many, many, many time and it is not the proper way to do it.

  9. #9
    Lively Member
    Join Date
    Jul 2007
    Posts
    98

    Re: Creating a setup.exe file

    Simple answere - simple installer. Just basic components that don't need to be installed. I have my own and it works fine.
    I has no auto dependancy loader but I find it very usefull
    :P

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

    Re: Creating a setup.exe file

    Lets keep this thread On-Topic
    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