HI,
I need to re-build msi through program using c#. I tried to re-build through Command Prompt. Its working fine when i run through dos prompt. I wanna implement the same from Code behind..User will give their Local MSI path to the website(Application) and from the server (site) i need to re-build the msi using the following command which will re-build the msi.
How to run these commands from Code Behind.
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE>devenv
/build deb
ug "C:\MSI Solution Path"
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE>devenv
/run "C:\MSI SOlution path"
I dont want Batch file. I tried out javascript but lot of security is issue and window script 5.6 issue. Please kindly advice me to solve this issue ASAP.
Thanks and Regards
Prabhu Prakash