You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing the new WimWitchFK module on a computer for the first time, it should load and then detect if OSDSUS and OSDUpdate are installed. If they are not, WimWitch will prompt to install NuGet and then use that to install OSDSUS and OSDUpdate.
Current Behavior
With the new module, both OSDSUS and OSDUpdate are marked as required modules in both the manifest files and main PS script, so if they are not installed ahead of time, the module will fail to import.
Possible Solution
Removing the module requirements for OSDSUS and OSDUpdate from both scripts allows the module to import and run normally, at which point it detects they are missing and will install them automatically.
Steps to Reproduce (for bugs)
Attempt to import the new module on any computer that has not previously had OSDSUS or OSDUpdate installed.
The text was updated successfully, but these errors were encountered:
Expected Behavior
When importing the new WimWitchFK module on a computer for the first time, it should load and then detect if OSDSUS and OSDUpdate are installed. If they are not, WimWitch will prompt to install NuGet and then use that to install OSDSUS and OSDUpdate.
Current Behavior
With the new module, both OSDSUS and OSDUpdate are marked as required modules in both the manifest files and main PS script, so if they are not installed ahead of time, the module will fail to import.
Possible Solution
Removing the module requirements for OSDSUS and OSDUpdate from both scripts allows the module to import and run normally, at which point it detects they are missing and will install them automatically.
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: