Control exectuion of ini file
My msi uses a ini file, I would use an other ini file, how can I perfom this with command lines?
I try LOADINF but it doesn't work.
Thank you!
0 Comments
[ - ] Hide Comments
Community Chosen Answer
Answers
MSIs don't use INI files natively. You'll probably find that the INI you have is used by a Custom Action.
If that CA is a script, you might be able to leverage it to use against your own INI. If it's calling a function in a DLL, you can forget using it.
If that CA is a script, you might be able to leverage it to use against your own INI. If it's calling a function in a DLL, you can forget using it.
Please log in to comment
Please log in to comment
Comments