|
-
Mar 23rd, 2008, 11:39 AM
#1
Thread Starter
Hyperactive Member
[2008] Vb.NET with NSIS
Hi I'm trying to make an more complex installer then the click once that follows with VB express 2008. First of all I want to know: Is this possible?
And second, if it's possible what files do I nees to put in the install folder?
Thank you
-
Mar 23rd, 2008, 06:20 PM
#2
Re: [2008] Vb.NET with NSIS
Yes, it's possible. You need the EXE file at least. You should also include the CONFIG file if you have used an y setting or anything else that makes use of the config file. You will also need any DLLs that are not part of the .NET Framework itself.
You might also want to have the installer install the .NET Framework for you, before installing your app.
Note that any further questions about NSIS would belong in the Deployment forum, not the VB.NET forum.
-
Mar 24th, 2008, 06:06 AM
#3
Thread Starter
Hyperactive Member
Re: [2008] Vb.NET with NSIS
If I could I would have moved it.
All this files, do I find them in the release and debug files?
-
Mar 24th, 2008, 06:58 AM
#4
Re: [2008] Vb.NET with NSIS
I think that this is actually the correct forum for this question, because you're asking about the files created by compiling a VB.NET application. I'm just saying that if you want help on NSIS specifically, that belongs in the Deployment forum.
As for where the files are located, they are in the output folder specified by your project's build configuration. By default that is "bin\Debug" for the Debug configuration and "bin\Release" for the Release configuration, both under your project folder. Those can be changed though. Also, you won't be interested in the Debug folder when you're deploying, will you? It would be a rare thing to deploy a Debug build. You'd only do so if it was specifically for debugging purposes. If you're releasing the app then you'd use a Release build.
-
Mar 24th, 2008, 01:29 PM
#5
Re: [2008] Vb.NET with NSIS
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 
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
|