WindowsXP-SP1/inetsrv/iis/setup/imh6
2020-09-30 16:53:49 +02:00
..
goldfiles First commit 2020-09-30 16:53:49 +02:00
chkcab.cmd First commit 2020-09-30 16:53:49 +02:00
dirmake.txt First commit 2020-09-30 16:53:49 +02:00
hardcode.lst First commit 2020-09-30 16:53:49 +02:00
header.ddf First commit 2020-09-30 16:53:49 +02:00
iisend.inx First commit 2020-09-30 16:53:49 +02:00
iisinfsp.pl First commit 2020-09-30 16:53:49 +02:00
iistop.inx First commit 2020-09-30 16:53:49 +02:00
iisv4.inf First commit 2020-09-30 16:53:49 +02:00
infutil.csv First commit 2020-09-30 16:53:49 +02:00
makecab.cmd First commit 2020-09-30 16:53:49 +02:00
makecab.lst First commit 2020-09-30 16:53:49 +02:00
makecab1.cmd First commit 2020-09-30 16:53:49 +02:00
makefile First commit 2020-09-30 16:53:49 +02:00
makefile.inc First commit 2020-09-30 16:53:49 +02:00
readme.txt First commit 2020-09-30 16:53:49 +02:00
setup.exe First commit 2020-09-30 16:53:49 +02:00
sources First commit 2020-09-30 16:53:49 +02:00

info on things to watch out for when adding a file to iis
---------------------------------------------------------

Adding a binary file to iis

1. You have to change iisend.inx
   as well as iismid_*.inx
   as well as iisend_*.inx to make the file install

2. you'll have to change nt\inetsrv\iis\placefil.txt to make the file binplace to the binaries dir
   or nt\inetsrv\iis\placefil5.txt if it's for the iis51 built only binaries

3. you'll have to add the file to hardcode.lst
   (so that postbuild info on this file is created and so that localization knows that it must localizes this file)
   localization looks in this file to determine which files it needs to localize that are outside of the cabs...

4. You'll have to modify nt\mergedcomponents\setupinfs\layout.inx
   and make sure that the file gets downloaded during winnt32.exe for the right SKU (and only for those sku's!)

5. if the file is in regard to inetmgr, then adminpak needs to get notifed of any changes!

6. if the file is another counter then, have to investigate if it's a ia64 counter that needs to be installed in the syswow64 directory on ia64 machines!