06-07-2006 12:33 PM
06-08-2006 12:16 PM
Hello Dan,
Great question -- all you need to do is build your installer and bundle the
runtime engine with it. When the user installs your program the installer
you build with the app builder will automatically take care of what you describe.
As far as your second question is concerned, are you trying to determine this
programmatically or though Windows in some way? If you want to do it
through Windows, just check control panel-> add/remove programs for the
program or rerun the installer. If it's been installed you'll get a
different screen when you run the .msi setup. If you want to do it
programmatically you'll probably need to make calls to the Windows API to get
Windows to return that information for you. If you need more help on that
let us know.
Hope it helps -- have a great day!
06-08-2006 01:47 PM
Should I understand that the installer checks whether the program is already installed and warns you about it in some way? And the same is valid for the RTE?
Otherwise, thanks for the rapid responce.
Regards, Dan
06-08-2006 04:54 PM
If you include the Runtime Engine in your application builder its installer will check if the same version of the runtime engine is already present on the system and if so skip installation of the runtime engine.
@Dan Kostov wrote:
Should I understand that the installer checks whether the program is already installed and warns you about it in some way? And the same is valid for the RTE?
Otherwise, thanks for the rapid responce.
06-09-2006 09:27 AM