--- /dev/null
+EOLUninstallDisable=1\r
+SilentAutoUpdateEnable=0\r
+EnableAllowList=1\r
+AutoUpdateDisable=1\r
+ErrorReportingEnable=1\r
+AllowListUrlPattern=https://workshop.fluidbook.com
\ No newline at end of file
; Set output path to the installation directory.\r
SetOutPath $INSTDIR\r
\r
- File "H:\Works\cubeExtranet\desktop\assets\install_flash_player_ppapi.exe"\r
+ File "H:\Works\cubeExtranet\desktop\assets\flashplayer32_0r0_344_winpep.msi"\r
File "H:\Works\cubeExtranet\desktop\assets\uninstall_flash_player.exe"\r
- ExecWait "$INSTDIR\uninstall_flash_player.exe"\r
- ExecWait "$INSTDIR\install_flash_player_ppapi.exe"\r
\r
; Put file there\r
SetOverwrite ifnewer\r
File /a /r "H:\Works\cubeExtranet\desktop\windows\workshop\windows-x32\"\r
\r
+ SetOverwrite on\r
+ ExecWait "$INSTDIR\uninstall_flash_player.exe -uninstall"\r
+ ExecWait "$WINDIR\System32\msiexec.exe /i $\"$INSTDIR\flashplayer32_0r0_344_winpep.msi$\" /qn /norestart"\r
+\r
+ SetOutPath $WINDIR\SysWOW64\Macromed\Flash\r
+ SetOverwrite on\r
+ File "H:\Works\cubeExtranet\desktop\assets\mms.cfg"\r
+\r
+ SetOutPath $WINDIR\System32\Macromed\Flash\r
+ SetOverwrite on\r
+ File "H:\Works\cubeExtranet\desktop\assets\mms.cfg"\r
+\r
; Create shortcut\r
CreateShortCut "$SMPROGRAMS\${FLUIDBOOKNAME}.lnk" "$INSTDIR\workshop.exe" "" "$INSTDIR\package.nw\icon.ico"\r
CreateShortCut "$DESKTOP\${FLUIDBOOKNAME}.lnk" "$INSTDIR\workshop.exe" "" "$INSTDIR\package.nw\icon.ico"\r
WriteRegStr HKCU "${REG_UNINSTALL}" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""\r
\r
WriteUninstaller "$INSTDIR\Uninstall.exe"\r
-\r
- ExecShell "" "$INSTDIR\workshop.exe"\r
SectionEnd\r
\r
Section "Uninstall"\r