Hi!
I need to install the application in passive mode and register a web, all in a .bat
I try to do this:
msiexec.exe /qn /i "C:\Cassini\CassiniExplorerSetup.msi"
msiexec.exe /qn /i "C:\Cassini\CassiniServer2Setup.msi"
"%ProgramFiles%\UltiDev\Cassini Web Server for ASP.NET 2.0\UltiDevCassinWebServer2.exe" /register "C:\resources\Pruebas" 7ABEE8EC-5FFA-45f4-B881-6441D5B7C1E9 "Login.aspx" 80 /ignore
It seems to work because doesn't throw an error, but i can't access to web and if i go to cassini explorer nothing is register....
Later if i install "UltiDev Web Server Setup.exe" and execute the next command line, it works.
"%ProgramFiles%\UltiDev\Web Server\UWS.RegApp.exe" /r /AppID:{BFEA5241-1EAF-47C2-9E5B-ADE7AC9CE081} /Clr:2 /VDir:/Pruebas/autostart "/EndPoints:http://*:80/" "/Folder:C:\resources\Pruebas" "/AppName:Pruebas" /host:SharedNetworkService
I repeat, i need to do this in passive mode (without user window) but i don't know how. The first option do it but it doesn't work, and the second option i can't install "UltiDev Web Server Setup.exe" in passive mode...
Thanks!