|
-
Apr 20th, 2000, 11:29 PM
#1
I want to declare the deletefile function from the winapi
and delete a file named for exapmple X in drive c
I know how to writ it but because I use a form for it when I make a setup.exe, msvbvm50.dll (vb version 5) is included how can I get rid of it because when included ( It is about 1.3 megabye) it makes the setup.exe very huge about 1.4 megabyte.
I would appriciate if you could help me
thank you very much
siincerely yours Rosana
-
Apr 21st, 2000, 04:26 PM
#2
Lively Member
juz uncheck that msvbm50 when packaging the setup file...
however, the prog may not be able to run on systems with vb runtimes
-
Apr 21st, 2000, 04:36 PM
#3
Fanatic Member
Same Probem
I have used DAO 3.5 and some ActiveX controls in my program. When i created a setup of it and included all runtime files and DA0 3.5 and other drivers, the file was a huge one of about 12.3MB. Looking at this I thought I should go in for VC++ rather than VB since C programs doesnt require so many runtime files.
I anyone knows a better alternative to it please help me.
Thanks.
Kinjal
-
Apr 21st, 2000, 11:10 PM
#4
Installing VB programs
I do all my VB installs with InstallShield for C++. It creates a nice, tidy package that can be spanned across disks if necessary.
Its pretty easy to learn the script language, and makes an install that looks very professional.
Otherwise, a simple VC++ program (with maybe one dialog) can fit on a floppy if necessary and move files, decompress files, and so on.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|