Results 1 to 2 of 2
Hi
I want to create a single file for my installer which will display the user license and when the user agrees it will ask for the user name and ...
- 05-05-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 1
How to create a bin file for installer
Hi
I want to create a single file for my installer which will display the user license and when the user agrees it will ask for the user name and password and then install the package. The package is an rpm package. I have seen some programs which will do this like Java JDk setups. Can some one help me on how to create these bin files?
Thanks
Madhukar
- 05-06-2010 #2
One way is to concatenate the binary data at the end of a script.


Reply With Quote