Hi I'm working on a thin-app project
the original version of the application has a an executable file and a couple of folders containing dll files and some folders containing .bmp files and a folder for extra languages as well
these .bmp files are used for applications extra themes.
I successfully portablized my application and it works normally BUT
I discovered that when I PLACE AND LAUNCH my app from the ROOT of any drive those extra themes and languages DO NOT load in my app !
in fact when I launch the app from the root of any drive the only thing loaded in app memory is the primary executable file itself !!!
Is this my fault in capturing the project or what ? cause all of these folders (containing languages and .bmp files) have the "writecopy" attribute.
I've tried changing writecopy in "##Attributes.ini" file to "merged" and "Full" status but it not worked.
I'm using VMware ThinApp v4.7.2.
Thanks in advance...