Problem creating deployment package?

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

  1. #1

    Default Problem creating deployment package?

    I have installed the .NET Framework 2.0 and I need to create a deployment
    package for the Machine runtime security policy, but when I run the
    Deployment Package Wizard from the .NET Framework 2.0 Configuration
    application, it fails with the following error message:

    "The wizard experienced an error modifying C:\Documents and
    Settings\olavt\My Documents\MachinePolicy.msi"

    I have tried the same with the 1.1 application and it works fine, but I need
    to do this for .NET 2.0.

    Olav


    Olav Tollefsen Guest

  2. Similar Questions and Discussions

    1. Deployment problem mx:HTTPService
      We developed a Flex application in a local RAD/Websphere development environment where it works fine. However after we loaded to the QA...
    2. Deployment problem
      i have a problem in deploying the application written in visual studio.net. the project works well on my localhost but when i upload it to the...
    3. Creating Landesk Adobe 5 package
      Attached is a topic posted last year for the very same problem I am having, IF anyone has more information about packaging Acrobat 5.05 please reply....
    4. [XPOST]Problem with deployment of ASP.NET app
      Hi Yoyo, Thank you for your email. 1. Please lauch VS.NET, and open your web setup project first. 2. In the solution explorer, right click the...
    5. creating deb package of xfree86 4.3 from source?
      Hello all, I am setting up sarge with video unsupported by xfree86 4.2. I know I can use the install script, but I wondered if I should turn the...
  3. #2

    Default Re: Problem creating deployment package?

    Hello Olav,

    maybe a Beta Bug...

    also - be careful - if you deply policy like this in your network - the resulting
    MSI will overwrite all other policy changes you probably made before. If
    you haven't done changes before - keep that in mind for future policy updates....

    A better way to modify policy (and even provide a uninstall of policy modifications)
    is to modify it programmatically and deploy that in an MSI file...

    ---------------------------------------
    Dominick Baier - DevelopMentor
    [url]http://www.leastprivilege.com[/url]
    > I have installed the .NET Framework 2.0 and I need to create a
    > deployment package for the Machine runtime security policy, but when I
    > run the Deployment Package Wizard from the .NET Framework 2.0
    > Configuration application, it fails with the following error message:
    >
    > "The wizard experienced an error modifying C:\Documents and
    > Settings\olavt\My Documents\MachinePolicy.msi"
    >
    > I have tried the same with the 1.1 application and it works fine, but
    > I need to do this for .NET 2.0.
    >
    > Olav
    >


    Dominick Baier [DevelopMentor] 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