Install Options problem with custom dialog on Windows98/ME
I have some custom dialogs. One is for askin' the user if he wants the program installed for all users of just current user. On Windows98/ME I don't ask it.
Line : 426 -->
StrCmp $showUserWindow "false" 0 +2
Abort
The problem now is that if I abort here and don't show the window, then installer doesn't show a little later the window "DirectoryRequest" (Line 471).
When I put the two lines of code at line 426 in comment, it does show the Dialog DirectoryRequest...
Can anybody help me with this?
Source files :
thx, Lieven CardoenSource