Setup Problem

P

prabhu_27_84

hi
i create a application in vb.net using visio.my application works good but
when i create setup and install in other computer which does not contain MS
office,Visio and DOTNEt framkwork . i am geting error message.what are the
pre requirement required to install this setup
thanks in advance
 
A

Al Edlund

As a suggestion, if it is required to make your application run on your
development machine, it will probably also be required on the user's system
as well.
al
 
A

Al Edlund

you only need to install visio if the user is going to interact (as in draw)
with your application. If you are using the visio viewer you don't need
visio, if you are using the drawing tool then you do need visio.
al
 
P

Paul Herber

hi
i create a application in vb.net using visio.my application works good but
when i create setup and install in other computer which does not contain MS
office,Visio and DOTNEt framkwork . i am geting error message.what are the
pre requirement required to install this setup
thanks in advance

Your setup may require some of the folder paths and other information
about Office and Visio from the registry. If that is the case then,
yes, you will need to have Visio already installed before your
application can be installed.
Similarly with the .net framework, you will need the correct version
to be installed before your installer will work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top