johneast
08-13-2005, 04:59 PM
What's the proper uninstall protocol and procedure for deleting each User's user data pretaining to our program? Here is an overview...
In addition to our installation folder of: C:\Program Files\OurProgram
Our program creates User data for each User in the Documents and Settings User folders. ie.
C:\Documents and Settings\User1\Application Data\OurProgram\
C:\Documents and Settings\User2\Application Data\OurProgram\
The data and folders are NOT created during installation but are first created when a user first accesses the program via each users program shortcut.
What's the proper protocol in removing "user data" that relates to your program. If the Administrator is uninstalling the program, do you assume that each User's residual files should be deleted including the data that has been created for and by the User.
If so, how is this done in Setup factory? How do you find and cycle through each user and delete each User's data in Documents and Settings?
Thanks
In addition to our installation folder of: C:\Program Files\OurProgram
Our program creates User data for each User in the Documents and Settings User folders. ie.
C:\Documents and Settings\User1\Application Data\OurProgram\
C:\Documents and Settings\User2\Application Data\OurProgram\
The data and folders are NOT created during installation but are first created when a user first accesses the program via each users program shortcut.
What's the proper protocol in removing "user data" that relates to your program. If the Administrator is uninstalling the program, do you assume that each User's residual files should be deleted including the data that has been created for and by the User.
If so, how is this done in Setup factory? How do you find and cycle through each user and delete each User's data in Documents and Settings?
Thanks