Installer help
Installer help
I am trying to install a certain program (Postman) on Windows 10 using DosBatch. Installer does not have any switches I could use and OPSI setup detector does not recognize it (it has a .nupkg extension, when I extract it.)
I can use DosBatch to install it, but the problem is that the local non-admin account that i want it installed on will not have permissions to access it. Does anyone maybe have some ideas, how to get past this issue?
Re: Installer help
https://www.getpostman.com/downloads/
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Installer help
I think it might have something to do with the fact, that the account I am trying to install this on is a standard non-admin local windows account and I am installing it using systems DosBatch, so it installs it under system Administrators account? But after the installer runs, the files do not show up under C:\Users\Administrator\AppData\Local\Postman as well. Since the installer does not have any switches I could use, I do not have the option change the installation directory to my non-admin user.
Does anyone have any ideas, how to get around this?
Re: Installer help
Perhaps you can find it here:
Code: Alles auswählen
%WinDir%\system32\config\systemprofile\AppData
Afterwards i created a shortcut to the update.exe inside the temp location and added
Code: Alles auswählen
--processStart "Postman.exe"
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Installer help
