Hi,
I am using a home-made tool (actually a powershell script) for code signing. In the aip file -> Digital signature -> Settings, I set "sign tool" to "custom", and browsed to the powershell.exe to fill in the "path" field. This now reads "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe".
The aip file is also on C: but nowhere near C:\Windows\System32.
When I take this project to our CI/CD system where the project is on drive D:, Advanced Installer wants to start powershell.exe from D:\Windows\System32\WindowsPowerShell\v1.0. Needless to say that this directory doesn't exist.
How can I mark the tool path as an absolute path without making all paths absolute (which would destroy the project)? Or, as an alternative: How can I make Advanced Installer search powershell.exe along the PATH variable?
Thanks, Hans
FOLLOW US
Get the latest news in Application Packaging