.local isolation doubts
Hi,
I have done .local Isolation with my msi. After isolation, no any .local file or .xml file got created. But in my msi isolated components got added. Can I say it is successfull .local isolation?
I have done .local Isolation with my msi. After isolation, no any .local file or .xml file got created. But in my msi isolated components got added. Can I say it is successfull .local isolation?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
joseph
13 years ago
Hi,
When you isolate any DLL it should create .local file.
For example when u install the app, App.exe is installing in c:\program files\appfolder and
A.dll is going into system32 folder, if you want to isolate this A.dll ,
you can associate a A.DLL file in the installation with a App.exe.
Then after installing the application , u should get the files in the "c:\programfiles\appfolder" like below
a.dll, app.exe, app.exe.local.
Thanks,
R.Joseph.
When you isolate any DLL it should create .local file.
For example when u install the app, App.exe is installing in c:\program files\appfolder and
A.dll is going into system32 folder, if you want to isolate this A.dll ,
you can associate a A.DLL file in the installation with a App.exe.
Then after installing the application , u should get the files in the "c:\programfiles\appfolder" like below
a.dll, app.exe, app.exe.local.
Thanks,
R.Joseph.

so that the conversation will remain readable.