Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: juliarg
Forum: NSIS Discussion 8th June 2011, 09:53
Replies: 32
Views: 4,498
Posted By juliarg
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
Posted By juliarg
Thumbs up :) Yes, you're right. I write the uninstaller in...

:) Yes, you're right. I write the uninstaller in .onInstSuccess using Advanced Uninstall Log. The shortcuts are created in the install section.

I found out that if I do this

System::Call...
Forum: NSIS Discussion 7th June 2011, 15:31
Replies: 32
Views: 4,498
Posted By juliarg
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
Posted By juliarg
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
Posted By juliarg
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
Posted By juliarg
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
Posted By juliarg
Thumbs up 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
Posted By juliarg
$0 is 0 in this case. $0 $1 $2 $3 are 0 1 2 0. ...

$0 is 0 in this case. $0 $1 $2 $3 are 0 1 2 0.

This behaviour appears both before reboot when UAC is turned off and after reboot if current user is non-admin.

But!

I've found out that this...
Forum: NSIS Discussion 6th June 2011, 14:32
Replies: 4
Views: 1,773
Posted By juliarg
UAC plugin: strange behaviour when UAC is off and installer is run from browser

I stumbled upon some strange behaviour when running downloaded installer from different browsers.

The problem is as follows:
I switch off UAC and do not reboot the computer.
Run the installer,...
Forum: NSIS Discussion 6th June 2011, 12:20
Replies: 32
Views: 4,498
Posted By juliarg
Is there a way to put this IconPath in the .lnk...

Is there a way to put this IconPath in the .lnk via NSIS? I'm puzzled.
Forum: NSIS Discussion 3rd June 2011, 13:01
Replies: 32
Views: 4,498
Posted By juliarg
Could you then please have a look at this .lnk...

Could you then please have a look at this .lnk file?

http://www.sendspace.com/file/nqi7am

It's after I changed the "search for icons in the following file" property from

C:\Program Files...
Forum: NSIS Discussion 3rd June 2011, 10:58
Replies: 32
Views: 4,498
Posted By juliarg
How do you explore the .lnk file?

How do you explore the .lnk file?
Forum: NSIS Discussion 3rd June 2011, 10:43
Replies: 32
Views: 4,498
Posted By juliarg
Yes, the problem persists if another user on...

Yes, the problem persists if another user on another machine installs the app.
Clicking on this shortcut actually works.
Forum: NSIS Discussion 3rd June 2011, 09:45
Replies: 32
Views: 4,498
Posted By juliarg
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
Posted By juliarg
If I select the menu item with the default icon...

If I select the menu item with the default icon and choose "Properties->Change Icon" I see the path to file with icons looking like this:

C:\Program Files (x86)\App\Uninstall.exe

The icon is...
Forum: NSIS Discussion 2nd June 2011, 08:50
Replies: 32
Views: 4,498
Posted By juliarg
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
Posted By juliarg
!define MUI_ICON myapp_install.ico !define...

!define MUI_ICON myapp_install.ico
!define MUI_UNICON myapp_uninstall.ico

In install section:

CreateDirectory "$SMPROGRAMS\${APP_NAME}"
CreateShortCut...
Forum: NSIS Discussion 1st June 2011, 14:02
Replies: 32
Views: 4,498
Posted By juliarg
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
Posted By juliarg
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
Posted By juliarg
Replace Browse For Folder dialog

How do I replace the Browse For Folder dialog on the MUI2 directory page for a more detailed one like in the attachment?
Forum: NSIS Discussion 17th May 2011, 16:34
Replies: 2
Views: 1,487
Posted By juliarg
Thanks!

Thanks!
Forum: NSIS Discussion 17th May 2011, 07:54
Replies: 2
Views: 1,487
Posted By juliarg
Uninstallation of files created by application activity

In my application, user may download files and select where to store them. These files can be opened only by the app, so when I uninstall it I want to remove the files, too. I don't want to remove...
Forum: NSIS Discussion 27th April 2011, 10:32
Replies: 4
Views: 3,115
Posted By juliarg
Thanks a lot for your reply!

Thanks a lot for your reply!
Forum: NSIS Discussion 27th April 2011, 10:14
Replies: 2
Views: 3,423
Posted By juliarg
Detecting application when run by another user. FindWindow or...?

In my uninstaller, I want to handle correctly the situation when one user on the machine tries to uninstall the app when another user has it running. Normally, I identify the running application...
Forum: NSIS Discussion 20th April 2011, 10:02
Replies: 4
Views: 3,115
Posted By juliarg
The path is correct, it is in the 64-bit registry.

The path is correct, it is in the 64-bit registry.
Showing results 1 to 25 of 28

 
Forum Jump