Hey guys ! I was wondering if there is any possible way where I could use C++ coding instead of LUA into my AMS project ?
How can I use C++ in AMS ?...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
35 results in 0.0178 seconds.
Keywords
Members
Tags
-
C++ with Autoplay Media Studio ! [How to use a different programming language]
-
-
Remove used serial number
How can I delete a serial number from the list when the user use it?
In other way , the user can use the serial number just on time.
Thank you.1 Photo
-
-
Grid in SUF?
I found an LUA Grid object in GitHub:
https://github.com/syntruth/Lua-Grid
It contains the code for creating the abstract Grid in memory, but does not display it. Has anyone created a Grid display for SUF?
Thanks....
-
-
Custom bootstrapper exe is not running any lua script after g_CreateExtractPath call
I built an msi installer package that runs and installs fine. However I'm having trouble getting the bootstrapper exe to run to completion. There is a call into the global functions script near the top of my mainscript.lua:
Code:-- Create unique extract path. strInstallerPathExtracted
-
-
encrypting password in Lua for decryption in external application
Hello all,
I am interested in using Setup Factory and Lua to:
(1) Prompt for a password during installation of application
(2) Save the password in a file as encrypted text
(3) Read the file during application startup and decrypt and check the password...
-
-
Setup Factory LUA Library for Debug in other IDEs
I found the debug cycle of more complex Lua functions not related directly to Setup functions rather painful inside our project, since I have to build the whole thing for every cycle. A dummy project might help, but is still suboptimal.
One way to accelerate the cycle is to debug using...
-
-
Prrotection of Lua code?
Are the Lua sources protected in any way or can the installer be decompressed and the sources be found?
-
-
Need some code help
Scenario:
I need to check parts of the registry for a installed file (MyApp.exe), if the registry entry exists, then get the exact Path of installation of MyApp.exe also from the registry.
I have code that works perfectly. Here it is
Code:--Check registry for an MyApp key is
-
-
Hello
Hi there!
In setup factory there is a file generated by the installer called confirm.txt
That file is supposed to say if the installation was successful or not.
I wonder if there is a possiblity to receive the name of this file as a parameter to the installation file? I need people...
-
-
Native LUA functions
Hello,
I read something on the internet about os.time, os.date and string.format. Very handy functions if you ask me. Just tried out os.date in autoplay media studio and it works.
Now i have 4 questions about this.
- These are native lua functions?
- Can i...
-
-
ocr
Hi Folks
im looking for an solution to implement an ocr scanner into AMS.
Should im looking for an dll or it is better to work with Lua?
regards
Worti
-
-
Registry Redirection in LUA script
Hello,
I know that there is a plugin available for Setup Factory etc. (WOW64 plugin) where it is possible to enable/disable the registry redirection. I have an 32bit installer MSI and have to modify some registry values after a check algorithm if existing values in a subkey path are existing...
-
-
Script: Word Counting with Whitespacing Trimming
Here is a script I converted from an SQL function and added leading and trailing white space to try and keep it a bit cleaner.
Enjoy
PHP Code:function string.wordcount(t)
local t = t:gsub("^%s*(.-)%s*$", "%1");
local intWordCount = 0;
-
-
SUF 70 Global Functions.lua
My projects have been migrated via upgrades from SUF 7.0 through UF 8.0 and now 9.
I notice that under SUF 9, they refer to a global script file _SUF70_Global_Functions.lua
Would a newly created project do the same. Would there be an advantage to starting over, and would...
-
-
Message Logging from lua script
Hi there
I'm writing a reasonably complex lua script to be used by the bootstapper (I'm creating a custom dependency module). To assist script debugging I would like to log various messages. There are plenty of lua scripts in bootstrap\dependencies folder - all of them use Application.WriteToLogFile()....
-