I need to register asp.net in iis, so I run aspnet_regiis.
Now, the second line works fine on x64 windows, but the first line never works. What am I doing wrong?ExecWait '"$%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" -i'
ExecWait '"$%systemroot%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe" -i'