Change Window App Name using script

Hi,
Is there possibility to change Windows App Name string Value by using script.
I can change any property i tried but I didn’t figure out how to use script for that.

Thanks
Kris

Hi,
I will respond my self, special thanks to Greg.

In module I create constant called for example
kAppName=“MyOldName.exe”

Than I create IDE Script and inside I write:
ConstantValue(“kAppName”) = “MyNewName.exe”

And in App Name I write:
#kAppName

And that’s it. When I build, I will get the App name with IDE Script wrote name.

Ragards.
Kris