Web Setup Package : How to include aspx in msi?

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

    Web Setup Package : How to include aspx in msi?

    Hi

    I developed a web application and want to create the setup package msi file

    I created a a project and chose "Installer Web Project"

    I set the URL to be http://localhost:808

    I chose all needed output project dll files.

    I built it in release mode

    There are setup.msi and setup.exe files under Release folder

    However, the msi seems does not includes aspx pages and image files because the file size is extremely small and not allow to include all images

    Then, I add files by choosing aspx pages. e.g. wwwroot/webapp/admin/test.aspx.

    I cannot choose the admin folder and get the aspx file. It requires to browse to the text.aspx

    I have over 100 aspx pages, it is impossible for me to do it one by one

    My question is how to include aspx pages and image files to .msi

    Thanks for help
  • Martin Dechev

    #2
    Re: Web Setup Package : How to include aspx in msi?

    Hi, Tom,

    When you right-click the setup project and choose Add->Project choose not
    only the primary output but the content files too.

    Hope this helps
    Martin
    "Tom" <kerocow@yahoo. com> wrote in message
    news:696507FD-AA66-4470-87AF-EE5D748A9572@mi crosoft.com...[color=blue]
    > Hi,
    >
    > I developed a web application and want to create the setup package msi[/color]
    file.[color=blue]
    >
    > I created a a project and chose "Installer Web Project".
    >
    > I set the URL to be http://localhost:8080
    >
    > I chose all needed output project dll files.
    >
    > I built it in release mode.
    >
    > There are setup.msi and setup.exe files under Release folder.
    >
    > However, the msi seems does not includes aspx pages and image files[/color]
    because the file size is extremely small and not allow to include all
    images.[color=blue]
    >
    > Then, I add files by choosing aspx pages. e.g.[/color]
    wwwroot/webapp/admin/test.aspx.[color=blue]
    >
    > I cannot choose the admin folder and get the aspx file. It requires to[/color]
    browse to the text.aspx.[color=blue]
    >
    > I have over 100 aspx pages, it is impossible for me to do it one by one.
    >
    > My question is how to include aspx pages and image files to .msi?
    >
    > Thanks for help[/color]


    Comment

    Working...