Welcome, Guest
Username Password: Remember me

32 and 64 bit assemblies in one windows installer
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: 32 and 64 bit assemblies in one windows installer

32 and 64 bit assemblies in one windows installer 2 years ago #1646

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44470
  • Karma: 4
  • Honor Medal 2009
  4  vote down  star


Hello,

I have an application written in C# which depends on sqlite managed provider. The sqlite provider is platform dependent (there are two dlls for 32 and 64 bit applications with the same name). The application loads the desired one at runtime based on OS.

The problem is that while creating an installer I cannot add 64 bit mode dll to the setup project as I am getting the following error: File '' targeting '' is not compatible with the project's target platform ''.

I would use other installer but I have a custom action which must be invoked during the setup.

So I wanted to know if there is an installer which will let me add 32 and 64 bit dll to it and execute custom action written in C#.

One possible solution is to have two installers but I would like to avoid it if possible.

Any suggestions?
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar
  • Page:
  • 1
Time to create page: 0.61 seconds

     
    
Home Forum