nickp
Posts: 8
Joined: Tue Jan 10, 2006 12:08 pm

Auto register order of DLL's

Hi there,

I'm currently "auto registering" 1 ActiveX DLL in an Advanced Installer project. I am going to need to register serveral more DLL's in the same way, but unfortunately these need to be registered in a specific order.

How would I specify the order of registration for these files?

I am currently setting them to "auto register" by right clicking on the files in the "Files and Folders" section and selecting "Properties", then checking "Auto register file...".

The only work around I can currently think of is to make a completely new application that registers them in the correct order and launching it as a custom action on install/uninstall.

Thanks for your time and many thanks in advance.
Mihai
Posts: 38
Joined: Wed Mar 23, 2005 12:19 pm

Hi,

The solution would be to use a deferred custom action that will register these files in the desired order instead of selecting the autoregister option.

We added the sequenced file registration to our TO DO list.

Best regards,
Mihai
Mihai Udrea
Advenced Installer Team
nickp
Posts: 8
Joined: Tue Jan 10, 2006 12:08 pm

Cheers for the speedy reply Mihai,

Okay, I was thinking that might be the case, I look forward to this feature then :-) Take care.

Nick.
ritschy
Posts: 1
Joined: Fri Oct 13, 2006 11:53 am

hi there,

we evaluate Andvancedinstaller for our comming projects. we also have got the prob with registering dll's in a specified order. is there already a solution in adv-installer ('cause mihai told to put in on to-do list) or is it still open for a future version?

ritschy
gigi
Posts: 2103
Joined: Tue Apr 11, 2006 9:55 am
Contact: Website

Hi,

I'm afraid that this feature is not yet implemented but we increase it's priority. Thank you bringing this to our attention.

Regards,
Gigi
______________
Gheorghe Rada
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”