Hi I am trying to mak an istaller with inno fopr my app and its just a quick question really does the module that I have used need to be installed on the users machine or will that be included when the exe file is made in vb
Thanks
Rob
Printable View
Hi I am trying to mak an istaller with inno fopr my app and its just a quick question really does the module that I have used need to be installed on the users machine or will that be included when the exe file is made in vb
Thanks
Rob
It is compiled into the exe. Only the exe, and assets and ocxes and dlls and stuff like that have to be included....and the runtime files...;)
ØØ
Thanks
robvr6,
Take a look at **********. It will get everything that you need for your app and create a script for you that Inno Setup can compile.