Search found 2 matches

Go to advanced search

by raja
Thu Aug 30, 2007 7:56 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 41980
 
Jump to post

just sorted it out

the poster should have made it clear that the PROPERTY in the vb script needed to be set to APPDIR or the path to the folder!


Session.Property("APPDIR")

i was looking in under the property button in 'execution condition'
by raja
Thu Aug 30, 2007 7:42 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 41980
 
Jump to post

hi i have a folder called 'data' which i want to delete when the program is uninstalled!!

this would be very important to users of this program.

I tried the above..

Function removeDir()
Dim pathToFolder, smallPath
Set objFS = CreateObject("Scripting.FileSystemObject")
pathToFolder ...

Go to advanced search