from CD/DVD media.
Below you can see logical structure of my photos CD/DVD
Code: Select all
\root
+---\_Tools_
| +-------\XnView
| | /* XnView binaries and ini-file */
| +-------\installers
| | /* installers of some apps for photo & co */
| +-------\slideshow
| +-------\slideshowfile1.sld
| +-------\slideshowfile2.sld
| +-------\slideshowfile3.sld
+---\myphotos1
| /* my JPGs */
+---\myphotos2
| /* my JPGs */
+---\autorun.inf
Code: Select all
[autorun]
open = .\_Tools_\XnView\xnview.exe -slide slideshowfile1.sld -ini .\_Tools_\XnView\xnview.ini
icon = .\_Tools_\XnView\xnview.exe,0
label = Private
shell\browsing = &Browse all
shell\browsing\command = .\_Tools_\XnView\xnview.exe . -ini .\_Tools_\XnView\xnview.ini
shell\slides00 = slides '&slideshow all'
shell\slides00\command = _Tools_\XnView\xnview.exe -slide _Tools_\slideshow\slideshowfile1.sld -ini _Tools_\XnView\xnview.ini
shell\slides01 = slides 'Some slideshow #1'
shell\slides01\command = _Tools_\XnView\xnview.exe -slide _Tools_\slideshow\slideshowfile2.sld -ini _Tools_\XnView\xnview.ini
shell\slides02 = slides 'Some slideshow #2'
shell\slides02\command = _Tools_\XnView\xnview.exe -slide _Tools_\slideshow\slideshowfile3.sld -ini _Tools_\XnView\xnview.ini
I don't have any idea if it is xnview or windows having problems with sld files.
Version 1.82 didn't have this issue.
I have just overwritten 1.90.3 installation on CD with xnview.exe and xnview.exe.manifest coming from 1.82 and it is working.
Do you think I should try with 1.91 ?