setting install location for merge module
-
how do i set the install location for dll's in a merge module? the properties window does not contain a location. the dll's are installed in the application folder, when they should be installed in the windows\system32 directory.
If you are referring to an existing Merge Module (aka, one created for your use), then that information is already stored in the module itself. In other words, if you're using the MSVCRT merge module in your installer, that merege module already contains the necessary pathing information to place the DLL in the correct location (in this case %windows%\System32). D.
-
If you are referring to an existing Merge Module (aka, one created for your use), then that information is already stored in the module itself. In other words, if you're using the MSVCRT merge module in your installer, that merege module already contains the necessary pathing information to place the DLL in the correct location (in this case %windows%\System32). D.
-
i am using the msvcrt merge module from c:\program files\common files\merge modules, but it is being installed in the application folder. any ideas?
No, since we cannot 'see' how the merge module is/was built. I suggest you just add the DLL to your installer and put it where you need/want it. D.