Hi folks,
The requirements concerning my installer project have been changed. So I have to rebuild the structure of my project folder. I have now four asseblies in separate sub projects. Three (wix sharp)projects serve for building individual msi. Moreover I have now a class library that contains helpful classes including functions I use in some others asseblies. In spite of the fact that I refered the project a exeption error have been appeared.
System.Reflection.TargetInvocationException: ... ---> System.IO.FileNotFoundException: ... InstallTools.dll ...
Therefore I modified the class library to contain a Wix Extension Class (concerning to http://wixtoolset.org/documentation/manual/v3/wixdev/extensions/extension_development_simple_example.html"). All the other classes inside the library use this class as a base class. The elementary construktor is private. Could it be a problem? Finaly, I have added a reference to the "wix sharp"-projects: project.WixExtensions.Add(@"Folder\InstallTools.dll"). Unfortunately, it doesn't helps. Frown | :( How can I work with separate asseblies concerning to building msi with wix sharp?
Cheers!
Olga
The requirements concerning my installer project have been changed. So I have to rebuild the structure of my project folder. I have now four asseblies in separate sub projects. Three (wix sharp)projects serve for building individual msi. Moreover I have now a class library that contains helpful classes including functions I use in some others asseblies. In spite of the fact that I refered the project a exeption error have been appeared.
System.Reflection.TargetInvocationException: ... ---> System.IO.FileNotFoundException: ... InstallTools.dll ...
Therefore I modified the class library to contain a Wix Extension Class (concerning to http://wixtoolset.org/documentation/manual/v3/wixdev/extensions/extension_development_simple_example.html"). All the other classes inside the library use this class as a base class. The elementary construktor is private. Could it be a problem? Finaly, I have added a reference to the "wix sharp"-projects: project.WixExtensions.Add(@"Folder\InstallTools.dll"). Unfortunately, it doesn't helps. Frown | :( How can I work with separate asseblies concerning to building msi with wix sharp?
Cheers!
Olga