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
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
9 years ago
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.
Comments:
-
How to do it by command lines? - moba-junior 9 years ago
Posted by:
anonymous_9363
9 years ago