cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
NamitaB
Level 5

Changing Componenet Services DLL Path

I need to create a Componenet Services . It always takes the path in which the Installer is built.There may be case that the correspong DLL doesnot exists in the specified DLL path in the installer.Can this be changed . Please help..
Labels (1)
0 Kudos
(3) Replies
hidenori
Level 17

If you are using the Component Services view in the InstallShield IDE to install your COM+ applications, you can change the target destination of the component services DLLs by the Destination setting in the Installation tab.

Hope that helps.
0 Kudos
NamitaB
Level 5

Is there any way that we can specify the com dll location during installation or browse the dll to create the complus application?please reply..
0 Kudos
hidenori
Level 17

If you are using the Component Services view to install COM+ applications, the setup will install COM+ DLLs to the target location that you specify in the Destination setting on the Installation tab. If you want to provide the user interface for your end users to change the location, you can use the InstallChangeFolder dialog by adding the control events as follows:

SpawnDialog InstallChangeFolder 1
[_BrowseProperty] 1

where is the directory indentifier that you specify in the Destination setting on the Installation tab of the Component Services view.
0 Kudos