Forum: NSIS Discussion
18th April 2011, 03:56
|
|
Replies: 2
Views: 3,920
|
Forum: NSIS Discussion
12th April 2011, 15:24
|
|
Replies: 17
Views: 4,666
|
Forum: NSIS Discussion
12th April 2011, 04:05
|
|
Replies: 17
Views: 4,666
|
Forum: NSIS Discussion
12th April 2011, 03:27
|
|
Replies: 17
Views: 4,666
UAC plugin, installer window goes behind
using the nullsoft UAC plugin v0.2.2d.zip, i find that the installer window often launches behind other windows (like the browser that opened it).
any ideas how to force it front most?
|
Forum: NSIS Discussion
9th April 2011, 12:55
|
|
Replies: 0
Views: 1,327
run this program as administrator set
my installer places a shortcut in the user's startup folder so the application is started.
in once instance, the shortcut was installed with the "run this program as administrator" option set. ...
|
Forum: NSIS Discussion
7th April 2011, 05:50
|
|
Replies: 12
Views: 6,225
|
Forum: NSIS Discussion
7th April 2011, 05:47
|
|
Replies: 12
Views: 6,225
|
Forum: NSIS Discussion
7th April 2011, 05:31
|
|
Replies: 12
Views: 6,225
so I assume you mean:
!insertmacro...
so I assume you mean:
!insertmacro UAC_AsUser_Call ExecCodeSegment CreateShortcuts ${UAC_SYNCREGISTERS}|${UAC_SYNCINSTDIR}
so with that i get:
!insertmacro: UAC_AsUser_Call
Push: $0...
|
Forum: NSIS Discussion
7th April 2011, 01:16
|
|
Replies: 12
Views: 6,225
I'm sorry I don't understand:
what...
I'm sorry I don't understand:
what specifically do I substitute for UAC::ExecCodeSegment as in the code example:
GetFunctionAddress $0 CreateShortcuts
UAC::ExecCodeSegment $0
|
Forum: NSIS Discussion
7th April 2011, 00:39
|
|
Replies: 12
Views: 6,225
UAC::ExecCodeSegment
same problem for UAC::ExecCodeSegment?
is there a macro i should use in its place?
|
Forum: NSIS Discussion
6th April 2011, 00:55
|
|
Replies: 12
Views: 6,225
|
Forum: NSIS Discussion
6th April 2011, 00:13
|
|
Replies: 12
Views: 6,225
|
Forum: NSIS Discussion
5th April 2011, 23:36
|
|
Replies: 12
Views: 6,225
Invalid command: UAC::RunElevated
when i compile my script i get:
Invalid command: UAC::RunElevated
UAC.dll is in my plugin's directory, but i am not sure its it loading properly:
in the installer output i see:
Processing...
|
Forum: NSIS Discussion
3rd April 2011, 02:44
|
|
Replies: 3
Views: 2,340
admin user is wrong user
When I run my installer on Vista it asks for an Admin account in order to install (which make sense).
At the end of the install I execute:
nsExec::Exec $INSTDIR\myapp.exe
However myapp.exe...
|