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
- :
- Re: Is it possible to install files which are "invisible"
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 18, 2010
01:18 PM
Is it possible to install files which are "invisible"
Hello,
I'm using InstallAnywhere 9 (soon, i'll try version 10).
I'm a newbie because i've bought it and i'm using it since 2 weeks.
So, i can create installers for mac and windows.
Everything works fine.
In my application (i talk about my application, not the installer), there are some files that i can put inside the application (video files). So the installers install these files on Hard Drive with my application.
But I don't want the user to be able to see these video files.
So, i set them to "invisible" in mac os x. The installers works fine, but when it install the app and the video files, the video files become visible.
My test was done only on mac os x.
Do you know a tip to do that : Install invisible file ?
thank your for your help.
I'm using InstallAnywhere 9 (soon, i'll try version 10).
I'm a newbie because i've bought it and i'm using it since 2 weeks.
So, i can create installers for mac and windows.
Everything works fine.
In my application (i talk about my application, not the installer), there are some files that i can put inside the application (video files). So the installers install these files on Hard Drive with my application.
But I don't want the user to be able to see these video files.
So, i set them to "invisible" in mac os x. The installers works fine, but when it install the app and the video files, the video files become visible.
My test was done only on mac os x.
Do you know a tip to do that : Install invisible file ?
thank your for your help.
(3) Replies
‎Feb 19, 2010
05:31 AM
Yes, it is possible to set "files" to be invisible on mac os x and windows.
When i set files "invisible", installanywhere create an installer which works fine. But it install files which are all visible.
I know it is possible to execute a command in "post install".
do you know if it can execute a "unix command" at the end of installation on mac os x ?
I found this in the help :
I think it answers my question .... But i'm not sure...
When i set files "invisible", installanywhere create an installer which works fine. But it install files which are all visible.
I know it is possible to execute a command in "post install".
do you know if it can execute a "unix command" at the end of installation on mac os x ?
I found this in the help :
Execute Command is not the same as a DOS command (on Windows) nor a shell command (on UNIX). Only executable files on the target system can be called using this action. For example, on Windows, you cannot call echo because it represents a special shell command that cmd.exe and command.com understand. On UNIX, echo can be called because it is an executable file (typically located in /usr/bin); however, you cannot use any special shell commands (the setenv or set C-shell commands).
Note: To execute DOS or UNIX-shell commands, use the Execute Script/Batch File action or the Execute Target File action. These actions allow you to write a batch file or shell script to run during the installation.
I think it answers my question .... But i'm not sure...
‎Feb 19, 2010
11:19 AM
If you need to Execute Command where the command is an "internal" command (i.e. one of the shell internal commands) what you need to do, for instance, on a Unix is something like this:
/bin/sh -c command