Hi all!
I configured my sf6 with 3 user variables, readed from an INI file in startup action.
Then, I use one of those variables in my "Runtime Source" file properties field, in CD-ROM tab.
Something like this:
Runtime source:
%SrcDir%\lexnova\%FOLDER_ID%\INDEX
When I execute the installer, I get an error saying can't be found "D:\lexnova\%FOLDER_ID%\INDEX\myfile.ext"
As you can see, "%SrcDir%" var has been substituted with "D:" but %FOLDER_ID% user var is not readed from INI file yet.
If I show a message box in first line of startup action, this message is displayed after check.
How can I assign %FOLDER_ID% value **before** installer checks file existence?
Thanks in advance
JM
I configured my sf6 with 3 user variables, readed from an INI file in startup action.
Then, I use one of those variables in my "Runtime Source" file properties field, in CD-ROM tab.
Something like this:
Runtime source:
%SrcDir%\lexnova\%FOLDER_ID%\INDEX
When I execute the installer, I get an error saying can't be found "D:\lexnova\%FOLDER_ID%\INDEX\myfile.ext"
As you can see, "%SrcDir%" var has been substituted with "D:" but %FOLDER_ID% user var is not readed from INI file yet.
If I show a message box in first line of startup action, this message is displayed after check.
How can I assign %FOLDER_ID% value **before** installer checks file existence?
Thanks in advance
JM
Comment