Re: [WiX-users] A call to aspnet_regiis -s fails for newly created site

2009-07-24 Thread Neil Sleightholm
discussion for Windows Installer XML toolset. Subject: [WiX-users] A call to aspnet_regiis -s fails for newly created site Hello WiX Community, I have been browsing for the way to register ASP.NET 2.0 script maps for a site through this archive, and found an option to call the aspnet_regiis -s in

[WiX-users] A call to aspnet_regiis -s fails for newly created site

2009-07-24 Thread Yan Sklyarenko
Hello WiX Community, I have been browsing for the way to register ASP.NET 2.0 script maps for a site through this archive, and found an option to call the aspnet_regiis -s in the following custom action: It is scheduled after InstallFinalize like this: condition here Ho