Deploying Framework and EXE

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

    Deploying Framework and EXE

    I have an EXE that I want to deploy to approx 200 PCs.
    Is there a way to create a setup package that executes my
    EXE after the framework has been installed? I want to
    perform a silent install of the framework, then kick off
    the EXE. If there's a better way to do this please let
    me know.

    Thanks! Brant
  • Huihong

    #2
    Re: Deploying Framework and EXE

    Take a look of our new tool,



    It does exactly what you want. It builds a minimum set of
    framework files, and silently deloys your app to machines
    that have not pre-installed the .NET Framework.

    Huihong
    Remotesoft, Inc.
    [color=blue]
    >-----Original Message-----
    >I have an EXE that I want to deploy to approx 200 PCs.
    >Is there a way to create a setup package that executes my
    >EXE after the framework has been installed? I want to
    >perform a silent install of the framework, then kick off
    >the EXE. If there's a better way to do this please let
    >me know.
    >
    >Thanks! Brant
    >.
    >[/color]

    Comment

    • David Guyer [MS]

      #3
      RE: Deploying Framework and EXE

      I would recommend looking at the .NET Frameworks bootstrapper sample. By
      running the setup.exe, the .NET Frameworks will be installed if it isn't
      already, and then your .MSI will be run.

      Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.



      ---
      David Guyer - VBQA Deployment Testing
      This posting is provided "AS IS" with no warranties, and confers no rights.
      --------------------[color=blue]
      >Content-Class: urn:content-classes:message
      >From: "Brant" <iregistration@ yahoo.com>
      >Sender: "Brant" <iregistration@ yahoo.com>
      >Subject: Deploying Framework and EXE
      >Date: Wed, 15 Oct 2003 08:04:16 -0700
      >Lines: 8
      >Message-ID: <2bac401c3932d$ 9a572680$a60128 0a@phx.gbl>
      >MIME-Version: 1.0
      >Content-Type: text/plain;
      > charset="iso-8859-1"
      >Content-Transfer-Encoding: 7bit
      >X-Newsreader: Microsoft CDO for Windows 2000
      >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
      >Thread-Index: AcOTLZpXhJ+Q1Z3 XRJKmNvOGo3roeQ ==
      >Newsgroups: microsoft.publi c.dotnet.genera l
      >Path: cpmsftngxa06.ph x.gbl
      >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:111990
      >NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
      >X-Tomcat-NG: microsoft.publi c.dotnet.genera l
      >
      >I have an EXE that I want to deploy to approx 200 PCs.
      >Is there a way to create a setup package that executes my
      >EXE after the framework has been installed? I want to
      >perform a silent install of the framework, then kick off
      >the EXE. If there's a better way to do this please let
      >me know.
      >
      >Thanks! Brant
      >[/color]

      Comment

      Working...