Require Help Regarding Deployment......

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Require Help Regarding Deployment......

    Hi Every Body,

    I build an application using vb.net.
    Now i m deploying on the client system.
    I know that the deployment automatically check the .net framework on the client system at startup.
    I include the .net framework in the deployment setup.
    I want that if the framework is not installed on the client system then my deployment wizared automatically install the framework which i include in the deployment package.

    How can i do this. What are the setttings are needed regarding this.

    Regards,

    Muhammad Jamil Nawaz
    msnews.microsoft.com Guest

  2. Similar Questions and Discussions

    1. require
      hi i want to require or include a file in my php script. the file i want to include contains some variables and some normal html. i want to get...
    2. #25782 [Opn->Bgs]: require( 'require.php' ) crashing Apache 1.3.28
      ID: 25782 Updated by: sniper@php.net Reported By: akinder at technology-x dot com -Status: Open +Status: ...
    3. #25782 [Fbk->Opn]: require( 'require.php' ) crashing Apache 1.3.28
      ID: 25782 User updated by: akinder at technology-x dot com Reported By: akinder at technology-x dot com -Status: ...
    4. #25782 [Opn->Fbk]: require( 'require.php' ) crashing Apache 1.3.28
      ID: 25782 Updated by: sniper@php.net Reported By: akinder at technology-x dot com -Status: Open +Status: ...
    5. #25782 [NEW]: require( 'require.php' ) crashing Apache 1.3.28
      From: akinder at technology-x dot com Operating system: Linux RedHat 9 PHP version: 5.0.0b1 (beta1) PHP Bug Type: Apache...
  3. #2

    Default Re: Require Help Regarding Deployment......

    Hi,
    VS.Net 2003 deployment package does not have the ability to automatically install the .net framework if not found in the client system.
    This is can be achieved using a plug-in which is available at [url]http://msdn.microsoft.com/vstudio/downloads/tools/bootstrapper/[/url].
    Thanks.
    Sambathraj
    "msnews.microsoft.com" <jamfiza12@hotmail.com> wrote in message news:OJbjGkITFHA.3140@TK2MSFTNGP14.phx.gbl...
    Hi Every Body,

    I build an application using vb.net.
    Now i m deploying on the client system.
    I know that the deployment automatically check the .net framework on the client system at startup.
    I include the .net framework in the deployment setup.
    I want that if the framework is not installed on the client system then my deployment wizared automatically install the framework which i include in the deployment package.

    How can i do this. What are the setttings are needed regarding this.

    Regards,

    Muhammad Jamil Nawaz
    Sambathraj Guest

  4. #3

    Default Re: Require Help Regarding Deployment......

    Deploying the Framework with you're application requires the use of merge modules. Here's a link to some information on that.

    [url]http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en[/url]


    Dave
    "msnews.microsoft.com" <jamfiza12@hotmail.com> wrote in message news:OJbjGkITFHA.3140@TK2MSFTNGP14.phx.gbl...
    Hi Every Body,

    I build an application using vb.net.
    Now i m deploying on the client system.
    I know that the deployment automatically check the .net framework on the client system at startup.
    I include the .net framework in the deployment setup.
    I want that if the framework is not installed on the client system then my deployment wizared automatically install the framework which i include in the deployment package.

    How can i do this. What are the setttings are needed regarding this.

    Regards,

    Muhammad Jamil Nawaz
    David Young Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139