Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jamirenlund opened this issue Sep 17, 2024 · 4 comments
Open
Assignees
Labels

Comments

@jamirenlund
Copy link

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.

@PowerShellCrack
Copy link
Contributor

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
Copy link
Contributor

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

@GeoSimos GeoSimos added the bug label Sep 17, 2024
@GeoSimos
Copy link
Collaborator

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

Sure! Done.

@GeoSimos GeoSimos assigned GeoSimos and PowerShellCrack and unassigned GeoSimos Sep 17, 2024
@jamirenlund
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants