Installing a VB App

M

MadCrazyNewbie

Hey Group,

Ive read loads of NG posts on the above topic, and genrally all say to go to
a MSDN website.

One question on the .Netframe work install thinggy?

As my App is on a Network Drive, can I write a script to setup my .Net
framework setting rather than have to create a install project?

Anybody got any links?

Many Thanks
MCN(Si)
 
A

Arne Janning

MadCrazyNewbie said:
Ive read loads of NG posts on the above topic, and genrally all say to go to
a MSDN website.

One question on the .Netframe work install thinggy?

As my App is on a Network Drive, can I write a script to setup my .Net
framework setting rather than have to create a install project?

Anybody got any links?

Hi Simon,

I you want to start an application from a network drive you have to
modify the security policy on the client machine. This can very easily
be done using caspol.exe

Look here for further description and examples:
http://msdn.microsoft.com/library/?...fCodeAccessSecurityPolicyUtilityCaspolexe.asp

Cheers

Arne Janning
 

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