How Shell A command in Dos With Nsis?!
this codes not Work:
?
Exec 'bcdedit /set {current} safeboot Minimal'
nsExes::Exec 'bcdedit /set {current} safeboot Minimal'
ExecCmd::exec 'bcdedit /set {current} safeboot Minimal'
ExecDos::exec 'bcdedit /set {current} safeboot Minimal'

