Hi there
Just a 'simple' question to have a idea if it works or not. Couldn't find anything about that within the docs or the forums.
What i want to do:
- put in some Lua code into the installer
- while running the installer i want to change some parts of that code
- then i need to write the changed Lua code as a compliled Lua file to the disc
- i do not want to deliver the file as payload or primer file because they are readable while the installer is running
Since SF is using Lua for internal scripts, there may be a solution to get this to work?
Thanks for help.
Maik
Just a 'simple' question to have a idea if it works or not. Couldn't find anything about that within the docs or the forums.
What i want to do:
- put in some Lua code into the installer
- while running the installer i want to change some parts of that code
- then i need to write the changed Lua code as a compliled Lua file to the disc
- i do not want to deliver the file as payload or primer file because they are readable while the installer is running
Since SF is using Lua for internal scripts, there may be a solution to get this to work?
Thanks for help.
Maik
Comment