Hi to everyone,
I want to pass a variable to the exe using ReadCustomerData.
I searched online and i found something but not seems to working.
Any help is appreciated
Thanks
I want to pass a variable to the exe using ReadCustomerData.
I searched online and i found something but not seems to working.
I want the user when access the page downloads the exe and the variable have passed in the installer.code:
<?php
echo "mydata:testvariable">>setup.exe;
?>
Any help is appreciated
Thanks
Comment