Results 1 to 4 of 4

Thread: ***RESOLVED*** [02/03] Releasing (2 things)

  1. #1

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Resolved ***RESOLVED*** [02/03] Releasing (2 things)

    ok, i am done making my code and everything and found no bugs whatsoever
    first, i want to know how i can change the version #, company name, etc. where can i do this?


    second, i have selected release (instead of debug), and in my release folder, i have an empty folder named "temp", "buildinfo.inf", "WindowsApplication1.Form1.resources" and last is my exe file.

    What do I do with all of these files so that users can use this on their computer?
    Last edited by smart_phil_dude1; Nov 3rd, 2006 at 06:39 PM. Reason: Resolved
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

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

    Re: [02/03] Releasing (2 things)

    Are you using an AssemblyInfo class like in the MS 101 Tutorials? If so just go into it and change the necessary information.

    You can add a setup project to your solution to enable you to create a setup installer package where it will package your project files and exe into a msi installer setup file.
    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
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: [02/03] Releasing (2 things)

    ok, i am done making my code and everything and found no bugs whatsoever
    first, i want to know how i can change the version #, company name, etc. where can i do this?
    You can change all this info from the "AssemblyInfo.VB" file
    second, i have selected release (instead of debug), and in my release folder, i have an empty folder named "temp", "buildinfo.inf", "WindowsApplication1.Form1.resources" and last is my exe file.
    VB2002/03 builds both "Debug" and "Release" modes into the "Bin" folder. The temp folder is a subfolder of the "Obj" folder which is temporary as it looks for compiling issues
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  4. #4

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Re: [02/03] Releasing (2 things)

    oh ok thank a lot guys
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

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