mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Mypal portable mode
This commit is contained in:
parent
32c50fd018
commit
633ef1c426
24 changed files with 299 additions and 25 deletions
|
|
@ -4972,6 +4972,10 @@
|
|||
!define INSTALLTYPE_CUSTOM 2
|
||||
!endif
|
||||
|
||||
!ifndef INSTALLTYPE_PORTABLE
|
||||
!define INSTALLTYPE_PORTABLE 3
|
||||
!endif
|
||||
|
||||
/**
|
||||
* Checks whether to display the current page (e.g. if not performing a custom
|
||||
* install don't display the custom pages).
|
||||
|
|
@ -5649,6 +5653,7 @@
|
|||
Push $R9
|
||||
|
||||
IntCmp $InstallType ${INSTALLTYPE_CUSTOM} end +1 +1
|
||||
IntCmp $InstallType ${INSTALLTYPE_PORTABLE} end +1 +1
|
||||
${CanWriteToInstallDir} $R9
|
||||
StrCmp "$R9" "false" end +1
|
||||
${CheckDiskSpace} $R9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue