[GRASS-dev] [GRASS GIS] #2755: Commandline switch "/S" is not working anymore

GRASS GIS trac at osgeo.org
Tue Jan 12 06:15:34 PST 2016


#2755: Commandline switch "/S" is not working anymore
---------------------------+-------------------------
  Reporter:  derseppel     |      Owner:  grass-dev@…
      Type:  defect        |     Status:  new
  Priority:  normal        |  Milestone:  7.0.3
 Component:  Installation  |    Version:  7.0.1
Resolution:                |   Keywords:  wingrass
       CPU:  Unspecified   |   Platform:  MSWindows 7
---------------------------+-------------------------

Comment (by hellik):

 Replying to [comment:11 hellik]:
 >
 > {{{
 > 4.9.4.12 IfSilent
 >
 > jump_if_silent [jump_if_not]
 >
 > Checks the silent flag, and jumps to jump_if_silent if the installer is
 silent, otherwise jumps to jump_if_not. The silent flag can be set by
 SilentInstall, SilentUninstall, SetSilent and by the user passing /S on
 the command line.
 >
 > IfSilent +2
 >   ExecWait '"$INSTDIR\nonsilentprogram.exe"'
 > }}}

 maybe another (easier?) way to skip the MS runtime installation in silent
 mode?

 {{{
 ${IfNot} ${Silent}
   ....
 ${EndIf}
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2755#comment:12>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list