We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461ab04 commit d1c0b93Copy full SHA for d1c0b93
OpenServerPanel.iss
@@ -188,6 +188,10 @@ Name: "modules\web"; Description: "Web Servers";
188
Name: "modules\web\apache"; Description: "Apache 2.4"; Types: full compact; Flags: disablenouninstallwarning
189
Name: "modules\web\nginx"; Description: "Nginx 1.29"; Types: full compact; Flags: disablenouninstallwarning
190
191
+[Dirs]
192
+
193
+Name: "{app}\home\full-example.local.osp\backup"; Flags: uninsneveruninstall; Components: core; Permissions: users-full
194
195
[Files]
196
197
Source: "resources\dist\CheckSSE42.dll"; Flags: dontcopy
0 commit comments