I would like to create a application Installer that installs my application on a remote server.
Basically I want my Installer to install the application on a windows server and i just give it the address and credentials.
I already got the installer working on a local machine. but now i want it to install on a given server.
PSExec is your friend.
You can use it to run your installer remotely, but you will need access to the remote machine to install it in the first place.