SSH + Cygwin + Msiexec

2010-05-05 Thread Lokolo
Hey, I am trying to run a ssh command to install something silently. However, when it tries to install it says File Cannot Be Found. However, I believe its more of a 'No permission to do this', as the file exists. I can run the Msiexec command manually (remote desktop + CMD

msiexec

2010-01-15 Thread geoffrey
I would like using msiexec.exe /i package.msi /qn My package haven't got any control panel. It is work in the local cygwin on the computer. But when i try in a ssh session it doesn't work . Why ? ssh administrat...@ip cd /cygdrive/c/app/ ;msiexec /i app.msi /qn -- View this message in context

Re: msiexec

2010-01-15 Thread Corinna Vinschen
On Jan 15 00:20, geoffrey wrote: I would like using msiexec.exe /i package.msi /qn My package haven't got any control panel. It is work in the local cygwin on the computer. But when i try in a ssh session it doesn't work . Why ? ssh administrat...@ip If msiexec requires the GUI, then you're