Skip to content

Commit 0d53ec5

Browse files
committed
✅ Update to v1.6.0
1 parent ac9738b commit 0d53ec5

File tree

128 files changed

+57264
-21147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+57264
-21147
lines changed

CHANGES.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
Version 1.6.0:
2+
* Renamed PowerShell scripts in .\Scripts folder
3+
* Updated PSAppDeployToolkit (PSADT) to v4.0.6
4+
* Updated PSADT templates to v4.0.6
5+
* Updated PSAppDeployToolkit templates to v4.0.6 - Added Registry key for app detection in Intune
6+
17
Version 1.5.3:
2-
* Open source the project for the community
3-
* Batch and PowerShell scripts renamed for new naming convention
4-
* Added [Enter] shortcut to search for installed applications
8+
* Added keyboard shortcut [Enter] for searching installed apps
59

610
Version 1.5.2:
711
* Added search window for installed Windows apps

Examples/7z2403-x64.exe

1.53 MB
Binary file not shown.

Examples/PSADT.setuppackager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[General]
2-
Publisher=7-Zip
2+
Publisher=Igor Pavlov
33
Productname=7-Zip
44
Version=23.04
55
InstallationParameter=/S

Forms/AboutWindow.pbf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
; Form Designer for Purebasic - 6.10
1+
; Form Designer for PureBasic - 6.20
22
; Warning: this file uses a strict syntax, if you edit it, make sure to respect the Form Designer limitation or it won't be opened again.
33

44
;
5-
; This code is automatically generated by the FormDesigner.
5+
; This code is automatically generated by the Form Designer.
66
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled.
7-
; Event procedures needs to be put in another source file.
7+
; Event procedures need to be put in another source file.
88
;
99

1010
Global AboutWindow
@@ -37,9 +37,9 @@ Procedure OpenAboutWindow(x = 0, y = 0, width = 600, height = 360)
3737
SetGadgetFont(Text_Title, FontID(#Font_AboutWindow_0))
3838
Text_AboutThisApp = TextGadget(#PB_Any, 200, 40, 100, 25, "About this app")
3939
SetGadgetFont(Text_AboutThisApp, FontID(#Font_AboutWindow_1))
40-
Text_Version = TextGadget(#PB_Any, 200, 110, 350, 25, "Intune Version 1.5.3")
40+
Text_Version = TextGadget(#PB_Any, 200, 110, 350, 25, "Intune Version 1.6.0")
4141
SetGadgetFont(Text_Version, FontID(#Font_AboutWindow_1))
42-
Text_Copyright = TextGadget(#PB_Any, 200, 140, 350, 25, "Copyright (c) 2024 TUGI - www.tugi.ch")
42+
Text_Copyright = TextGadget(#PB_Any, 200, 140, 350, 25, "Copyright (c) 2025 TUGI - www.tugi.ch")
4343
Text_Description1 = TextGadget(#PB_Any, 200, 190, 350, 20, "This application helps you to package your setup files for Intune")
4444
SetGadgetColor(Text_Description1, #PB_Gadget_FrontColor,RGB(128,128,128))
4545
Text_Description2 = TextGadget(#PB_Any, 200, 210, 350, 20, "faster and easier with the official Win32 Content Prep Tool.")

Forms/DebuggerWindow_PSADT.pbf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
; Form Designer for Purebasic - 6.10
1+
; Form Designer for PureBasic - 6.20
22
; Warning: this file uses a strict syntax, if you edit it, make sure to respect the Form Designer limitation or it won't be opened again.
33

44
;
5-
; This code is automatically generated by the FormDesigner.
5+
; This code is automatically generated by the Form Designer.
66
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled.
7-
; Event procedures needs to be put in another source file.
7+
; Event procedures need to be put in another source file.
88
;
99

1010
Global DebuggerWindow_PSADT
@@ -60,6 +60,7 @@ Procedure OpenDebuggerWindow_PSADT(x = 0, y = 0, width = 600, height = 453)
6060
GadgetToolTip(PD_ButtonImage_ScanEXE, "Generate executable list")
6161
PD_ButtonImage_RunHelp = ButtonImageGadget(#PB_Any, 540, 320, 40, 38, ImageID(Img_DebuggerWindow_PSADT_4))
6262
GadgetToolTip(PD_ButtonImage_RunHelp, "Run PSADT help")
63+
DisableGadget(PD_ButtonImage_RunHelp, 1)
6364
CloseGadgetList()
6465
PD_Button_ShowLogs = ButtonGadget(#PB_Any, 20, 400, 140, 35, "Show logs")
6566
PD_Button_EditDeploymentFile = ButtonGadget(#PB_Any, 170, 400, 190, 35, "Edit in PS ISE (Admin)")

Forms/MainWindow.pbf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
; Form Designer for Purebasic - 6.10
1+
; Form Designer for PureBasic - 6.20
22
; Warning: this file uses a strict syntax, if you edit it, make sure to respect the Form Designer limitation or it won't be opened again.
33

44
;
5-
; This code is automatically generated by the FormDesigner.
5+
; This code is automatically generated by the Form Designer.
66
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled.
7-
; Event procedures needs to be put in another source file.
7+
; Event procedures need to be put in another source file.
88
;
99

1010
Global MainWindow
@@ -48,7 +48,7 @@ Declare Batch_IntuneUpload(EventType)
4848
Declare Clipboard_UninstallCommand(EventType)
4949

5050
Procedure OpenMainWindow(x = 0, y = 0, width = 650, height = 860)
51-
MainWindow = OpenWindow(#PB_Any, x, y, width, height, "Setup Packager 1.5 - TUGI.CH", #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_ScreenCentered)
51+
MainWindow = OpenWindow(#PB_Any, x, y, width, height, "Setup Packager 1.6 - TUGI.CH", #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_ScreenCentered)
5252
Container_Start = ContainerGadget(#PB_Any, 0, 0, 650, 230)
5353
SetGadgetColor(Container_Start, #PB_Gadget_BackColor,RGB(255,255,255))
5454
Image_DropFolder = ImageGadget(#PB_Any, 260, 10, 128, 128, ImageID(Img_MainWindow_0))

0 commit comments

Comments
 (0)