Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, How can we know the path of .msi file, where it is being executed from? Thanks In Advance --Naren
Try this. string exedir = AppDomain.CurrentDomain.BaseDirectory;
string exedir = AppDomain.CurrentDomain.BaseDirectory;
Excellence is doing ordinary things extraordinarily well.