Forum: NSIS Discussion
8th June 2011, 09:53
|
|
Replies: 32
Views: 4,498
But, in the documentation to Advanced Uninstall...
But, in the documentation to Advanced Uninstall Log, they recommend to call the macro which creates the uninstaller in .onInstSuccess. That's how it's done now in my installer. And I need to refresh...
|
Forum: NSIS Discussion
8th June 2011, 08:39
|
|
Replies: 32
Views: 4,498
|
Forum: NSIS Discussion
7th June 2011, 15:31
|
|
Replies: 32
Views: 4,498
If I point it to the uninstaller .lnk, it sets...
If I point it to the uninstaller .lnk, it sets the default icon to the instfiles page. I also tried pointing it to the application .lnk, it works - the application icon appears on the instfiles page.
|
Forum: NSIS Discussion
7th June 2011, 15:11
|
|
Replies: 32
Views: 4,498
Problem is not with the app icon, but with the...
Problem is not with the app icon, but with the uninstaller icon. On all the uninstaller pages, the icon is ok. It does not show only in the Start Menu (see attachment).
I am inclined to think that...
|
Forum: NSIS Discussion
7th June 2011, 14:01
|
|
Replies: 32
Views: 4,498
I tried the following:
CreateShortCut...
I tried the following:
CreateShortCut "$SMPROGRAMS\${APP_NAME}\${UNINSTALL_SHORTCUT}.lnk" "${UNINST_EXE}" "" "${UNINST_EXE}"
After this, the icon remained default and on attempt to look at "Look...
|
Forum: NSIS Discussion
7th June 2011, 13:18
|
|
Replies: 32
Views: 4,498
I ran your code for the problem .lnk.
...
I ran your code for the problem .lnk.
GetPath:0=C:\Program Files (x86)\Yota\Play\Uninstall.exe
GetIconLocation:0=,0
IShellLink HR=0
GetIconLocation:0=*|idx=7 flags=12
Extract:0=HICON=508627137...
|
Forum: NSIS Discussion
7th June 2011, 09:45
|
|
Replies: 4
Views: 1,773
Thank you!!! I tried this and it led me to the...
Thank you!!! I tried this and it led me to the solution.
The $exepath in the inner instance contains not the actual, but the original filename. The ${If} ${UAC_IsInnerInstance} in .onInit isn't...
|
Forum: NSIS Discussion
7th June 2011, 09:06
|
|
Replies: 4
Views: 1,773
|
Forum: NSIS Discussion
6th June 2011, 14:32
|
|
Replies: 4
Views: 1,773
|
Forum: NSIS Discussion
6th June 2011, 12:20
|
|
Replies: 32
Views: 4,498
|
Forum: NSIS Discussion
3rd June 2011, 13:01
|
|
Replies: 32
Views: 4,498
|
Forum: NSIS Discussion
3rd June 2011, 10:58
|
|
Replies: 32
Views: 4,498
|
Forum: NSIS Discussion
3rd June 2011, 10:43
|
|
Replies: 32
Views: 4,498
|
Forum: NSIS Discussion
3rd June 2011, 09:45
|
|
Replies: 32
Views: 4,498
Here it is. I've renamed it to .lnkk for...
Here it is. I've renamed it to .lnkk for convenient uploading.
http://www.sendspace.com/file/7jl8qq
This .lnk is both in Programs/AppName/ and in main start menu (on attached image). In...
|
Forum: NSIS Discussion
2nd June 2011, 09:03
|
|
Replies: 32
Views: 4,498
|
Forum: NSIS Discussion
2nd June 2011, 08:50
|
|
Replies: 32
Views: 4,498
The problem appears only when installing in...
The problem appears only when installing in Program Files (x86) folder. When I install to another folder, select uninstaller icon and do "Pin to Start Menu", the uninstaller icon is ok. If I install...
|
Forum: NSIS Discussion
2nd June 2011, 07:49
|
|
Replies: 32
Views: 4,498
|
Forum: NSIS Discussion
1st June 2011, 14:02
|
|
Replies: 32
Views: 4,498
Uninstall icon in Start Menu isn't shown
Hello,
After installing the application, the installer and uninstaller icons are properly shown in application folder in Start menu, but the uninstaller icon is missing from the main Start menu (see...
|
Forum: NSIS Discussion
25th May 2011, 10:59
|
|
Replies: 6
Views: 3,540
I'd like to bring up this topic again.
In...
I'd like to bring up this topic again.
In installer message boxes (telling user about various errors), I want the installer icon in the titlebar. I need the same icon as in the installer (defined by...
|
Forum: NSIS Discussion
17th May 2011, 16:39
|
|
Replies: 2
Views: 1,848
|
Forum: NSIS Discussion
17th May 2011, 16:34
|
|
Replies: 2
Views: 1,487
|
Forum: NSIS Discussion
17th May 2011, 07:54
|
|
Replies: 2
Views: 1,487
|
Forum: NSIS Discussion
27th April 2011, 10:32
|
|
Replies: 4
Views: 3,115
|
Forum: NSIS Discussion
27th April 2011, 10:14
|
|
Replies: 2
Views: 3,423
|
Forum: NSIS Discussion
20th April 2011, 10:02
|
|
Replies: 4
Views: 3,115
|