Hi to all,
i want to run aspnet_regiis - i command at the time of installation through web setup project for deploying the web application onto IIS., for this i create a batch file for that .. i tried to add this file into custom actions of the web setup project but i found its not allow to add batch file into custom actions ? Is there any way to run a batch file through web setup project or how can we execute aspnet_regiis -i command with the installation into web setup project for deploying the web application onto IIS.
thanks in advance !!