cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Valerian
Level 2

Please post a working example of code using ExportStrings method.

This one does not work...

Set ISWiProject = CreateObject("IswiAuto14.ISWiProject")
ISWiProject.OpenProject ("devprj.ism")
ISWiProject.ActiveLanguage = "1033"
strfile = "c:\eng.txt"
dTimeStamp = "07/20/2007"
res = ISWiProject.ExportStrings (strfile,dTimeStamp,0 )
ISWiProject.CloseProject

It exports all the strings present in installer project regardless of the date entered.:(
If anybode ever managed to ExportStrings with date parameter other than zero, please send a code example.
Labels (1)
0 Kudos
(1) Reply
HookEm
Level 5

Did you ever get a working example of the ExportStrings method that works by date?
0 Kudos