Search found 4 matches

Go to advanced search

by joncrlsn
Wed Jan 17, 2007 6:28 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 42643
 
Jump to post

How to set property to install dir

Hi Gigi,

Which page discusses how to set Session.Property("PROPERTY") to the current installation directory? (I would hard-code the path, but the user is allowed to pick their own installation directory). I've been looking for several days and haven't found anything on how to set a property to the ...
by joncrlsn
Mon Jan 15, 2007 11:31 pm
Forum: Common Problems
Topic: Uninstall does not remove all files
Replies: 15
Views: 19615
 
Jump to post

Session.property("APPDIR") is empty

I'm sure I'm just missing something, but I learned enough VBScript today to find out that Session.property("APPDIR") is empty in the Attached Custom Action I'm using (RemoveInstallDir). It doesn't seem obvious to me how to set this for the script, and I've been looking most of the day.

Any help ...
by joncrlsn
Mon Jan 15, 2007 4:46 pm
Forum: Common Problems
Topic: Uninstall does not remove all files
Replies: 15
Views: 19615
 
Jump to post

Script error

Thanks so much for your help. As you can tell, I'm rather new to AI and VBS scripts.

I've done everything you said, however, I'm getting a script error on uninstall now. I'm wondering if I have to do something to set the APPDIR system variable in the script. I would think that would be set ...
by joncrlsn
Fri Jan 12, 2007 11:06 pm
Forum: Common Problems
Topic: Uninstall does not remove all files
Replies: 15
Views: 19615
 
Jump to post

InstallExecuteSequence->RemoveFolders

Hi Gigi, Thanks for your VBS example. I never would have come up with that on my own.

My question is though, you keep talking about a RemoveFolders under InstallExecuteSequence. I don't have anything like that on my UI.

I do have an Uninstall folder under InstallExecuteSequence. I tried it there ...

Go to advanced search