Archive: Finding EXE


Finding EXE
Hello all I am new to NSIS obviously and I have a small dilema. I am trying to do the following.

Open a window that allows the user to find beta.exe. I would use the registry to find this but most of our users have TWO beta.exe files.

The reason the users have two beta.exe one is for MODing and one is just a clean beta.exe.

So I need to have a way for them to select which is the MODing beta.exe then set the install path to where that version of beta.exe is.

I do not have the source code to beta.exe or I would just make two versions one clean one MODed =P so this is the only option.

Thanks in advance!


you can use the FileRequest dialog in an InstallOptions page.