Hello,
After my installation there must run a service, so i thought, i do this :
!define MUI_FINISHPAGE_RUN "$CMDLINE"
!define MUI_FINISHPAGE_RUN_PARAMETERS "net start filedisk"
but nothing happens...
$cmdline
2 posts
2 posts
But that's not even needed as net is a program and not an internal command of cmd.exe. You can use $SYSDIR\net.exe.ReadEnvStr $0 COMSPEC