octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43824] Network share not ready after installa


From: Armin Müller
Subject: [Octave-bug-tracker] [bug #43824] Network share not ready after installation
Date: Tue, 16 Dec 2014 15:00:47 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0

Follow-up Comment #4, bug #43824 (project octave):

No, this is not what I suggested. I agree with you that the installer needs
admin rights (UAC) during installation.

The problem might be around makeinst-script.sh line 112


!define MAIN_APP_EXE "octave.bat"
...
!define MUI_FINISHPAGE_RUN "$INSTDIR\${MAIN_APP_EXE}"
!define MUI_FINISHPAGE_RUN_PARAMETERS "--force-gui"
...


There should be some mechanism to restore Integrity Level after installation.
I'm thinking of something like


runas /user:%USERDOMAIN%%USERNAME% "$INSTDIR\${MAIN_APP_EXE}" "--force-gui"


The drawback here is that the user has to type his/her password again. Maybe
there is some more elegant solution. I'm not the NSIS expert, unfortunately.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43824>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]