Forum Discussion
Ryan Eadie
Nov 07, 2018Copper Contributor
Creating Optional package without Visual Studio
The documentation and sample for creating optional packages uses Visual Studio. Can Optional packages be created without Visual Studio, similar to creating a bundle using makeappx? https://docs....
Ryan Eadie
Nov 07, 2018Copper Contributor
Yes, the Win32 exe is also packaged. Does this mean I have to change all instances of LoadLibrary to LoadPackagedLibrary? How do I handle statically linked delay loaded dlls that are optionally installed?
Andy Liu
Nov 08, 2018Former Employee
Yes you should be using LoadPackagedLibrary, and statically linked delay loaded dlls should work the same way that they do for a main package. Let me know if you're having any issues with these.