Let say, we have over 1000 client and each client using different windows installer version number.
Their window installer v1.0.1 previously installed in client local machine. (using other windows installer not the installaware)
Now we wanted based on previous installer version number is v1.0.1 and set Installaware version number becoming v1.0.1
Can I set dynamic version number become as variable #MYVersion# due of different customer might have different version. Properly read from batch file or text file.
Based on last post on above url. [Quite urgent due of left this part only]
I try to do:
Run Program $SUPPORTDIR$\MyVersion.bat (WAIT, get result into variable BATCHTEST)
Read from Text File $SUPPORTDIR$\version.txt into Variable TESTTEST
but failed to set #MYVERSION# compiler variable.
if refer on "Title & version with a compiler variables.rar " sample. it set fixed in complier variable. Its not the result I want due it does not support dynamic product version.
