Hello.
I want to run the following out of .kix:
.exe - to install a program
.bat - to apply update to it
.msi - to install another program to work with first one
.reg - to add reg_hack into registry to make it all work

As i understand:
.exe <-- SHELL
.bat <-- CALL or INCLUDE
.msi <-- not sure here, call msiexex.exe and pass the parameter to it
.reg <-- ??? no clue at all. Found a function to read the key, how to right into it, how to add new value or new key

i may have another question about error check some time down the road, but not before i try and fail to figure it out myself