Skip to content

Commit 65a1fca

Browse files
committed
Remove reporting tool creation
The reporting tool is now hosted on a separate repo. The script itself can be run anywhere, not just in microwin, so...
1 parent bedf945 commit 65a1fca

File tree

2 files changed

+0
-375
lines changed

2 files changed

+0
-375
lines changed

functions/microwin/Invoke-Microwin.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,6 @@ public class PowerManagement {
322322
Copy-Item "$env:temp\FirstStartup.ps1" "$($scratchDir)\Windows\FirstStartup.ps1" -force
323323
Write-Host "Done copy FirstRun.ps1"
324324

325-
Write-Host "Create ReportTool"
326-
Microwin-NewReportingTool
327-
Write-Host "Done create ReportingTool"
328-
Write-Host "Copy reportTool.ps1 into the ISO"
329-
Copy-Item "$env:temp\reportTool.ps1" "$($scratchDir)\MicroWinReportTool.ps1" -force
330-
Write-Host "Done copy reportTool.ps1"
331-
332325
Write-Host "Copy checkinstall.cmd into the ISO"
333326
Microwin-NewCheckInstall
334327
Copy-Item "$env:temp\checkinstall.cmd" "$($scratchDir)\Windows\checkinstall.cmd" -force

functions/microwin/Microwin-NewReportingTool.ps1

Lines changed: 0 additions & 368 deletions
This file was deleted.

0 commit comments

Comments
 (0)