kando234
24th April 2009, 08:30
Hi,
another small problem I experienced...
I really don´t get this and maybe someone
out here has an idea what´s going on.
My old installation routine - i call it (1) from now on - (guess it was built with NSIS version < 2) works fine on windows 7...
But my new installation routine - (2) - (same source,
just added a few sections) doesn´t.
Here´s what happens on Windows 7:
(1) UAC Warning,
looks like this (http://img27.imageshack.us/img27/3365/unbenanntmtp.png)
(if url does not appear: img27.imageshack.us/img27/3365/unbenanntmtp.png
-> I click allow -> everything works as expected
(2): Security warning due to unknown publisher
(we know that from Vista and XP) - looks like this (http://www.tweak-uac.com/UAC-unknown-publisher.png) (i googled an image, if url does not appear: tweak-uac.com/UAC-unknown-publisher.png)
-> I click "Run" -> Installer works fine but isn´t allowed to create folders or shortcuts
P.S.:
RequestExecutionLevel for both installers is set to:
RequestExecutionLevel user
Thanks for any hint you can provide on why those installation routines work different (I want it the way the old installation routine worked ... without changing user -> admin, or is it impossible without changing it to admin ?)
another small problem I experienced...
I really don´t get this and maybe someone
out here has an idea what´s going on.
My old installation routine - i call it (1) from now on - (guess it was built with NSIS version < 2) works fine on windows 7...
But my new installation routine - (2) - (same source,
just added a few sections) doesn´t.
Here´s what happens on Windows 7:
(1) UAC Warning,
looks like this (http://img27.imageshack.us/img27/3365/unbenanntmtp.png)
(if url does not appear: img27.imageshack.us/img27/3365/unbenanntmtp.png
-> I click allow -> everything works as expected
(2): Security warning due to unknown publisher
(we know that from Vista and XP) - looks like this (http://www.tweak-uac.com/UAC-unknown-publisher.png) (i googled an image, if url does not appear: tweak-uac.com/UAC-unknown-publisher.png)
-> I click "Run" -> Installer works fine but isn´t allowed to create folders or shortcuts
P.S.:
RequestExecutionLevel for both installers is set to:
RequestExecutionLevel user
Thanks for any hint you can provide on why those installation routines work different (I want it the way the old installation routine worked ... without changing user -> admin, or is it impossible without changing it to admin ?)