How to call "Browse for folder" from MSIcode
Posted: Mon Mar 03, 2014 3:15 am
Hi,
I am trying to call the "Browse for folder" window from the MSIcode because the button in the dialog needs to show a messagebox first before browsing to a folder. Is this possible from the MSIcode? And if this is possible how can I do this?
I have already the following code:
if Variable WIZARD Equals BROWSE
MessageBox: Installation location, PLEASE NOTICE: $NEWLINE$ The installation path... Do you wish to continue?
if Variable MYCONTINUE Equals YES
end
if Variable MYCONTINUE Equals NO
end
end
Here I need to open the window "browse for folder" when you click on yes in the messagebox and go back to the dialog when you click no in the messagebox.
My thanks in advance.
I am trying to call the "Browse for folder" window from the MSIcode because the button in the dialog needs to show a messagebox first before browsing to a folder. Is this possible from the MSIcode? And if this is possible how can I do this?
I have already the following code:
if Variable WIZARD Equals BROWSE
MessageBox: Installation location, PLEASE NOTICE: $NEWLINE$ The installation path... Do you wish to continue?
if Variable MYCONTINUE Equals YES
end
if Variable MYCONTINUE Equals NO
end
end
Here I need to open the window "browse for folder" when you click on yes in the messagebox and go back to the dialog when you click no in the messagebox.
My thanks in advance.