Replies: 1 comment 3 replies
-
How do you add the scripts in your ZIP to your WAU deployment? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the latest fails of PuTTY:
There's more to
PuTTY.PuTTY
than meets the eye... #249 (reply in thread)...in a PuTTY.PuTTY-installed.ps1 you must now copy:
C:\Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PuTTY (64-bit)
To:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs
That's because if it installs under System context it places the shortcuts totally wrong...
...and when uninstalling in a PuTTY.PuTTY-preuninstall.ps1:
Search for PuTTY in the registry uninstall and Uninstall the MSI/delete the directory:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PuTTY (64-bit)
All this can be accomplished by using the files _AppID-template.ps1/_Mods-Functions.ps1 in my latest PR #257 (attached here)
Winget Land...
PuTTY.PuTTY-installed (-preuninstall).zip
Beta Was this translation helpful? Give feedback.
All reactions