Hello I have a problem with a web setup when ran on Server 2012 Essentials.
The setup is built with VS2010 (TargetPlatform is set to x86 in deployment project properties).
Web site files are correctly copied to 'C:\Program Files (x86)\Windows Server\Bin\webapps\site\MyWebSite', but the application physical path ends with 'C:\Program Files\Windows Server\Bin\webapps\site\MyWebSite'.
Of course this last path is wrong and the application won't work.
The custom action that creates the application obviously receives incorrect information. What is the name of the custom action that does that?