This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- protect Resource1.zip
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2011
12:44 PM
protect Resource1.zip
is it possible to adding a password for the generated Resource1.zip to protect the contents inside, and the Installer could automatically decode it?
in our product, some contents inside the Resource1.zip are confidential, and should be only available to install with a proper license. But now the user could easily unzip the Resource1.zip, and grap some contents he is not supposed to get.
is there any solution available for this?
Thanks.
in our product, some contents inside the Resource1.zip are confidential, and should be only available to install with a proper license. But now the user could easily unzip the Resource1.zip, and grap some contents he is not supposed to get.
is there any solution available for this?
Thanks.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2011
03:09 PM
As far as I know this is not possible, so I guess the only workaround I would use would be to put the confidential information in a password protected .zip and use the builtin IA password/license mechanism.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2011
03:20 PM
thanks for replying.
I am not familiar with builtin IA password/license mechanism - where could I find it in InstallAnywhere?
And if my confidential stuff has been packed into a protected zip file, is it possible that installer could unzip them and select some of them to install based on my license?
I am not familiar with builtin IA password/license mechanism - where could I find it in InstallAnywhere?
And if my confidential stuff has been packed into a protected zip file, is it possible that installer could unzip them and select some of them to install based on my license?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2011
03:28 PM
Please see the Panel: Get Password. I would say that maybe you will also need to use some custom code in order to unzip the password protected .zip file, so that will result in an .jar of .class files. Maybe you will also need to use an obfuscator (in order to prevent Java decompilation of the custom code) or maybe implement a license mechanism in the application itself (instead of the installer).