Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
svrooij pushed 1 commit to feature/assembly-context svrooij/TokenMagician
- Removing build warnings bc20d05
svrooij created a branch on svrooij/TokenMagician
feature/assembly-context - PowerShell module to help getting tokens using managed identities
svrooij created a tag on svrooij/TokenMagician
v0.2.4 - PowerShell module to help getting tokens using managed identities
svrooij created a tag on svrooij/TokenMagician
v0.2.2 - PowerShell module to help getting tokens using managed identities
svrooij created a tag on svrooij/TokenMagician
v0.2.1 - PowerShell module to help getting tokens using managed identities
svrooij pushed 1 commit to main svrooij/WingetIntune
- Cross-platform MSI info (#155) Reading details from MSI files, was done by a windows only dll. This allows loading ... 94f4796
svrooij pushed 1 commit to feature/msi-info-miyoyo svrooij/WingetIntune
- Best version of the Msi Command d2b28f5
svrooij pushed 1 commit to feature/msi-info-miyoyo svrooij/WingetIntune
- Default to temp folder 1a43052
svrooij created a branch on svrooij/WingetIntune
feature/msi-info-miyoyo - Package any app from Winget to Intune - WinTuner
svrooij created a branch on svrooij/WingetIntune
feature/msi-info - Package any app from Winget to Intune - WinTuner
svrooij created a comment on a pull request on svrooij/WingetIntune
That did not go as plannend, let me try again
svrooij closed an issue on svrooij/WingetIntune
[Bug]: PowerShell Deploy fails with "Value cannot be null. (Parameter 's')" (mac only)
### CommandLet Deploy-WtWin32App ### Full command Deploy-WtWin32App -PackageFolder "/Users/josef/Intune/Zoom.Zoom/6.0.39959" -Username [email protected] ### Module version 0.8.8 ##...svrooij closed a pull request on svrooij/WingetIntune
Replace WixSharp's MSI parser with a pure C# parser based on OpenMcdf
The current version of WinTuner uses WixSharp.UI.MsiParser to read the embedded database inside of msi files to get the product's code, and version, which is not available on 'nixes. While the p...svrooij pushed 13 commits to main svrooij/WingetIntune
- Support parsing msi product code and version on Linux via msitools 2107830
- [BETA] Implement a pure C# MSI Property reader 8a0569a
- [BETA] Fix 32bit number reading 199a9a3
- [BETA] Remove Console.WriteLine debug statements d63d863
- [BETA] Fix naming violations 81d2389
- [BETA] Run formatter c3f1065
- Reorganize and update privacy on members. 5539fbf
- Remove WixSharp 9f7d252
- Fix Formatting 2a60a1f
- License not needed with WixSharp gone. dfd0551
- Create tests on public-facing interface of MsiDecoder. Also had to implement a second constructor based on a stream,... 06aaea8
- Fix Formatting and Fix Tests 1d6f429
- Add command to show msi info 8a41ee6