Commit Graph

13 Commits (b812ff980cbf996f16f06a2fecc51258aa76dde0)

Author SHA1 Message Date
ThioJoe b812ff980c
MS Store Installer - Download latest if cached files out of date
The Microsoft Store installer script now will check whether the cached files are up to date before using them, and if not it will download the latest and warn the user to update the cache.

Also added ForceCachedFilesOnly and NoCheckLatestVersion to control this behavior. ForceCachedFilesOnly still checks and warns the user about a newer version but still uses the cache, while NoCheckLatestVersion uses the cache without even checking.
2026-04-24 11:26:33 -07:00
ThioJoe a87fd186c0
Bump date 2026-04-16 10:37:59 -07:00
ThioJoe f274f52fe7
Dynamically use current build number
Instead of hard coding the build number it now checks it dynamically to install the correct version.

Hopefully addresses #21
2026-04-16 10:34:50 -07:00
ThioJoe c971217e06
Fix variable reference
It was referencing the LogDirectory variable which no longer exists
2026-04-16 10:33:44 -07:00
ThioJoe 420d6e8508
Install-Microsoft-Store.ps1 - Add use existing files mode
Adds parameter to use previously downloaded installer files.
2026-02-12 13:10:24 -07:00
ThioJoe ff09e39343
Fix $LogDirectory variable in MS Store installer
Addresses #4
2025-08-10 17:03:55 -04:00
ThioJoe 7583c90d48
Remove leftover variable assignment line
Meant to remove that before
2025-08-06 13:29:36 -07:00
ThioJoe c7bf484659
Add warning if running MS Store installer from outside sandbox 2025-08-05 11:11:48 -07:00
ThioJoe f258cea768
Add last updated lines, Auto accept winget terms
- Adds line to automatically silently accept  msstore terms after winget install to avoid the annoying prompt.
- Add 'last updated' line to winget and microsoft store installer scripts
2025-08-04 21:36:48 -07:00
ThioJoe 28c0cfa418
Update comment in Install-Microsoft-Store.ps1
Makes it clear the script is run from within the sandbox
2025-08-04 21:15:01 -07:00
ThioJoe fd4a040d0e
Update Install-Microsoft-Store.ps1
- Add variables for flight ring, branch name, etc in requests, though haven't figured out if they even work.
- Add some script parameters
2025-08-04 20:31:43 -07:00
ThioJoe 1edcca9c88
Improve optional logging for MS Store Installer script
Added switch for whether to enable output of generated XML files.
2025-08-04 19:26:24 -07:00
ThioJoe 20104565c3
Initial Commit 2025-08-04 17:11:22 -07:00