|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Junior Member
Join Date: Feb 2011
Posts: 1
|
How do i uinstall Program files\FOLDERNAME and Start menu\FOLDERNAME?
I've made a installer for my application that makes a folder in the Start menu, containing link to exe file and the uinstaller. It also creates a folder in the Program files(x86), but the uinstaller does not uinstall either of them.
some code on what im doing: code: Anyone have a clue? |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Oct 2004
Location: UK
Posts: 33
|
Is that your actual code? I'll bet that you haven't really created a folder called "NAME" or a shortcut called "EXEFILE.lnk"
You need to post your actual code in order for anyone to see why it might not be working. |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Also make sure you are deleting from the correct folder (i.e. SetShellVarContext). If you are installing on Vista/7 then you have to use SetShellVarContext all as explained here: http://nsis.sourceforge.net/Shortcut..._Windows_Vista
Stu |
|
|
|
![]() |
|
|||||||
| Tags |
| uinstall delete folder |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|