Product, version and build: PowerShell Studio 2024 (64bit) v5.8.245
Operating system: Windows 10.0.19045
PowerShell version(s): 5.1.19041.1
I'm trying to build an executable that will run from the Cmd line from a PS script. The script imports some modules and include files using the
.'scriptname.ps1'
method.
My goal is to be able to "hide" the script code in the exe so others who run it can dissect it (at least easily).
The script takes in two parameters, one optional, one required
Example launch:
c:\>filename.exe -Param1 'abc' -Param2 'xyx'
I've tried several setting in the Deploy build Settings but can't get the build to even produce the .exe file.
Further, I'm hoping that the .exe can be placed in a common fileshare location that other can run it without the need for an MSI and the users to install the application.
Operating system: Windows 10.0.19045
PowerShell version(s): 5.1.19041.1
I'm trying to build an executable that will run from the Cmd line from a PS script. The script imports some modules and include files using the
.'scriptname.ps1'
method.
My goal is to be able to "hide" the script code in the exe so others who run it can dissect it (at least easily).
The script takes in two parameters, one optional, one required
Example launch:
c:\>filename.exe -Param1 'abc' -Param2 'xyx'
I've tried several setting in the Deploy build Settings but can't get the build to even produce the .exe file.
Further, I'm hoping that the .exe can be placed in a common fileshare location that other can run it without the need for an MSI and the users to install the application.
Statistics: Posted by DarusDP — Tue Aug 13, 2024 9:29 am