Hello,
My service is written in C# and works wonderfully but i cannot remember how to install onto the server which is Windows 2003. I can install locally using InstallUtil but cannot remember how to install on the server. Is there a way of doing this in a bat file by setting a path then doing gacutil -i windowService.e xe without SN'ing?
Thanks.
My service is written in C# and works wonderfully but i cannot remember how to install onto the server which is Windows 2003. I can install locally using InstallUtil but cannot remember how to install on the server. Is there a way of doing this in a bat file by setting a path then doing gacutil -i windowService.e xe without SN'ing?
Thanks.
Comment