Packaging third party Localized assemblies in MSI

Add-in Express™ Support Service
That's what is more important than anything else

Packaging third party Localized assemblies in MSI
 
Sebastien Lange




Posts: 35
Joined: 2022-09-21
Hi,

I'm using DevExpress within my COM add-in.
I've dowloaded French localized assemblies and there are located in a subfolder (fr) of the primary output.
In debug, it works fine and I can see translated ressources.

I have created an msi setup project. In 'File System On Target', I've added 'fr' subfolder to Application Folder. Then I added Localized resources from 'MyProject'. But I guess it tries to find the files in the primary output directory, and not in subfolder 'fr'. So they are not packaged...

Could advise on how to package such localized assemblies located in subfolders?

Best regards,
S?bastien
Posted 15 Nov, 2022 07:38:43 Top
Andrei Smolin


Add-in Express team


Posts: 18816
Joined: 2006-05-11
Hello S?bastien,

Try to add those files to your setup project: let them deploy right to the installation folder, not to a subfolder of the installation folder.

Regards from Poland (GMT+1),

Andrei Smolin
Add-in Express Team Leader
Posted 16 Nov, 2022 10:00:24 Top