Indigo Rose Software
  #1  
Old 1 Week Ago
cenber cenber is offline
Forum Member
 
Join Date: Aug 2009
Location: istanbul/turkey
Posts: 11
Grin uninstall problem

Hi,there

I've some trouble with uninstalling. After uninstall process all the files that i've installed are removed properly, except one:

%Yukle%\%ProductName% (C:\program files\metron\Metron&M_V8)

That folder can't be removed by the uninstall process and i can't figure out what the problem is.
Attached Files
File Type: sf8 v8.sf8 (153.3 KB, 0 views)
Reply With Quote
  #2  
Old 1 Week Ago
jassing's Avatar
jassing jassing is offline
Indigo Rose Customer
 
Join Date: Jan 2001
Location: Anderson Island, WA, USA
Posts: 1,898
is it a folder or file that can't be removed?
You could use File.DeleteOnReboot() for any files that are still in use.
__________________
Reply With Quote
  #3  
Old 1 Week Ago
cenber cenber is offline
Forum Member
 
Join Date: Aug 2009
Location: istanbul/turkey
Posts: 11
It's not a file. It's just main installation folder. My project file has been attached to my previous send if it's gonna be help you.
Reply With Quote
  #4  
Old 1 Week Ago
jassing's Avatar
jassing jassing is offline
Indigo Rose Customer
 
Join Date: Jan 2001
Location: Anderson Island, WA, USA
Posts: 1,898
if the folder is "in use" (by explorer, your exe, etc) you can't delete it.

Add in your "post uninstall" section:

Code:
if Folder.DoesExist( SessionVar.Expand("%Yukle%\\%ProductName%") ) then
  File.DeleteOnReboot( SessionVar.Expand("%Yukle%\\%ProductName%") );
end
__________________
Reply With Quote
  #5  
Old 1 Week Ago
cenber cenber is offline
Forum Member
 
Join Date: Aug 2009
Location: istanbul/turkey
Posts: 11
Thank you so much. I'll try this
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -6. The time now is 07:58 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software