I\'ve got a bit of a challenge with a Windows 2003 machine where I need to run the web deploy agent on a port which isn\'t 80. By default, MsDepSvc will expose an endpoint a
It is also worth knowing the magic behind finding out what property is stored in which registry key - enter Orca.exe - invaluable and simple to use tool for reading/modifying MSI database (try not to modify though).
First, we need to find the property in the Property table
Once the property is found, go to the Registry table and find where it is inserted.