C
Carly
Hello there,
Strangely enough until now I did not find any articles that describe in
a "crystal clear" way how to deploy a VB.NEt application.
1. Is it mandatory to have .net framework on the target computer?
2. I added to my windows form project a setup project and I built the
two projects. In the setup project folder I have now
....\release\setup.exe and setup1.msi files. I copied them on my target
computer. If I run setup1.msi file the setup process starts and seems
to work perfectly except for... nothing is installed. If I run
setup.exe the framework is installed...then if I run the setup1.msi
again still nothing is installed... Any ideas???
3. I understand that for installation customization purposes one can
use the Installer class. Can anybody point me to a good article about
using the installer class.
Thank you,
Carly
Strangely enough until now I did not find any articles that describe in
a "crystal clear" way how to deploy a VB.NEt application.
1. Is it mandatory to have .net framework on the target computer?
2. I added to my windows form project a setup project and I built the
two projects. In the setup project folder I have now
....\release\setup.exe and setup1.msi files. I copied them on my target
computer. If I run setup1.msi file the setup process starts and seems
to work perfectly except for... nothing is installed. If I run
setup.exe the framework is installed...then if I run the setup1.msi
again still nothing is installed... Any ideas???
3. I understand that for installation customization purposes one can
use the Installer class. Can anybody point me to a good article about
using the installer class.
Thank you,
Carly