After compiling and generating the EXE, some DLL files(Local: C:\Program Files\PowerShell\7) are always missing in the directory where the EXE file is located. For example:
- Microsoft.PowerShell.Commands.Diagnostics.dll
- Microsoft.PowerShell.Commands.Management.dll
...
How can I ensure that these DLLs are always copied when generating the EXE? Is this possible?
- Microsoft.PowerShell.Commands.Diagnostics.dll
- Microsoft.PowerShell.Commands.Management.dll
...
How can I ensure that these DLLs are always copied when generating the EXE? Is this possible?