Installing a VB App

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MadCrazyNewbie

    Installing a VB App

    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)


  • Arne Janning

    #2
    Re: Installing a VB App

    MadCrazyNewbie wrote:[color=blue]
    > 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?[/color]

    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:


    Cheers

    Arne Janning

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Installing a VB App

      * "MadCrazyNewbie " <test@nospam.co m> scripsit:[color=blue]
      > 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?[/color]

      <URL:http://msdn.microsoft. com/library/en-us/dnnetsec/html/entsecpoladmin. asp>

      --
      Herfried K. Wagner [MVP]
      <URL:http://dotnet.mvps.org/>

      Comment

      Working...