|
-
Nov 3rd, 2006, 04:49 PM
#1
Thread Starter
Lively Member
***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
-
Nov 3rd, 2006, 05:03 PM
#2
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Nov 3rd, 2006, 05:04 PM
#3
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
-
Nov 3rd, 2006, 06:39 PM
#4
Thread Starter
Lively Member
Re: [02/03] Releasing (2 things)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|