Other Configuration Manager-related features and issues
Hi,
Creating Application requires detection or else you have to create a Program.
You can use the Registry for detection -> Simply create a registry location as mentioned in the .bat below and remove it when uninstalling the application (see examples below)
Install.bat
InstCommand.exe Param1 Param2 etc..
REG ADD "HKLM\Software\MyCompany\AppInstall" /v "MyScript 1.00" /f
Uninstall.bat
UninstCommand.exe /uninstall
Reg Delete "HKLM\Software\MyCompany\AppInstall" /v "MyScript 1.00" /f