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

Wrong order of SynchronousCommands or typos? #1

Open
basictheprogram opened this issue Mar 30, 2022 · 1 comment
Open

Wrong order of SynchronousCommands or typos? #1

basictheprogram opened this issue Mar 30, 2022 · 1 comment

Comments

@basictheprogram
Copy link

Number 14 Description is Start first steps after GUI logon but the CommandLine is Install-VMTools.ps1 and the powershell script Install-VMTools.ps1 has import-module PSADT -Force but that PSADT is installed in the Start-FirstSteps.ps1 but that is run at Number 15.

Wrong order?

Typos?

<SynchronousCommand wcm:action="add">
    <CommandLine>cmd.exe /c C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File a:\Install-VMTools.ps1</CommandLine>                    
    <Description>Start first steps after GUI logon</Description>
    <Order>14</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
    <CommandLine>cmd.exe /c C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File a:\Start-FirstSteps.ps1</CommandLine>
    <Order>15</Order>
    <Description>Install VMware tools</Description>                
</SynchronousCommand>
@getvpro
Copy link
Owner

getvpro commented Mar 30, 2022

Hello! I agree, confusing, I've recently renamed the script from Start-FirstSteps.ps1 to 'Post-OSInstal.ps1'
i've not changed all the references in the related XMLs, as I've got that name referenced in 3 blog posts https://getvpro.wordpress.com/

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

No branches or pull requests

2 participants