Martijn Laan 6 jaren geleden
bovenliggende
commit
f99b31253d
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      Files/Languages/Dutch.isl
  2. 1 1
      whatsnew.htm

+ 1 - 1
Files/Languages/Dutch.isl

@@ -51,7 +51,7 @@ UninstallAppRunningError=Het verwijderprogramma heeft vastgesteld dat %1 op dit
 PrivilegesRequiredOverrideInstruction=Kies installatie modus
 PrivilegesRequiredOverrideContent1=Dit programma kan geïnstalleerd worden voor alle gebruikers (aanbevolen, maar vereist aanmelding als een systeembeheerder), of voor uzelf alleen.
 PrivilegesRequiredOverrideContent1WithQuestion=%1%n%nWilt u voor alle gebruikers installeren?
-PrivilegesRequiredOverrideConfirm1=Installeer voor alle gebruikers%nHet programma zal beschikbaar zijn voor gebruik voor alle gebruikers.
+PrivilegesRequiredOverrideConfirm1=Installeer voor alle gebruikers%nHet programma zal beschikbaar zijn voor gebruik voor alle gebruikers op deze computer.
 PrivilegesRequiredOverrideContent2=Dit programma kan geïnstalleerd worden voor uzelf alleen (aanbevolen), of voor alle gebruikers (vereist aanmelding als een systeembeheerder).
 PrivilegesRequiredOverrideContent2WithQuestion=%1%n%nWilt u voor uzelf alleen installeren?
 PrivilegesRequiredOverrideConfirm2=Installeer voor mijzelf alleen%nHet programma zal beschikbaar zijn voor gebruik voor uzelf alleen.

+ 1 - 1
whatsnew.htm

@@ -56,7 +56,7 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
   <li>Added new [Setup] section directive: <tt>PrivilegesRequiredOverridesAllowed</tt>, which can be set to one or more overrides which allow the end user to override the script's default <tt>PrivilegesRequired</tt> setting. The following overrides are supported: <tt>commandline</tt> and <tt>msgbox</tt>.</li>
   <ul>
     <li>If override <tt>commandline</tt> is allowed then Setup will support two additional command line parameters to override the script's default <tt>PrivilegesRequired</tt> setting: /ALLUSERS and /CURRENTUSER.</li>
-    <li>If override <tt>msgbox</tt> is allowed then Setup will ask the user whether administrative or non administrative install mode should be used based on the script's default <tt>PrivilegesRequired</tt> setting (<a href="https://i.imgur.com/YoYvRh0.png">example</a>). Allowing <tt>msgbox</tt> automatically allows <tt>commandline</tt> and when one of the command line parameters is used then Setup will not ask the user.</li>
+    <li>If override <tt>msgbox</tt> is allowed then Setup will ask the user to choose the install mode based on the script's default <tt>PrivilegesRequired</tt> setting (<a href="https://i.imgur.com/YoYvRh0.png">example</a> if <tt>PrivilegesRequired</tt> is set to <tt>admin</tt>). Allowing <tt>msgbox</tt> automatically allows <tt>commandline</tt> and when one of the command line parameters is used then Setup will not ask the user.</li>
   </ul>
   <li>Inno Setup's own installer now supports both administrative and non administrative mode and allows the <tt>commandline</tt> override.</li>
 </ul>