uninstalling problem on vista

Add-in Express™ Support Service
That's what is more important than anything else

uninstalling problem on vista
 
Goran Vidic




Posts: 61
Joined: 2009-04-24
Hi,

I have a problem to uninstall add-in on Vista. After trying to remove add-in created by add-in express, I have noticed that all *.dll files was not removed from destination folder. Uninstallation process finished normally without any (reported) errors?

Best regards, Goran
Posted 30 Oct, 2009 12:48:51 Top
Eugene Astafiev


Guest


Hi Goran,

Where did you install the add-in?

BTW Is the UAC enabled?
Posted 31 Oct, 2009 07:34:01 Top
Goran Vidic




Posts: 61
Joined: 2009-04-24
Hi Eugene,

Using Control Panel|Programs and Feature|Uninstall.

PostBuildEvent = "C:\Program Files\Add-in Express\Add-in Express 2008 for .NET Professional\Bin\DisableUAC.exe" "$(BuiltOuputPath)" /UAC=Off

Since I don't have any administrative knowledge about Vista and Windows 7, is there any simple solution to uninstall add-in?

Regards, Goran
Posted 31 Oct, 2009 11:13:14 Top
Eugene Astafiev


Guest


Hi Goran,

Sorry, but you didn't answer on my questions.

1. What is the target directory for the add-in?
2. Is the UAC enabled?
Posted 02 Nov, 2009 04:09:30 Top
Goran Vidic




Posts: 61
Joined: 2009-04-24
Hi Eugene,

I have changed


PostBuildEvent = "C:Program FilesAdd-in ExpressAdd-in Express 2008 for .NET ProfessionalBinDisableUAC.exe" "$(BuiltOuputPath)" /[B]UAC=Off[/B] 


to


PostBuildEvent = "C:Program FilesAdd-in ExpressAdd-in Express 2008 for .NET ProfessionalBinDisableUAC.exe" "$(BuiltOuputPath)" /[B]UAC=On[/B] 


and now it works !?
Posted 02 Nov, 2009 04:48:43 Top
Eugene Astafiev


Guest


Hello Goran,

I have asked you about the UAC settings of the OS, not in the PostBuildEvent.
Posted 02 Nov, 2009 05:30:12 Top