-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathSetupPackager.pbp
More file actions
69 lines (68 loc) · 3.1 KB
/
SetupPackager.pbp
File metadata and controls
69 lines (68 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 6.20 (Windows - x64)">
<section name="config">
<options closefiles="1" openmode="0" name="Setup Packager for Intune"/>
</section>
<section name="data">
<explorer view="..\..\ProgramData\PureBasic\Examples\" pattern="0"/>
<log show="1"/>
<lastopen date="2025-06-01 18:50" user="taski" host="TUGIS-NOTEBOOK"/>
</section>
<section name="files">
<file name="SetupPackager.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="1" panelstate="+"/>
<fingerprint md5="de0c80e607b6a4881e2b953d6f82c6d1"/>
</file>
<file name="Libraries\Registry.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="2" panelstate="++"/>
<fingerprint md5="4a76b0dbca02985e4e19a7af4101398c"/>
</file>
<file name="Forms\MainWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="3" panelstate="++"/>
<fingerprint md5="aca4b70c8dd95eacecff173dab7740b4"/>
</file>
<file name="Forms\AboutWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="4" panelstate="++"/>
<fingerprint md5="aa546bc882feb33a507702a39f170621"/>
</file>
<file name="Forms\DetailsWindow_MSI.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="5" panelstate="++"/>
<fingerprint md5="6026c59836d3e75696648cf8ccbb0134"/>
</file>
<file name="Forms\DebuggerWindow_PSADT.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="6" panelstate="++"/>
<fingerprint md5="016333212ece648ffe13c81bc91685e0"/>
</file>
<file name="Forms\CreationWindow_PSADT.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="7" panelstate="++"/>
<fingerprint md5="936cc75a44b6bc5e3e5d58ffabb3c47e"/>
</file>
<file name="Forms\SearchWindow_InstalledApps.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="8" panelstate="++"/>
<fingerprint md5="ca4b7793882bcd99981c0fcf3b2f3be2"/>
</file>
<file name="CHANGES.txt">
<config load="0" scan="0" panel="1" warn="1" lastopen="1" sortindex="9" panelstate="+"/>
<fingerprint md5="c8b32a55a6b56ccdf3e1b3b1f3842ca5"/>
</file>
<file name="LICENSE.txt">
<config load="0" scan="0" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="+"/>
<fingerprint md5="a96eb7641136cbbc6573e149f2a91e1f"/>
</file>
</section>
<section name="targets">
<target name="Default Target" enabled="1" default="1">
<inputfile value="SetupPackager.pb"/>
<outputfile value="SetupPackager.exe"/>
<executable value="SetupPackager.exe"/>
<options thread="1" xpskin="1" dpiaware="1" debug="1" optimizer="0"/>
<icon enable="1">Ressources\Icon.ico</icon>
<versioninfo enable="1">
<field0 value="1.6.0.0"/>
<field1 value="1.6.0.0"/>
<field4 value="1.6.0.0"/>
<field5 value="1.6.0.0"/>
</versioninfo>
</target>
</section>
</project>