Hi,
I'm going to use cassini in command line mode from my wpf application which means that i will have to start a commandline process from my c# code.
The problem I have is that I need to know exactly what folder the cassini web server prerequisit was installed into (program files x86 for 64bit, "Program" if you have swedish windows and so on).
Do you know how I can get a handle to that folder in my code, or maybe better, can I install the cassini web prerequisit into the same folder as my wpf application? I havent found any setting for customize the installfolder when setting it up as a prerequisit in my setup project in visual studio. it is importsant that the user cannot alter the install path which would result in that my wpf program cannot find the webserver exe.