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

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

[Octave-bug-tracker] [bug #58320] [mxe-octave] Add ability to specify a


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58320] [mxe-octave] Add ability to specify a local or allusers install from the installer
Date: Thu, 21 May 2020 04:28:46 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0

Follow-up Comment #25, bug #58320 (project octave):

That sounds reasonable to me. Please, go ahead.

I got the escaping of the double quote characters in the string wrong. This
change should hopefully work better:

diff -r 779a4cf71d46 -r cdd4a283036a tools/makeinst-script.sh.in
--- a/tools/makeinst-script.sh.in       Sun May 17 22:15:34 2020 -0400
+++ b/tools/makeinst-script.sh.in       Thu May 21 10:22:10 2020 +0200
@@ -307,9 +307,9 @@
 
 \${if} \$MultiUser.Privileges == "Admin"
   # if admin, maybe was forced to admin from Add Remove Apps
-  MessageBox MB_ICONEXCLAMATION|MB_OK "Could not find matching install in
registry.\$\nTry running the unistaller from the start menu or installed
folder \$INSTDIR" /SD IDOK
+  MessageBox MB_ICONEXCLAMATION|MB_OK 'Could not find uninstallation
information in registry.\$\nTry running the uninstaller from the start menu or
from the installation folder "\$INSTDIR".' /SD IDOK
 \${Else}
-  MessageBox MB_ICONEXCLAMATION|MB_OK "Could not find matching install in
registry for \$(^Name) using \$INSTDIR - Can not uninstall!" /SD IDOK
+  MessageBox MB_ICONEXCLAMATION|MB_OK 'Could not find uninstallation
information in registry for GNU Octave installed in "\$INSTDIR" for user
"\$(^Name)".\$\nCan not uninstall!' /SD IDOK
 \${EndIf}
   Abort
 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58320>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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