Commit Graph

19 Commits

Author SHA1 Message Date
denelon
df2afebf65 Update README.md (#14127)
* Update README.md

Added reference to wingetcreate

* Update README.md
2021-05-27 16:16:24 -07:00
Felipe Santos
9619e1aa83 Create SandboxTest script (#827)
* Create SandboxTest script

* Add missing appx dependencies

* Clear temp folder

* Validate manifest before pushing to sandbox

* Fix invalid character in Sandbox.ps1

The dash character in -ExecutionPolicy was a special character which broke the command.

* Download dependencies on the fly

* remove vscode launch file

* Add newline in gitignore

* Fix when there is no temp folder

* Add Test in Sandbox to README

* Add some comments and enhance some messages

* Properly accept mandatory parameter

* Check if Windows Sandbox exist or not

* Fix Sandbox install snippet and typo

* Fix wrong conflict resolution in README

* Upgrade WinGet to v0.1.41821-preview

* Rewrite the whole script

Adding some cool features such as:
- Specify folder to mount (default to current)
- Make Manifest optional, so we can use the script to just start the
  Sandbox and install WinGet
- Add optional Script parameter, to specify which script block to run
  after all the steps inside the Sandbox
- Automatically refresh environment variables after installing the
  Manifest, and leave the function Update-Environment available for the
  users
- Use a temporary folder on system's temp directory, thus deleting the
  .gitignore
- Make Powershell open maximized and without splash messages
- Improve overall UX both in local machine and in the Sandbox
- Close Sandbox automatically if needed
- Upgrade WinGet to latest version

Most of the refactor came from my PR at
https://github.com/chocolatey-community/chocolatey-coreteampackages/pull/1512

* Add tip for Update-Environment

* Fix relative paths on map folder

* Copy the manifest instead of installing from the source

* Fix call without manifest param and enhance logs

* Use VCLibs UWPDesktop from official source and update winget

* Add some missing new lines

* Fetch latest WinGet release automatically

* Add -SkipManifestValidation switch and fix checksum

* Fix TLS issues, handle PowerShell 7, remove unneeded VCLibs dep and fix manifest as folder

* Restore file/folder check for manifest

* Change checksum output filename

* Update Update-EnvironmentVariables function

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-05-03 11:36:36 -07:00
denelon
8d9329d622 Update README.md (#9481)
Updating links to manifest specification and file path and name conventions
2021-03-31 12:31:39 -07:00
Jasper Weiss
3714fe81d4 Require the use of version specific download URLs (#769)
* Require the use of version specific download URLs

Download paths should point to the binary that matches the version number and hash mentioned in the manifest and the guidelines should reflect that clearly. 
Generic paths that point to whatever happens to be the latest version causes the hash verification system to fail.

* Update README.md

URL is Pascal Case in the manifest.

Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>
Co-authored-by: denelon <denelon@microsoft.com>
2020-06-30 08:57:24 -07:00
谭源
6ff08af9a8 Add a link to submit a file for malware analysis (#1286)
* Add a link to submit a file for malware analysis

A link is needed otherwise contributor don't know where to prevent false positive

* Update README.md

Co-authored-by: denelon <denelon@microsoft.com>
2020-06-30 08:52:49 -07:00
谭源
387e1e58ee Update README.md (#1287)
make url drectional
2020-06-30 08:50:04 -07:00
Nathan Bonnemains
b39de79a5d Warn the contributors about duplicates (#1432)
* Warn the contributors about duplicates

Adding a note to the README

* Update README.md

Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>
2020-06-30 08:47:15 -07:00
Code
a271932019 Link to Microsoft Docs and the manifest spec in the authoring manifests section (#778) 2020-06-07 06:16:30 -07:00
Code
3285e6ac95 Include additional installer types from the v0.1 spec (#695) 2020-06-05 15:20:09 -07:00
Lutz Roeder
1e87fcce13 Fix casing of URL: in sample (#529) (#562) 2020-06-01 16:20:39 -07:00
谭源
1c8b558298 Add advice in README.md (#706)
* Add advice

At this time winget don't support more than one installer, such as giving both installer of x86 and installer of x64. Contributor are supposed to be told to avoid barren efforts

* Update README.md

Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>
2020-05-22 19:35:54 -07:00
Peter Torr (MSFT)
c2874e889a Update README.md (#522)
* Update README.md

Added link to the GUI editor

* Update README.md

Fixed Twitter link to real link
2020-05-21 15:27:10 -07:00
izep
24cc9b2026 typo in readme (#350)
Co-authored-by: presza <preston.zaugg@extendhealth.com>
2020-05-19 16:35:49 -07:00
ScottSEA
19a6b8da07 Update README.md (#286)
Minor spelling correction.
2020-05-19 09:56:40 -07:00
JohnMcPMS
7c8e44eada Update README.md (#274) 2020-05-19 08:23:20 -07:00
Kevin Larkin (MS)
1417cf02a9 Fixed a typo, and added some more text. (#142) 2020-05-15 09:01:53 -07:00
Kevin Larkin (MS)
a370a53d88 Update README.md (#106)
* Update README.md

* Update README.md
2020-05-14 21:05:07 -07:00
denelon
870e808051 Update README.md (#105)
* Update README.md

* Update README.md

Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>
2020-05-12 21:10:08 -07:00
Microsoft Open Source
2f92da0c43 Initial commit 2019-07-16 15:21:53 -07:00