deploy software

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

    deploy software

    I would like to build a software in c# where I can deploy software to remote
    computers. I do not have access to group policies or ad. Can someone help me
  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: deploy software

    Hi,

    Can you use SMS? here in my office they use it a lot.

    If not you could use a web app , or create a .msi and put it accesible from
    a web page.

    Cheers,

    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation

    "freddy" <freddy@discuss ions.microsoft. com> wrote in message
    news:E1EBA2C8-5432-4DC7-8354-3649CA079A59@mi crosoft.com...[color=blue]
    >I would like to build a software in c# where I can deploy software to
    >remote
    > computers. I do not have access to group policies or ad. Can someone help
    > me[/color]


    Comment

    • freddy

      #3
      Re: deploy software

      so I would have to use remoting right? Can you give me an example

      "Ignacio Machin ( .NET/ C# MVP )" wrote:
      [color=blue]
      > Hi,
      >
      > Can you use SMS? here in my office they use it a lot.
      >
      > If not you could use a web app , or create a .msi and put it accesible from
      > a web page.
      >
      > Cheers,
      >
      > --
      > Ignacio Machin,
      > ignacio.machin AT dot.state.fl.us
      > Florida Department Of Transportation
      >
      > "freddy" <freddy@discuss ions.microsoft. com> wrote in message
      > news:E1EBA2C8-5432-4DC7-8354-3649CA079A59@mi crosoft.com...[color=green]
      > >I would like to build a software in c# where I can deploy software to
      > >remote
      > > computers. I do not have access to group policies or ad. Can someone help
      > > me[/color]
      >
      >
      >[/color]

      Comment

      • Ignacio Machin \( .NET/ C# MVP \)

        #4
        Re: deploy software

        Hi,

        No really, remoting is to execute code that reside in another machine, what
        you want is to get the code to that other machine :)

        see if you can use SMS

        cheers,

        --
        Ignacio Machin,
        ignacio.machin AT dot.state.fl.us
        Florida Department Of Transportation


        "freddy" <freddy@discuss ions.microsoft. com> wrote in message
        news:27A12D2C-77BF-4D1A-B926-750039CA29D8@mi crosoft.com...[color=blue]
        > so I would have to use remoting right? Can you give me an example
        >
        > "Ignacio Machin ( .NET/ C# MVP )" wrote:
        >[color=green]
        >> Hi,
        >>
        >> Can you use SMS? here in my office they use it a lot.
        >>
        >> If not you could use a web app , or create a .msi and put it accesible
        >> from
        >> a web page.
        >>
        >> Cheers,
        >>
        >> --
        >> Ignacio Machin,
        >> ignacio.machin AT dot.state.fl.us
        >> Florida Department Of Transportation
        >>
        >> "freddy" <freddy@discuss ions.microsoft. com> wrote in message
        >> news:E1EBA2C8-5432-4DC7-8354-3649CA079A59@mi crosoft.com...[color=darkred]
        >> >I would like to build a software in c# where I can deploy software to
        >> >remote
        >> > computers. I do not have access to group policies or ad. Can someone
        >> > help
        >> > me[/color]
        >>
        >>
        >>[/color][/color]


        Comment

        Working...