Deployment vb issue

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

    Deployment vb issue

    When I build the deployment project for an application everything works.
    However, the two files instmsia.exe and instmsiw.exe do not appear with the
    setup files. I may be installing this on machines that will require them. Can
    someone please let me know how to rectify this. thanks in advance.

  • Herfried K. Wagner [MVP]

    #2
    Re: Deployment vb issue

    "Jeff G" <JeffG@discussi ons.microsoft.c om> schrieb:[color=blue]
    > When I build the deployment project for an application everything works.
    > However, the two files instmsia.exe and instmsiw.exe do not appear with
    > the
    > setup files. I may be installing this on machines that will require them.[/color]

    In the setup project's properties dialog, select "Windows Installer
    Bootstrapper" in the "Bootstrapp er:" combobox.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • Jeff G

      #3
      Re: Deployment vb issue

      That is already the option I have listed. The help came up with this
      statement for the Bootstrapper option:

      Note: For deployment projects that include a .NET Framework launch
      condition, the bootstrapper setting has no effect. because the .NET Framework
      installer already includes the bootstrapper. The bootstrapper files
      (Instmsia.exe and instmsiw.exe) will not be copied to the build directory.

      I checked in the launch conditions box and .net framwork is listed. Does
      this mean that the files (instmsia.exe and instmsiw.exe) are contained within
      my setup.exe because of this condition? Thanks

      "Herfried K. Wagner [MVP]" wrote:
      [color=blue]
      > "Jeff G" <JeffG@discussi ons.microsoft.c om> schrieb:[color=green]
      > > When I build the deployment project for an application everything works.
      > > However, the two files instmsia.exe and instmsiw.exe do not appear with
      > > the
      > > setup files. I may be installing this on machines that will require them.[/color]
      >
      > In the setup project's properties dialog, select "Windows Installer
      > Bootstrapper" in the "Bootstrapp er:" combobox.
      >
      > --
      > M S Herfried K. Wagner
      > M V P <URL:http://dotnet.mvps.org/>
      > V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
      >
      >[/color]

      Comment

      • Robert Schoen

        #4
        Re: Deployment vb issue

        Please check out information related to "bootstrapping" . Hopefully you will find it helpful...



        Robert S (MSFT Visual Basic QA)
        --------------------------------------------------------------------
        This reply is provided AS IS, without warranty (express or implied).
        --------------------[color=blue]
        >Thread-Topic: Deployment vb issue
        >thread-index: AcUPmahCV8gW/IXfT3CojFLTe/6GCQ==
        >X-WBNR-Posting-Host: 68.62.110.187
        >From: =?Utf-8?B?SmVmZiBH?= <JeffG@discussi ons.microsoft.c om>
        >References: <00F42E66-F2C8-4C4B-9EA3-D5A2B6C69B0B@mi crosoft.com> <u$xzUc4DFHA.33 76@TK2MSFTNGP12 .phx.gbl>
        >Subject: Re: Deployment vb issue
        >Date: Thu, 10 Feb 2005 09:55:07 -0800
        >Lines: 29
        >Message-ID: <780AA99C-C1B9-4304-80AF-1376D354D708@mi crosoft.com>
        >MIME-Version: 1.0
        >Content-Type: text/plain;
        > charset="Utf-8"
        >Content-Transfer-Encoding: 7bit
        >X-Newsreader: Microsoft CDO for Windows 2000
        >Content-Class: urn:content-classes:message
        >Importance: normal
        >Priority: normal
        >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
        >Newsgroups: microsoft.publi c.dotnet.langua ges.vb
        >NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.1.29
        >Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA03.phx.gbl
        >Xref: TK2MSFTNGXA01.p hx.gbl microsoft.publi c.dotnet.langua ges.vb:70314
        >X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb
        >
        >That is already the option I have listed. The help came up with this
        >statement for the Bootstrapper option:
        >
        >Note: For deployment projects that include a .NET Framework launch
        >condition, the bootstrapper setting has no effect. because the .NET Framework
        >installer already includes the bootstrapper. The bootstrapper files
        >(Instmsia.ex e and instmsiw.exe) will not be copied to the build directory.
        >
        >I checked in the launch conditions box and .net framwork is listed. Does
        >this mean that the files (instmsia.exe and instmsiw.exe) are contained within
        >my setup.exe because of this condition? Thanks
        >
        >"Herfried K. Wagner [MVP]" wrote:
        >[color=green]
        >> "Jeff G" <JeffG@discussi ons.microsoft.c om> schrieb:[color=darkred]
        >> > When I build the deployment project for an application everything works.
        >> > However, the two files instmsia.exe and instmsiw.exe do not appear with
        >> > the
        >> > setup files. I may be installing this on machines that will require them.[/color]
        >>
        >> In the setup project's properties dialog, select "Windows Installer
        >> Bootstrapper" in the "Bootstrapp er:" combobox.
        >>
        >> --
        >> M S Herfried K. Wagner
        >> M V P <URL:http://dotnet.mvps.org/>
        >> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
        >>
        >>[/color]
        >[/color]


        Comment

        Working...