[ back to toc ]

Setup file in C

Date: 2001/12/06 20:43

Q:
I wanna make a setup file in C from an exe file. Please let me knwo is
there any function available in C for the purpose. or whats the method to
make a setup file in C. I'm using Turbo C++ 3.0 on Windows 98 Operatin
System.
Best Regards

A:
setup.exe is not a function, but rather a program that performs several
tasks. You can program all these tasks in C. However there is no simple
function to call.

Regards,
Peter

[ back to toc ]