Commit 5c982d3
committed
Fix Invoke-D365SDPInstallUDE to handle updates and require admin privileges
Add logic to delete existing module folders before extracting new ones in `invoke-d365sdpinstallude.ps1`.
* Delete existing module folder if it exists before unzipping the new module.
* Add verbose message to indicate deletion of existing module folder.
* Adjust indentation and add missing newline at the end of the file.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/fh-inway/d365fo.tools?shareId=XXXX-XXXX-XXXX-XXXX).1 parent b0d5f2f commit 5c982d3
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
106 | 113 | | |
107 | 114 | | |
108 | 115 | | |
| |||
114 | 121 | | |
115 | 122 | | |
116 | 123 | | |
117 | | - | |
| 124 | + | |
0 commit comments