I am maybe sorry for stupid question, but I've been googling it for a long time and found no solution, nothing works for me.
The thing is - I'd need regulary deploy a new version of our internal apps. Currently we're all at homeoffice and connected through VPN, so I'd love to write some BAT file to deploy the newest MSI. It doesn't have to be automatical, the users can start the update by themselves (= they can run the BAT when needed).
I am struggling with admin credentials - is there any way, how the normal users can just run a bat and somehow the admin credentials will be used for installation? I tried PsExec, but this is blocked on our firewalls, so PsExec can't connect to the computer.
My idea is that MSI file will be on our sharedrive and BAT can be stored locally. The user will run the BAT file, which will copy the MSI to local drive and run it as admin.
All works except the admin thing.
Would anyone, please, have any idea, how to sort it out? I'd say that /savecred is the last option for me. I am not really experienced in this, so once again, sorry for asking. But currently I need to remotely join to each person and do the installations manually and this would save me lot, I mean lot, of time..
Thank you so much in advance, if anyone knows or have any advice..