Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: pbeisel
Forum: NSIS Discussion 18th April 2011, 03:56
Replies: 2
Views: 3,920
Posted By pbeisel
'run this program as an administrator' and windows 7

I have an installer that installs a shortcut in the user's startup folder.

In some Windows 7 admin accounts (about 2 of the 10 I've tested), the shortcut ends up with the 'run this program as an...
Forum: NSIS Discussion 12th April 2011, 15:24
Replies: 17
Views: 4,666
Posted By pbeisel
if a fix was made to bring the installer window...

if a fix was made to bring the installer window frontmost, can you kindly tell me where in the code? i will compare the two builds to confirm which version has the fix. thanks.
Forum: NSIS Discussion 12th April 2011, 04:05
Replies: 17
Views: 4,666
Posted By pbeisel
I tried 2.3 but I think it didn't work on Vista...

I tried 2.3 but I think it didn't work on Vista (I should reverify this).

Nonetheless, was this a known bug and fixed at some point?
Forum: NSIS Discussion 12th April 2011, 03:27
Replies: 17
Views: 4,666
Posted By pbeisel
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
Posted By pbeisel
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
Posted By pbeisel
i am using uac.dll and UAC.nsh in version...

i am using uac.dll and UAC.nsh

in version UAC_v0.2.2d.zip
Forum: NSIS Discussion 7th April 2011, 05:47
Replies: 12
Views: 6,225
Posted By pbeisel
ok i think you meant literally: !insertmacro...

ok i think you meant literally:

!insertmacro UAC_AsUser_Call function CreateShortcuts ${UAC_SYNCREGISTERS}|${UAC_SYNCINSTDIR}

correct?

if so, what does:
...
Forum: NSIS Discussion 7th April 2011, 05:31
Replies: 12
Views: 6,225
Posted By pbeisel
Cool 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
Posted By pbeisel
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
Posted By pbeisel
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
Posted By pbeisel
well i got it to compile by changing: ...

well i got it to compile by changing:

UAC::RunEvevated

with

!insertmacro UAC_RunElevated

is this correct?
Forum: NSIS Discussion 6th April 2011, 00:13
Replies: 12
Views: 6,225
Posted By pbeisel
assuming UAC::_ is not indicating a problem ... ...

assuming UAC::_ is not indicating a problem ...
i also verified that UAC.nsh is loaded correctly

(tried the .dll from the current branch as well as experimental, tried both the "A" and "U"...
Forum: NSIS Discussion 5th April 2011, 23:36
Replies: 12
Views: 6,225
Posted By pbeisel
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
Posted By pbeisel
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...
Showing results 1 to 14 of 14

 
Forum Jump