File bag (v9r2)
Posted: Mon Jun 23, 2014 11:02 am
Using V9r2 for quite a while now and I've been happy with it. Now I need to serialize one of our apps, and must use my own mechanism to embed modules-allowed data in the S/N. I modified the registration dialog with provision to input the S/N, and wrote a little DLL to check the input for validity, which I planned to add to the installer sfx via the FileBag plugin and then call via CallDLL once the user inputs the S/N. Calling the DLL works fine, but the FileBag call doesn't appear to do anything with the file. I've tried placing the FileBag call in various places, and in debugging the script watch it get called and update the declared variable with a valid path, but it does not copy the DLL file into that location. The lines in my script read:
Set Variable FILEBAGLOC to
Define File Bag : D:\Installations\InstallAware Plugins\ChkSN\*.dll, get runtine location of files into variable FILEBAGLOC
What am I missing here?
Thanks,
Steve Sneed
Set Variable FILEBAGLOC to
Define File Bag : D:\Installations\InstallAware Plugins\ChkSN\*.dll, get runtine location of files into variable FILEBAGLOC
What am I missing here?
Thanks,
Steve Sneed