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
Hello, I downloaded the PS1 file, I modified it a little to make it works as I need, but now when I compile it as exe it stops working, what method I need to use to compile it as exe file? as ps1 works perfectly fine.
the command I use:
ps2exe .\DriverAutomationTool.ps1 .\DriverAutomationTool.exe -iconFile .\1007.ico -version 7.2.2
The issue I get when I try to run the exe file is that the path is null
Thank you for your help
The text was updated successfully, but these errors were encountered:
Hello, I downloaded the PS1 file, I modified it a little to make it works as I need, but now when I compile it as exe it stops working, what method I need to use to compile it as exe file? as ps1 works perfectly fine.
the command I use:
ps2exe .\DriverAutomationTool.ps1 .\DriverAutomationTool.exe -iconFile .\1007.ico -version 7.2.2
The issue I get when I try to run the exe file is that the path is null
Thank you for your help
The text was updated successfully, but these errors were encountered: