mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-25 23:46:02 +03:00
[GH-ISSUE #81] Add-EsxSoftwaredepot <urlopen error unknown url type: c> #59
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WizADSL on GitHub (Apr 16, 2025).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/81
I'm getting the following error no matter what profile I try to download, in this example I ran:
.\ESXi-Customizer-PS-v2.6.0.ps1 -sip ESXi-6.7.0-20220104001-standard
PowerCLI version 13.3.0.24145081, tried with Python 3.7.9 and 3.12
@ihumster commented on GitHub (Apr 16, 2025):
@WizADSL Have you unzip the gbundle or what?
@WizADSL commented on GitHub (Apr 16, 2025):
This is the exact command I ran (I also tried other profiles with the same results):
PS>.\ESXi-Customizer-PS-v2.6.0.ps1 -sip ESXi-6.7.0-20220104001-standard
Obviously, I also installed Python and set the path to the Python executable before running that command in a newly started Powershell (to make sure changes/settings are in effect).
@ihumster commented on GitHub (Apr 16, 2025):
What is this
ESXI-6.7.0-20220104001-standard? It's folder? It's bundle (zip archive)?@WizADSL commented on GitHub (Apr 16, 2025):
It's a VMWare profile name. I'm trying to create an installer ISO for the specific patch level of ESXi that the profile represents. In this case it should be version 6.7 build 19195723. The bits should be downloaded from the VMware repo (while it still works).
Maybe I'm misunderstanding how this tool works or using it wrong?