Questions on windows installer
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I am using windows installer. I need to find where A product was installed and copy the packed dlls to the installed folder. So users are forbidden to change the install path. My questions are: 1. How to invalid the “browser” button so that users cannot change the install path? 2. How can I run some code(e.g. call a dll) at the very beginning of installation? By over writting "Install" and "BeforeInstall" methods, it can only run after the dlls were copied to installed path! thanks so much!
do it.