Build exe with External Variables

4 posts / 0 new
Last post
Marques
Offline
Joined: 09/24/2019 - 10:28
Build exe with External Variables

Hello,
I'am new with IDEAScript, and i have some doubts...
I made an Script using External Variavels. So, IDEA made a file with extesion name ".EVARS". But, when i build the file for EXE, the build just dont save the external variavels file and the build does not call it too.
 
My questions is, exist any other way to compile with in the External Variabels our just put them in ISS file?
I just dont wanna use both files...

osaajah
Offline
Joined: 05/25/2018 - 02:33

Hi marques,
I never used external variables that saved in ".evars" file.
Instead, I save external variables in Windows registries by creating a library DLL file that calling .Net registry functions.

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi osaajah,

Any chance you can share the code to do this?

Thanks

Brian

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Any reason you need to build it in an exe file?  Could you now use an ise file instead.  The users still won't be able to see your code but it should work with the evars.