Forum: NSIS Discussion
12th July 2010, 14:02
|
|
Replies: 7
Views: 4,569
Zinthose, thank for your reply!
I'm using...
Zinthose, thank for your reply!
I'm using x64 (64-bit) edition XP and 7, I had included x64.nsh and I disable and enable redirection befor Exec but my mistake was that I do that before and after...
|
Forum: NSIS Discussion
11th July 2010, 07:13
|
|
Replies: 7
Views: 4,569
Thanks again for your solution!
Seems that...
Thanks again for your solution!
Seems that $SYSDIR always point to Windows\system32 when Exec, ExecWait or ExecShell are used.
What I can see is that if I use "$WINDIR\SysWOW64" instead...
|
Forum: NSIS Discussion
10th July 2010, 22:06
|
|
Replies: 7
Views: 4,569
My installer is 32bit and install some files...
My installer is 32bit and install some files using $SYSDIR which redirect installation to SysWOW32. This is OK until I try to run using Exec, ExecWait or even ExecShell "open" an exe file from...
|
Forum: NSIS Discussion
10th July 2010, 15:19
|
|
Replies: 12
Views: 2,708
|
Forum: NSIS Discussion
10th July 2010, 13:06
|
|
Replies: 12
Views: 2,708
|
Forum: NSIS Discussion
10th July 2010, 12:50
|
|
Replies: 12
Views: 2,708
Stu,
Thanks for the macros!
The bug...
Stu,
Thanks for the macros!
The bug with LockedList::FindProcess Case Sensitive is not fully fixed!
Now it works with Notepad.exe process but if the running process has Uper Case letter(s)...
|
Forum: NSIS Discussion
9th July 2010, 19:24
|
|
Replies: 12
Views: 2,708
|
Forum: NSIS Discussion
9th July 2010, 12:37
|
|
Replies: 12
Views: 2,708
Stu, your suggestion should fix that issue. If...
Stu, your suggestion should fix that issue. If you do it please let me know.
So based on your suggestion the macros should looks like below in order to empty the stack?
!macro _IsProcessRunning...
|
Forum: NSIS Discussion
9th July 2010, 10:31
|
|
Replies: 12
Views: 2,708
LockedList plugin and FindProcess macros
Thanks to Afrow UK for it's great LockedList plugin.
I use this plugin to find running processes using macros which can be very useful on some situations. I write next macros which seems works as...
|
Forum: NSIS Discussion
9th July 2010, 10:05
|
|
Replies: 7
Views: 4,569
|
Forum: NSIS Discussion
8th July 2010, 18:23
|
|
Replies: 7
Views: 4,569
x64 SysWOW64 and running app
Hi,
As I see all 32-bit apps are forwarded in x64 to the SysWOW64 folder for backward compatibility but I can't understand how to run an exe located inside SysWOW64?
I included x64.nsh and I...
|
Forum: NSIS Discussion
8th July 2010, 07:48
|
|
Replies: 6
Views: 2,917
|
Forum: NSIS Discussion
7th July 2010, 21:28
|
|
Replies: 6
Views: 2,917
|
Forum: NSIS Discussion
7th July 2010, 18:11
|
|
Replies: 6
Views: 2,917
|
Forum: NSIS Discussion
7th July 2010, 18:05
|
|
Replies: 6
Views: 2,917
x64 - Get full path of running process
Hi,
Is there any working plugin or function to get the full path of an running process under x64?
For x86 (32bit) OS this can be done very easy using "ProcFunc.nsh" and "${GetProcessPath}" but...
|
Forum: NSIS Discussion
7th July 2010, 17:09
|
|
Replies: 19
Views: 5,061
Seems that "khesrow" try to say that he need a...
Seems that "khesrow" try to say that he need a way to avoid extraction of files compiled inside his Setup.exe file
As I can understand when he try to extract the content of his Setup.exe he get 4...
|
Forum: NSIS Discussion
7th July 2010, 10:55
|
|
Replies: 3
Views: 2,298
Hi Afrow
I needed a list of all running...
Hi Afrow
I needed a list of all running processes to check some incompatible processes with my app but now is fixed as I just search only for incompatible processes using nsProcess plugin instead...
|
Forum: NSIS Discussion
6th July 2010, 17:25
|
|
Replies: 3
Views: 2,298
nsProcess and x64 Solution
Hi all,
After some tests with x64 OS (XP and 7) I see that only nsProcess plugin (thanks to Instructor) is able to find processes for x64 applications installed and running from "Program Files"...
|
Forum: NSIS Discussion
25th June 2010, 20:22
|
|
Replies: 24
Views: 6,306
|
Forum: NSIS Discussion
25th June 2010, 19:24
|
|
Replies: 24
Views: 6,306
With other words:
filemon - can see the...
With other words:
filemon - can see the files but if are packed/protected user can't analyze them
regmon - can see registry but don't help very much if the detected files are packed
tcpmon -...
|
Forum: NSIS Discussion
25th June 2010, 18:47
|
|
Replies: 24
Views: 6,306
you're right but the main intention is to...
you're right but the main intention is to obfuscate password used to encrypt some files inside the script and some of the tools you talk about can be detected and rejected with an incompatibility...
|
Forum: NSIS Discussion
25th June 2010, 18:16
|
|
Replies: 24
Views: 6,306
What I need to protect is not the files inside...
What I need to protect is not the files inside the NSIS installer, is the installer binary where install instructions can be easy readed and on some cases we don't like end user to see that our...
|
Forum: NSIS Discussion
25th June 2010, 17:45
|
|
Replies: 24
Views: 6,306
|
Forum: NSIS Discussion
25th June 2010, 13:29
|
|
Replies: 24
Views: 6,306
|
Forum: NSIS Discussion
25th June 2010, 11:06
|
|
Replies: 24
Views: 6,306
AsProtect is an old protector but can't be...
AsProtect is an old protector but can't be cracked by this UnivExtractor! It is very hard to crack AsProtect and can be done only manually and not on all situations (depending on protection...
|