how can i create a file that will register the references Automatically?
Hi,
is there a way that i can create a file that register a certain references used in a project such as sendmail.dll
i can do this manually using regsvr32, but is there a way to create a file such as .reg files
Re: how can i create a file that will register the references Automatically?
The options that come to my mind (maybe someone else know's something I don't here tho) are to use an installer script, a batch file or have your program register the files the first time it runs.
Re: how can i create a file that will register the references Automatically?
L1nuxVb,
Take a look at my signature for ********** and Inno Setup. also look at Installer Problems, it will save you alot of time and effort.