Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

asp and win 2003


2 replies to this topic

arik__y

arik__y
  • Members
  • 10 posts

Posted 06 June 2004 - 17:09

By default win 2003 come with no IIS, no www, and no asp
If you like to add then you need to go to add/remove program window components and select the “feature” to install

My q is how to detect during the install that the asp is install on the target machine?



Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 09 June 2004 - 02:40

If ASP is installed using windows installer you should be able to query the windows installer database for the product GUID the install uses. Try to install ASP and use MSIZap to see a list of all Windows Installer setups on the system. The good news is that if the ASP is a real windows installer setup you may be able to automatically invoke the installation of it during your own setup.
Regards
-Stein Åsmul

arik__y

arik__y
  • Members
  • 10 posts

Posted 10 June 2004 - 11:32

Hi and thanks for your replay

I found a registry key that give me the necessary information

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents\
iis_asp 1/0
1= on 0 = off

You can read more here
http://www.microsoft...d/13_s3iis.mspx