I created a program using VB6 which has many dependency JPG files. All files are installed in the same subfolder folder of Program

Files folder using Package and Deployment Wizard. in VB6.
Everything works fine on WinXp Administrator account however I get an error when that account is a Limited Account. (path/File Access Error with the named jpg file).
How can I get the program to run on a Limited Account? Can I add something in the program code?
I used the following code to get pictures to load:
ImgOutput.Picture = LoadPicture(App.Path & "\" & (Val(Data1) & ".jpg"))


I appreciate any feedback.
Thanks
Klaas