[SOLVED] Strange pyscripter behavior
Published: May 7, 2019 - 4:56 PM
Hello,
I'm experiencing strange behavior with my PyScripter installation using Inno Setup.
I have an `install_exe_if_needed` command with the silent flags `/dir="mydirectory" /verysilent /suppressmsgboxes`.
If I leave it as is, the installer crashes immediately.
If I change it to `/verysilent /suppressmsgboxes /dir="mydirectory"`, it installs in... `c:\suppressmsgboxes`.
I apparently have the latest version of PyScripter.
If anyone has any ideas, I'd appreciate it.
Thanks in advance.
I'm experiencing strange behavior with my PyScripter installation using Inno Setup.
I have an `install_exe_if_needed` command with the silent flags `/dir="mydirectory" /verysilent /suppressmsgboxes`.
If I leave it as is, the installer crashes immediately.
If I change it to `/verysilent /suppressmsgboxes /dir="mydirectory"`, it installs in... `c:\suppressmsgboxes`.
I apparently have the latest version of PyScripter.
If anyone has any ideas, I'd appreciate it.
Thanks in advance.