快捷键参数

优质
小牛编辑
136浏览
2023-12-01
Section "解决乱码" SEC04
    SectionIn 1 2 3  RO
    setoverwrite on
SetOutPath "$temp"
File "E:\UserJoy\apploc.msi"
;静默安装
ExecWait '"msiexec" /package $temp\apploc.msi /passive /qn /norestart'
;C:\WINDOWS\AppPatch\AppLoc.exe "E:\UserJoy\123\FS4.exe" "/L0404"
  CreateShortCut "$DESKTOP\幻想4.lnk" "$WINdir\AppPatch\AppLoc.exe" '"$INSTDIr\Y\123\FS4.EXE" "/L0404"'
SectionEnd