The switch I want is "--user"
Code by default:
WriteINIStr "$INSTDIR\\overrwdef.ini" "System" "OverWrite" "0 ; If enabled Program will use overwrite profile settings when run" Code I want optional:WriteINIStr "$INSTDIR\\overrwdef.ini" "System" "OverWrite" "1 ; If enabled Program will use overwrite profile settings when run" The code is in a section during file installation process, if you want to give InstallOptions thing, then it should be able to change within the section...