How can i make Build.

I have just build a softpaq for our softqare release.
Now i am giving tar file of softpaq to customer. It need to extract and then need to run script file inside it.

I want to build this way that when user extract script file in this should automatically starts/excutes...

Can anyone suggest me the way how can i do it?

or you know any third party software package builder or something else...

Thanks you very much in advance.
please reply soon.

Thanks
Ajay

Installer script pretty much depends on the remote platform, example :
rpmbuild for RH.

Hi Sygate,

Yes i know about rpmbuild but in my case requirement is simple.. i need a pak which extract file and run my script file which in inside pack.

I think its simple. I don't have to do more with rpm package. can u tell me more clear if i can do it with rpmbuild? And dont worry about plateform i have both (RH, SUSE)

Thanks
Ajay

Well, take a look at the requirements for building a RPM package, make sure you're OK, and finally the command is simply "rpmbuild -bb"