have a few files where one file needs to be installed before the other before the other can be registered (very common I assume).
So I have:
- ifile.dll
- xfile.dll
xfile.dll needs to be copied into the directory before ifile.dll is registered on the system. It seems like the install ordering is alphabetic but that can't be right. There has to be an easy way to do this that I am just missing.
Thanks.
So I have:
- ifile.dll
- xfile.dll
xfile.dll needs to be copied into the directory before ifile.dll is registered on the system. It seems like the install ordering is alphabetic but that can't be right. There has to be an easy way to do this that I am just missing.
Thanks.
Comment