Hello, i am new to InstallAware.
I need to check if there is a Dongle-Driver installed, install them if not and to read a number out of the Dongle. This number defines which part of the installation the user is licenced to.
After that i can ask the user, which component the user wants and so on.
Is this possible with InstallAware 7?
M.Achterholt
-Germany-
Pre-Install Hardlock Dongle
IF there is a .Dll wrapper you can call to read the Dongle or any other way to read it through Win32 API, then yes, it's possible.
Panagiotis Kefalidis
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation
You can add your .dll as a SupportFile and call it like $SUPPORTDIR$\\my.dll etc. .You can do the same thing with an .exe wrapper.
Panagiotis Kefalidis
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation
I need to check if there is a Dongle-Driver installed, install them if not
==============
This part can be done perfectly if you create a Dongle-Driver runtime, and then add this runtime to your install project. In this way you can ensure that Dongle-Driver is always there. In this forum you can find sample code for BDE and WinPcap Driver runtime and much more in Sample Code section.
and to read a number out of the Dongle.
==============
Do not know how you get the number out of Dongle. If you need to run an executable, use MSIcode Run Program. If you need to call a function in DLL, you can Call Dll Function. The help document contains further information.
==============
This part can be done perfectly if you create a Dongle-Driver runtime, and then add this runtime to your install project. In this way you can ensure that Dongle-Driver is always there. In this forum you can find sample code for BDE and WinPcap Driver runtime and much more in Sample Code section.
and to read a number out of the Dongle.
==============
Do not know how you get the number out of Dongle. If you need to run an executable, use MSIcode Run Program. If you need to call a function in DLL, you can Call Dll Function. The help document contains further information.
Who is online
Users browsing this forum: No registered users and 127 guests