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 a single application with Application bundle selected #165

Open
Rehpicul opened this issue Aug 20, 2024 · 2 comments
Open

Install a single application with Application bundle selected #165

Rehpicul opened this issue Aug 20, 2024 · 2 comments

Comments

@Rehpicul
Copy link

Rehpicul commented Aug 20, 2024

When adding a task to install a single application and pointing that to an application bundle the only application that ends up on the imaged computer is the last application in the Dependencies List. I have verified this for the actual files being copied. I have not verified if all the installs are being called but it did not appear to be the case. I am investigating to see if I can find the root cause and will update if I figure it out.

@Rehpicul
Copy link
Author

Rehpicul commented Aug 30, 2024

The fix was to alter line 95 in the PSD Applications.ps1 file below is what it looks like now. Basically for-each was added for multiple dependensies.

if ($app.Dependency.Count -ne 0)
{
    $app.Dependency | % { Install-PSDApplication $_  }
}

@PowerShellCrack
Copy link
Contributor

Just be aware: applications bundles are not supported in the PSDWizard. I'm not sure they are supported in the backend either. This is on my TODO list for the UI

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

No branches or pull requests

3 participants