Hi, is there any comprehensive documentation on ho...
# compose-desktop
f
Hi, is there any comprehensive documentation on how to configure Wix on a compose desktop (windows only) project? What I need to do is to embed Visual C++ Redistributable in my installer and get it installed before my application is run. Thanks
I've found out some documentation on how you tell Wix to install Visual C++ Redistributable here https://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html But I don't know where that configuration should be put inside a compose desktop project.
https://github.com/JetBrains/compose-jb/issues/1972 Looks like there is an issue open for that
m
Do you need to ship some extra DLLs alongside your app, or do you want it to actually install the runtime as a separately packaged/installed dependency?
f
I was looking into installing the whole visual c++ redistributables system-wide.
m
For others: we followed up in private messages and Francesco's problem is solved now.