I am trying to convert a legacy Visual FoxPro 9 application that uses an InstallShield 2015 LE installer so we could deploy using the windows store. If I let the singleImage installer be converted it spouts a lot warning:
"DesktopAppConverter : warning 'W_COM_DARWIN_INSTALLATION_NOT_SUPPORTED': COM: Darwin installation is not supported for packaged applications. The InprocServer32 value of the InprocServer32 subkey of CLSID {C27CCE3B-8596-11D1-B16A-00C0F0283628} should be replaced with a default (unnamed) value that specifies the path to a server in the package. Otherwise, attempts to create this class will fail."
It sounds like I want to disable this DARWIN feature somewhere but information about this is very very scarse. It seems these warnings are given on some OCX (yes I know) controls but also components from the merge modules included in the setup. Does anyone know how to get rid of these warnings? They currently prevent the convertor from running, but some manual makeAppX steps do seem to allow me to generate an AppX but when the program is started there is a fast popup each time I enter windows that have these ocx controls.