How To Create VB.NEt Application Setup.

S

Sanjay

Ho to All,

I have Created On Outlook AddIns Application. It's Working Fone on My
Machine. But When I Create Depolyment And Run on Other Machine Then
It's Giving Error. Error is That U Have to Install .NetFrameWork 1.1 On
This Machine.

So Can Anyone Tell Me How To Create Setup Wizard For This Application.
Or What Should Be Probs. So Plz Give Reply As Soon As Possibe

Or What We Have to Insatll on Target Machine For run That Application.

Thanks

Sanjay
 
K

Ken Slovak - [MVP - Outlook]

If you are using that version of the framework you will have to install the
redistributable version of it and/or check for it's being there when you
install. VS should include those redistributables or you can download them
from MS.
 
S

Sanjay

Hi Ken,

Thanks For Relply

Is It Possible To Install Only Once That Redistributale of
..NetFrameWork In Server And Then We Can DownLoad Our .Net Application
in Our Remote PC.

Or Any Other Way That Every Time We Don't have to Install That
Framework On Remote PC. When We DownLoad That Tool From WebSite It
Doesn't Need To install .NetFrame Redistributabe Or Any Thing Else.

Means Once We Install .NetFrmaeWork on Server Then It Can Access That
And We Don't Need To Install It On Remote PC.

Is It Possible or Not, If NOt Then What To Do For This Probs?

Plz Give Reply As Soon As Possible.

Thnaks

Sanjay.
 
K

Ken Slovak - [MVP - Outlook]

The correct framework version must be installed on each client machine that
will run that code. How you install the framework is entirely up to you but
it can't run from a server, it has to be installed on the client.
 

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