Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie
This commit is contained in:
commit
09df7c7261
|
@ -619,7 +619,6 @@ SBIE2244 Failed to mount box image, Password required
|
|||
SBIE2246 Failed to mount box image, ImBox error %2
|
||||
.
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# SbieDrv
|
||||
#
|
||||
|
@ -634,7 +633,6 @@ SBIE2301 %2
|
|||
SBIE2302 Process image configuration conflict: %2
|
||||
.
|
||||
|
||||
|
||||
2303;pop;err;01
|
||||
SBIE2303 Could not hook %2
|
||||
.
|
||||
|
@ -4035,7 +4033,6 @@ The certificate is not valid.
|
|||
The certificate is valid and has been successfully applied.
|
||||
.
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# SandboxieInstall
|
||||
#----------------------------------------------------------------------------
|
||||
|
|
|
@ -4992,7 +4992,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
<item row="9" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="chkHideHostApps">
|
||||
<property name="toolTip">
|
||||
<string>This option hides the registry path *Software*MicrosoftWindowsCurrentVersionUninstall*, allowing software installed on the host to be reinstalled in the sandbox. However, it does not hide software-specific files and folders. If the installer still encounters issues, you will need to define custom WriteFilePath entries to hide the relevant files on disk.</string>
|
||||
<string>This option hides the registry path *\Software*\Microsoft\Windows\CurrentVersion\Uninstall\*, allowing software installed on the host to be reinstalled in the sandbox. However, it does not hide software-specific files and folders. If the installer still encounters issues, you will need to define custom WriteFilePath entries to hide the relevant files on disk.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Hide the host software uninstall key (see tooltip)</string>
|
||||
|
|
Loading…
Reference in New Issue