It's not a new format per se, but a new installer. The linux-based extraction utilities (cabextract and similar) doesn't recognize the new exe files (yet, at least). Until then the method I use is to install everything in Windows, and then simply package the "Professional" subdirectory in a tar.bz2 archive file which gets auto-extracted by my Linux backtester. When/if I find updates or other linux-based exe extractors that can be used instead I will post here.
I discovered that I can extract the dbf file on my Ubuntu linux system by running the installer under wine. It deposits the DBF files under $HOME/.wine/drive_c/Program Files/Stock Investor/Professional. Although the application itself fails after the install, the part we're interested in works fine.
the cabextract utility also worked for me... just do
cabextract xxx.exe and you will get data1.cab and data2.cab in your current directory, along with some junk. Doing unshield x data1.cab then unshield x data2.cab will extract the dbfs...
For cutting and pasting:
cabextract fullupdate20030103.exe
unshield x data1.cab
unshield x data2.cab
It's not a new format per
It's not a new format per se, but a new installer. The linux-based extraction utilities (cabextract and similar) doesn't recognize the new exe files (yet, at least). Until then the method I use is to install everything in Windows, and then simply package the "Professional" subdirectory in a tar.bz2 archive file which gets auto-extracted by my Linux backtester. When/if I find updates or other linux-based exe extractors that can be used instead I will post here.
Alternative for working with the new installer
FYI,
I discovered that I can extract the dbf file on my Ubuntu linux system by running the installer under wine. It deposits the DBF files under $HOME/.wine/drive_c/Program Files/Stock Investor/Professional. Although the application itself fails after the install, the part we're interested in works fine.
Phil
another way
the cabextract utility also worked for me... just do
cabextract xxx.exe and you will get data1.cab and data2.cab in your current directory, along with some junk. Doing unshield x data1.cab then unshield x data2.cab will extract the dbfs...
For cutting and pasting:
That wont work with proxxxfiles
Hi Henry ...
The cabextract utility only will work with the fullupdateXXX files, not the proXXX files
We were hoping to get them to work with the proXXX files since that is all that is archived.