473,655 Members | 3,114 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Setup Package : How to include aspx in msi?

Tom
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
Nov 18 '05 #1
1 2697
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" <ke*****@yahoo. com> wrote in message
news:69******** *************** ***********@mic rosoft.com...
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: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 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

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1259
by: Jack Orenstein | last post by:
I'm using Python 2.2 on RH9. I have a set of Python modules organized into a root package and one other package named foobar. setup.py looks like this: from distutils.core import setup setup( name = 'foobar', version = '0.3', description = 'Foo Bar',
0
2112
by: Angela | last post by:
http://support.microsoft.com/default.aspx?scid=KB;EN- US;Q324906& >-----Original Message----- >I'm trying to create a Web SetUp Project for a web >application my team recently developed.
4
1907
by: Kanaiya | last post by:
hello how to mak complete setup so any dependencies and dll which we have used are put in set file. -- With regards, Gangani Kanaiya.
1
374
by: Tom | last post by:
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.
1
1191
by: Jan K | last post by:
Hello, I've a web setup project where I include a custom action and an Installer class, in order to disable anonymous access in the web-application to be created. This was done by following the article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchusingcustomactionstomodifyinternetinformationserverduringdeployment.asp - "Modifying Internet Information Services During Deployment with Custom...
1
1580
by: Totto | last post by:
Hi, Is it possibel to include installation of dotnetfx and mdac in a setup project ? Tnx Totto
2
2752
by: Rabbit | last post by:
I like the feature of "Publish Web Site", because it can deploy a compiled version of my web solution. But currently I need to deploy Crystal report onto IIS with only .Net 2.0, so I'm trying to create a web setup project to include crystal report merge assemblies files. The problem I'm having now is Web Setup Project (.msi) will include all source code files, how can I create such project with all source files compiled like "Publish Web...
3
1920
by: =?Utf-8?B?WmlhbmdpIEpvbmVz?= | last post by:
Hi, I m using VS .NET 2003 to create a website. Using the setup package I create a setup as well. But this setup has files with actual code in it & not pre-compiled DLLs. Please let me know what needs to be done to ensure that DLLs are produced & not code files. Note: BOTH 'codebehind' & 'SRC' attribute has been used. --
1
1109
by: Matt F | last post by:
When researching how to launch an application at the end of an install, I found a bit of information but just getting to the examples that I need is difficult and a little confusing. Note that launching at end of install should not really be that difficult. Upon searching I found: http://msdn2.microsoft.com/en-us/library/aa372402(VS.85).aspx I'm thinking "GREAT" this is exactly what I've been looking for. The information is a little...
0
8296
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8710
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4299
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2721
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1928
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1598
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.