H
harry_noble1902
Hello I have a "solution" that has 7 VB.Net projects in it. Some of
the VB.Net projects are dll librarys but 3 are applications (so there
are 7-3=4 dlls) I want to install with a setup program/application.
I have created a Setup application as part of my "solution" using the
wizard.
One of the windows in my Setup application has a check box that says
"Install Application 1". Another checkbox says "Install Application
2". The last one says "Install Application 3".
All the applications share the 4 dlls.
The standard functionality installs all 3 applications. I would like
to modify it so that an application is only installed if the checkbox
is ticked. In all cases the 4 dlls should be installed.
I don't know where to begin (I have been using VB.Net for about 3
months). At the moment the autogenerated setup application code
installs all 3 applications and all 4 dlls using default behaviour. I
do not want to setup applications
Help really appreciated.
Thank you
Harry
the VB.Net projects are dll librarys but 3 are applications (so there
are 7-3=4 dlls) I want to install with a setup program/application.
I have created a Setup application as part of my "solution" using the
wizard.
One of the windows in my Setup application has a check box that says
"Install Application 1". Another checkbox says "Install Application
2". The last one says "Install Application 3".
All the applications share the 4 dlls.
The standard functionality installs all 3 applications. I would like
to modify it so that an application is only installed if the checkbox
is ticked. In all cases the 4 dlls should be installed.
I don't know where to begin (I have been using VB.Net for about 3
months). At the moment the autogenerated setup application code
installs all 3 applications and all 4 dlls using default behaviour. I
do not want to setup applications
Help really appreciated.
Thank you
Harry