Actions to take at beginning of install

michelek

Newcomer
Joined
Aug 31, 2004
Messages
10
I have a couple of things that need to be at the beginning of the install before the copying of any files. For example, call functions from a dll, delete old files before the install starts, etc.... And it doesn't fall into the launch conditions editor section. How would I be able to do this at the beginning of the installation?

Thanks
 
I still haven't figured out how to execute a file/C# code before the setup copies the files. Does anyone know of a way? Any help appreciated.
 
If the framework is already installed, then you could make another little program which does the stuff and then calls your setup by process Start.
Or maybe you can do something with launch conditions from within the setup.

Fritz
 
Back
Top