cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dcoder
Level 2

Trouble running scripts.

Hello.

I want to create an installer that copies a tarred and zipped file to specified directory and then uncompresses and untars the file.

When I run my built installer, I see that it has copied the tar file to the user defined directory. It also copies the script that untars the tar file.
But, the tar file never gets untarred. If I look at the install logs, the logs state that the script ran and executed successfully.

I don't know what is wrong. Could anyone give me suggestions as to what could be the problem?

thanks.
Labels (1)
0 Kudos
(1) Reply
UtsabKarmakar
Level 5 Flexeran
Level 5 Flexeran

Hi,

Use the "Copy File Action" ( Add Action >General tab) in install phase, to copy the required files to a specific directory.
Use the "Execute Target File" or "Execute Script/Batch file" ( Add Action >General tab) in install phase to execute the script.

Regards
Utsab Karmakar
0 Kudos