Travis Plunk
ac8ab0db22
Checkin generated manpage ( #24423 )
...
* checkin generataed manpage
* move ronn file into new folder
* update build and release to use new asset
* add a minimal macos packaging test
* add correct dependency for the macos packaging stage
* fix packaging error
* remove removing files
2024-10-14 12:16:10 -07:00
Travis Plunk
849ba1c027
Delete assets/AppImageThirdPartyNotices.txt ( #24256 )
2024-09-06 11:38:18 -07:00
Dave
11a7448d7a
Remember installation options and used them to initialize options for the next installation ( #20420 )
2024-05-07 21:45:50 +00:00
Anam Navied
79639822c4
Generate MSI for win-arm64
installer ( #20516 )
2024-02-01 11:52:26 -08:00
Heath Stewart
5272720c30
Only registry App Path for release package ( #20478 )
2023-10-16 15:11:26 -07:00
Dongbo Wang
0beb4dad44
Revert "Update AppxManifest.xml to show application name on DefaultTile for Windows 10 21H2/22H2 Start Menu ( #20080 )" ( #20396 )
...
This change is causing our build to fail when producing MSIX package for Windows x64, x86 and arm64.
2023-09-29 14:22:14 -07:00
Zhoneym
963bf1e0ad
Update AppxManifest.xml to show application name on DefaultTile for Windows 10 21H2/22H2 Start Menu ( #20080 )
...
* Attempt to fix the issue of Powershell magnet icon being too large on the Windows 10 start menu and not displaying the application name
* Update assets/AppxManifest.xml
---------
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2023-09-25 12:05:14 -07:00
Sean Wheeler
200e5a816b
Replace docs.microsoft.com URLs in code with FWLinks ( #19996 )
2023-07-20 08:22:24 +05:00
Sean Wheeler
5595072568
Change docs.microsoft.com
to learn.microsoft.com
( #19994 )
2023-07-17 15:54:17 -07:00
Sean Wheeler
92833aee64
Update man page to match current help for pwsh ( #19993 )
2023-07-17 15:30:37 -07:00
Aditya Patwardhan
7144ec707d
Add ProductCode in registry for MSI install ( #19590 )
...
* Add ProductCode in registry for MSI install
* Add test for validating ProductCode regkey is created
* Add test better validation
2023-05-10 05:36:34 +00:00
krishnayalavarthi
facbfd6a64
Runas format changed ( #15434 )
...
* runas changed
* Update assets/wix/Product.wxs
---------
Co-authored-by: Krishna Yalavarthi <kryalava@microsoft.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2023-05-08 13:14:05 -07:00
Steve Lee
3547acaa1c
Add comment in wix detailing use of UseMU
( #19371 )
...
* remove `UseMU` reg value on uninstall of MSI
* change to a comment
2023-04-21 11:54:20 -07:00
Steven Bucher
df918e6a14
Fixing MSI checkbox ( #19325 )
2023-03-14 12:10:51 -07:00
Travis Plunk
db9257c4b8
Always regenerate files wxs fragment ( #19196 )
2023-03-08 22:27:39 +00:00
Christoph Bergmeister
6dfba03aa3
MSI installer: Add checkbox and MSI property DISABLE_TELEMETRY to optionally disable telemetry. ( #10725 )
...
Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
Co-authored-by: Christoph Bergmeister <christoph.bergmeister@justbeonline.onmicrosoft.com>
Co-authored-by: travis plunk <github@ez13.net>
2023-03-06 13:18:34 -08:00
Aditya Patwardhan
2d15e0c5b6
Update to .NET 8 preview 1 build ( #19194 )
2023-02-22 16:12:16 -08:00
spaette
ec0eb22062
Fix typos in comments ( #19064 )
2023-02-03 10:40:43 +05:00
Heath Stewart
2c70f3c7d3
Add checks for Win8.1 and Server2012 in the MSI installer ( #18904 )
2023-01-09 10:44:48 -08:00
Aditya Patwardhan
de416dc831
Bump .NET SDK to version 7.0.101
( #18786 )
2022-12-14 10:55:17 -08:00
Travis Plunk
665bf21fcb
Bump to use internal .NET 7 GA build ( #18508 )
2022-11-09 22:51:24 +00:00
Aditya Patwardhan
f9b6d12dde
Do not remove penimc_cor3.dll
from build ( #18438 )
2022-11-01 17:27:09 -07:00
Aditya Patwardhan
65d3786ceb
Bump to .NET 7 RC2 official version ( #18328 )
2022-10-19 10:17:54 -07:00
Aditya Patwardhan
028eeb0457
Bump to .NET 7 to version 7.0.100-rc.2.22477.20
( #18286 )
2022-10-18 16:49:18 -07:00
Aditya Patwardhan
cc86f9ffd1
Replace win7 runtime with win8 and remove APISets ( #18304 )
2022-10-18 11:07:22 -07:00
Aditya Patwardhan
b90a1e65a3
Remove unnecessary native dependencies from the package ( #18213 )
2022-10-04 16:17:45 -07:00
Travis Plunk
fc695d1ff0
Update MSI exit message ( #18137 )
2022-09-21 09:59:39 -07:00
Aditya Patwardhan
29ddf44892
Update DotnetRuntimeMetadata.json
for .NET 7 RC1 build ( #18091 )
2022-09-15 14:12:52 -07:00
Travis Plunk
378ce9fd72
Make Register Microsoft Update timeout ( #17910 )
...
* Make Register MU timeout
* Update Product.wxs
* Update powershell-win-core.csproj
* Rename src/PowerShell.Core.Instrumentation/RegisterMicrosoftUpdate.ps1 to assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1
* Update src/powershell-win-core/powershell-win-core.csproj
* Update RegisterMicrosoftUpdate.ps1
* Update RegisterMicrosoftUpdate.ps1
* Update files.wxs
* Update assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
* Update assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
* Update RegisterMicrosoftUpdate.ps1
* Update RegisterMicrosoftUpdate.ps1
* Update RegisterMicrosoftUpdate.ps1
* Update RegisterMicrosoftUpdate.ps1
* Update assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2022-08-18 09:47:09 -07:00
github-actions[bot]
b66a93f74e
Update .NET SDK version from 7.0.100-preview.6.22352.1
to 7.0.100-preview.7.22377.5
( #17776 )
2022-08-02 22:23:59 -07:00
Dongbo Wang
65b6f1abf0
Bump PackageManagement from 1.4.7 to 1.4.8.1 ( #17709 )
2022-07-20 08:30:38 +05:00
github-actions[bot]
17b23e3ebc
Update .NET SDK version from 7.0.100-preview.5.22307.18
to 7.0.100-preview.6.22352.1
( #17634 )
2022-07-06 17:35:59 -07:00
github-actions[bot]
cfc237ac85
Update .NET SDK version from 7.0.100-preview.4.22252.9
to 7.0.100-preview.5.22307.18
( #17402 )
2022-06-13 13:09:30 -07:00
Steve Lee
da6fde0380
Add AppX
capabilities in MSIX manifest so that PS7 can call the AppX
APIs ( #17416 )
2022-05-23 21:58:23 +00:00
github-actions[bot]
38909f7ee5
Update .NET SDK version from 7.0.100-preview.2.22153.17
to 7.0.100-preview.4.22252.9
( #17061 )
2022-05-11 18:27:51 -07:00
dependabot[bot]
0ff843da99
Bump PSReadLine from 2.2.2 to 2.2.5 in /src/Modules ( #17252 )
...
* Bump PSReadLine from 2.2.2 to 2.2.5 in /src/Modules
Bumps PSReadLine from 2.2.2 to 2.2.5.
---
updated-dependencies:
- dependency-name: PSReadLine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update files.wxs
* Cleanup
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2022-05-05 10:31:42 -07:00
Paul Higinbotham
db1c8658fb
Update wix
to include security extensions package ( #17171 )
2022-04-21 18:01:45 +00:00
Aditya Patwardhan
1268a0a04f
Update .NET to 7.0.0-preview.2 build ( #16930 )
2022-03-18 09:10:53 -07:00
Dongbo Wang
102e8285bb
Bump PSReadLine from 2.1.0 to 2.2.2 ( #16910 )
2022-02-23 11:36:46 -08:00
Aditya Patwardhan
77caf718cd
Update projects and scripts to use .NET 7 preview 1 pre-release builds ( #16856 )
...
* Update script to consume .NET 7 builds
* Update target framework
* Add dotnet metadata override value
* Update dependencies
* Update analyzer
* Conditionally add output argument
* Update files.wxs
* Fix tests
* Update Microsoft.PowerShell.Native to 7.3.0-preview.1
* Disable psget tests
* Update to latest build for .NET 7 preview 1
* Disable ready to run
* Update version of `Microsoft.AspNetCore.Mvc.NewtonsoftJson` package
* Update cgmanifest and startup test
2022-02-16 09:56:41 -08:00
Aditya Patwardhan
46e5af7381
Update .NET SDK to 6.0.101 and fix Microsoft.PowerShell.GlobalTool.Shim.csproj
( #16821 )
2022-01-31 16:36:49 -08:00
Aditya Patwardhan
2d27da40d8
Bring back pwsh.exe
for framework dependent packages to support Start-Job ( #16535 )
...
* Bring back pwsh.exe for framework dependent packages to support Start-Job
* Update wix file
* Add release tests for fxd packages
* Fix tests
* Fix stage dependencies
* Address CR comments
* Fix typo
* Add value for the hashtable item
2021-12-02 15:05:54 -08:00
Steve Lee
cc28dafa8a
Fix typo for "privacy" in MSI installer ( #16407 )
2021-11-09 14:56:46 -08:00
Aditya Patwardhan
52b6d89407
Update to latest .NET 6 GA build 6.0.100-rtm.21527.11
( #16309 )
2021-10-28 11:40:52 -07:00
Travis Plunk
5ce5936d78
Create compliance build ( #16286 )
...
Co-authored-by: Robert Holt <rjmholt@gmail.com>
2021-10-28 11:07:09 -07:00
Travis Plunk
14ea042cec
Revert "Update to use .NET 6 GA build ( #16296 )" ( #16308 )
...
This reverts commit 6302f4815a
.
2021-10-26 15:57:59 -07:00
Aditya Patwardhan
6302f4815a
Update to use .NET 6 GA build ( #16296 )
2021-10-22 23:12:00 +00:00
Travis Plunk
b08ab5afea
Add script to generate cgmanifest.json
( #16278 )
2021-10-19 17:27:44 -07:00
Aditya Patwardhan
45b80a555a
Update .NET 6 to version 6.0.100-rc.2.21505.57 ( #16249 )
2021-10-15 13:51:26 -07:00
Travis Plunk
bd5dc97087
Add Software Bill of Materials to the main packages ( #16202 )
2021-10-12 15:40:43 -07:00