![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2005
Posts: 11
Rep Power: 0
![]() |
hi all
I am writing a program in VB 6 to zip files using winzip and then creating a self extractor file. I have been able to get the first part done but I havent been getting code to create the self extractor file. can anyone help me? |
|
|
|
|
|
#2 |
|
Programming Guru
![]() |
What? Here, i simplify it for you....
Shell("winzip.exe")
__________________
|
|
|
|
|
|
#3 |
|
Expert Programmer
|
Why not write your own, suprisingly easily, using compressed resources:
1. Write an EXE stub that extracts the compressed resource and runs it. 2. Write a packager that combines the data and the stub. All you'd really need is a decent compression function which you could get ready made by googling. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|