PSD icon indicating copy to clipboard operation
PSD copied to clipboard

Install Applications Task wont work after Sep 2024 (ver 0.2.3.0) update

Open jamirenlund opened this issue 1 year ago • 4 comments

Install Applications Task wont work after Sep 2024 (ver 0.2.3.0) update.

Install Spesific application that is added to the task sequence works fine.

jamirenlund avatar Sep 17 '24 09:09 jamirenlund

There is a bug in the PSDWizardNew that doesn't install apps when there are no Applications001 or ManadatoryApplications001 in the CustomSettings.ini. The logic in the code fails to export with a null value and it add the selected applications from the wizard either. A workaround is to add one Applications001 and a random guid. This doesn't cause any issue besides a log that state application not found. You can use a real application guid as well.

You can do something like this: image

PowerShellCrack avatar Sep 17 '24 11:09 PowerShellCrack

@GeoSimos Are you able to mark this as bug? Thanks

PowerShellCrack avatar Sep 17 '24 11:09 PowerShellCrack

@GeoSimos Are you able to mark this as bug? Thanks

Sure! Done.

GeoSimos avatar Sep 17 '24 19:09 GeoSimos

There is a bug in the PSDWizardNew that doesn't install apps when there are no Applications001 or ManadatoryApplications001 in the CustomSettings.ini. The logic in the code fails to export with a null value and it add the selected applications from the wizard either. A workaround is to add one Applications001 and a random guid. This doesn't cause any issue besides a log that state application not found. You can use a real application guid as well.

You can do something like this: image

Perfect thank you! Application install works with this workarround.

jamirenlund avatar Sep 18 '24 05:09 jamirenlund