Archive: InetLoad plug-in - Downloaded file issue


InetLoad plug-in - Downloaded file issue
Good morning,

I am using InetLoad plug-in to download some files from my site and am able to download the file successfully.

But while opening the file I am getting some dialog box and my document(which i downloaded using the above plugin) is not displaying properly.

PLease verify the enclosed screen shot for details.

Do i need to add anything in my code.

Code Sample:
Section "Dummy Section" SecDummy


InetLoad::load /POPUP "https test" "Site location" "$EXEDIR\File name"
Pop $0 # return value = exit code, "OK" if OK
MessageBox MB_OK "Download Status: $0"

SectionEnd


Plug-in not recognizes linked docs (like browser does), you should explicitly download all files including style sheets.


There is syntax error in my code.This issue can be closed. I am able to download the files now. Sorry for inconvinence.