Hi, all,
I am using the installshield to generate the exe application file. The application is project based on Visual Basic 6.0.
My operating system is Windows 7.
After the installation, I tried to uninstall the application. The folder at C:\program file is able to be fully deleted. But there is a file at "C:\Users\Joey\AppData\Local\VirtualStore\Program Files\Application1". It is not deleted.
Could anyone tell me how to delete the file at VirtualStore automatically when I uninstall the application?
Thank you so much!
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

file at virtual store not able to be deleted
Started by
joeychou1985
, Apr 26 2010 15:53
1 reply to this topic
Posted 27 April 2010 - 18:08
This is probably a file that is created or modified during runtime of your application. And it is created becasue your application tries to write to the Program Folder but doesn't have appropriate permission. You should fix your application to write to a user writable location instead. Or, as a workaround (not recommended!) give the user write access to the respective file or folder.
Stefan Krüger
InstallSite.org twitter facebook