Aug 06 2020 10:26 PM
HI,
I want to register some COM components on the machine along with some other DLL, And want to place those item in other Folder like c:\ Program Files\FolderName.
Those extra DLL will be placed in this folder.
If i uninstall the application , the other folder and registry entry also removed from the system.
Can we achieve this using MSIX, appx deployment process?
Aug 07 2020 01:43 PM
@AtulD I believe so. There is a potential issue depending on how applications are supposed to find the dlls placed in an alternative folder that might not work out of the box, but can be easily addressed.
Aug 07 2020 11:27 PM
Thank you @TIMOTHY MANGAN
You are correct but some other applications are dependent on some of the DLL and registry entry and i want to deploy when we installing the app and and i want to remove those registry entry and other folder when uninstalling the application just like MSI work.
This can be achieved using InstallShield suit but we can not distribute them with web browser.
I am looking the solution which can install both from the web browser.
Your inputs most welcome.
Aug 08 2020 04:34 AM
Solution@AtulD OK then!
Newer is better when it comes to runtime, so stay working with 2004. You'll eventually need to test on back-rev OS due to the COM, but I'd start here.
Aug 10 2020 06:11 AM