PDA

View Full Version : Problem in running setup on linux



Rakesh_mahajan
06-24-2004, 04:55 AM
Hi all,

I have created a setup. I have created 6 dialogs. I have created 2 componenets.
I added a folder to each of them using "Add dynamic link".
These folders contains subfolders..

When i run setup it starts copying both folders.While copying it it creates a log file with errors. I am attaching the log file.
Please tell me what's the problem..
I am running the setup on linux.


I am attaching the log file which is generated during installation.



Thanks & Regards,
Rakesh

Rakesh_mahajan
06-24-2004, 04:57 AM
After that i removed both component and try to run setup. In this case also i am getting error.

I am attaching the log file.

Thanks & Regards,
Rakesh

ahindam
06-28-2004, 10:46 AM
I have traced this issue.
When I am creating installer for linux and have include a directory (Add Dynamic Link...) containing files having "$" in the file name, I get this error message.
In a universal static suite. If this error is due to the last product to install the installation succeed with error log file containing the same message.
But if the product that have file containing "$" is not the last one to install the installation fails.

If you have a couple of files including $ you can use (Add File ...) to avoid this error. I problem that I am including a full directory with sub-directories and a lot of files containing "$" in the file name.