Click here to Skip to main content
15,887,135 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: mailmerge with multitable using vb.net Pin
Dave Kreskowiak11-Apr-12 3:34
mveDave Kreskowiak11-Apr-12 3:34 
QuestionUninstall of a VB.Net 2010 program messing up all VB Pin
QuickBooksDev10-Apr-12 1:59
QuickBooksDev10-Apr-12 1:59 
AnswerRe: Uninstall of a VB.Net 2010 program messing up all VB Pin
Dave Kreskowiak10-Apr-12 4:43
mveDave Kreskowiak10-Apr-12 4:43 
GeneralRe: Uninstall of a VB.Net 2010 program messing up all VB Pin
QuickBooksDev12-Apr-12 0:52
QuickBooksDev12-Apr-12 0:52 
GeneralRe: Uninstall of a VB.Net 2010 program messing up all VB Pin
Dave Kreskowiak12-Apr-12 3:35
mveDave Kreskowiak12-Apr-12 3:35 
GeneralRe: Uninstall of a VB.Net 2010 program messing up all VB Pin
QuickBooksDev12-Apr-12 14:42
QuickBooksDev12-Apr-12 14:42 
GeneralRe: Uninstall of a VB.Net 2010 program messing up all VB Pin
QuickBooksDev1-May-12 9:49
QuickBooksDev1-May-12 9:49 
GeneralRe: Uninstall of a VB.Net 2010 program messing up all VB Pin
Dave Kreskowiak1-May-12 11:28
mveDave Kreskowiak1-May-12 11:28 
The reason you're in this position is because you don't understand how Windows Installer works. So you're going to have to learn this no matter what.

QBTeKcom wrote:
So if a lot of work must be done why not just do it with the VS.Net Deploy and
Setup project, etc. instead of learning another component.


Because you have no choice. The Deployment and Setup project no longer exists in Visual Studio 11 and it's capabilities are very limited to begin with. You have to use a 3rd party tool, such as InstallShield LE, or InnoSetup, or AdvancedInstaller, ...

Either way, you're looking at a bunch of work to DO IT CORRECTLY IN THE FIRST PLACE!


QBTeKcom wrote:
We if have a vb.project that has 30 screens with code behind and another 40 or
so modules it is a bit tough to know what to do.


The number of forms you have in your application has no bearing on the installer at all. The complicated part comes in when you start referencing external components and libraries. You have to KNOW what you're referencing, how they works and what their installation requirements are.

Coming up with an installer is not just a "OK my app is done now throw an installer together" process. Installers are another program you write SIDE-BY-SIDE with your application so that the installer knows what your app is using and how to correctly install every file, in every component, in every feature, what merge modules are, why they exist and how to use them, ...


QBTeKcom wrote:
I don't think that renaming DLLs will work.


No, it won't.


QBTeKcom wrote:
This has been causing us nightmares and we are ready to bit the bullet if we
knew where the bullet was.


You're writing application in the dark. You have no idea how the components in your app fit together nor how external libraries work, how they are registered or why, and how your installer has to handle these things. If you don't know these things, you can't just throw files anywhere you like and expect everything to work fine.

GeneralRe: Uninstall of a VB.Net 2010 program messing up all VB Pin
QuickBooksDev1-May-12 12:17
QuickBooksDev1-May-12 12:17 
GeneralRe: Uninstall of a VB.Net 2010 program messing up all VB Pin
Dave Kreskowiak1-May-12 13:23
mveDave Kreskowiak1-May-12 13:23 
QuestionForm Pin
andi1234567899-Apr-12 17:46
andi1234567899-Apr-12 17:46 
AnswerRe: Form Pin
Abhinav S9-Apr-12 22:12
Abhinav S9-Apr-12 22:12 
QuestionHow to store data(images, Text, Music) in one file? like.dat Pin
Abed AlSayed8-Apr-12 6:17
Abed AlSayed8-Apr-12 6:17 
AnswerRe: How to store data(images, Text, Music) in one file? like.dat Pin
riced8-Apr-12 6:29
riced8-Apr-12 6:29 
GeneralRe: How to store data(images, Text, Music) in one file? like.dat Pin
Abed AlSayed8-Apr-12 6:43
Abed AlSayed8-Apr-12 6:43 
GeneralRe: How to store data(images, Text, Music) in one file? like.dat Pin
Bernhard Hiller10-Apr-12 0:14
Bernhard Hiller10-Apr-12 0:14 
AnswerRe: How to store data(images, Text, Music) in one file? like.dat Pin
Eddy Vluggen8-Apr-12 8:43
professionalEddy Vluggen8-Apr-12 8:43 
AnswerRe: How to store data(images, Text, Music) in one file? like.dat Pin
enhzflep9-Apr-12 21:18
enhzflep9-Apr-12 21:18 
AnswerRe: How to store data(images, Text, Music) in one file? like.dat Pin
LCARS x3211-Apr-12 5:55
LCARS x3211-Apr-12 5:55 
QuestionRaise Event vs Logger Pin
instantmaker7-Apr-12 16:54
instantmaker7-Apr-12 16:54 
AnswerRe: Raise Event vs Logger Pin
Eddy Vluggen7-Apr-12 23:21
professionalEddy Vluggen7-Apr-12 23:21 
GeneralRe: Raise Event vs Logger Pin
instantmaker9-Apr-12 17:00
instantmaker9-Apr-12 17:00 
AnswerRe: Raise Event vs Logger Pin
Eddy Vluggen10-Apr-12 7:32
professionalEddy Vluggen10-Apr-12 7:32 
QuestionRehash and Resign Xbox 360 game save files Pin
flinchy36-Apr-12 12:16
flinchy36-Apr-12 12:16 
AnswerRe: Rehash and Resign Xbox 360 game save files Pin
Dave Kreskowiak6-Apr-12 17:13
mveDave Kreskowiak6-Apr-12 17:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.