You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shaswata Das
5c6fe3db62
|
4 years ago | |
---|---|---|
.. | ||
dirmake.txt | 4 years ago | |
empty.txt | 4 years ago | |
hardcode.lst | 4 years ago | |
header.ddf | 4 years ago | |
iisend.inx | 4 years ago | |
iistop.inx | 4 years ago | |
infutil.csv | 4 years ago | |
makefile | 4 years ago | |
makefile.inc | 4 years ago | |
readme.txt | 4 years ago | |
sources | 4 years ago |
readme.txt
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!