Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: vinnietran
Forum: NSIS Discussion 2nd November 2006, 18:12
Replies: 2
Views: 1,877
Posted By vinnietran
Thanks kichik.

Thanks kichik.
Forum: NSIS Discussion 1st November 2006, 21:51
Replies: 2
Views: 1,877
Posted By vinnietran
LogSet and LogText

Hello All,

The LogSet and LogText requires for us to define NSIS_CONFIG_LOG. Afrow UK posted a special build where we don't have to define the NSIS_CONFIG_LOG. I've tested it, and it is working...
Forum: NSIS Discussion 1st November 2006, 21:46
Replies: 18
Views: 21,119
Posted By vinnietran
Afrow UK. You've posted special build for...

Afrow UK. You've posted special build for Logging. Too much information in the install.log, anyway I can simplify that?

Thanks.
Forum: NSIS Discussion 4th April 2006, 20:23
Replies: 1
Views: 1,243
Posted By vinnietran
Replacing the \ with the / in a string

By default NSIS INSTDIR is C:\xxx\yyy is there an example out there replace the \ with / to for C:/xxx/yyy?

Thanks.
Forum: NSIS Discussion 4th April 2006, 18:11
Replies: 15
Views: 6,334
Posted By vinnietran
Thanks.

Thanks.
Forum: NSIS Discussion 4th April 2006, 18:01
Replies: 15
Views: 6,334
Posted By vinnietran
How can I convert the Total Physical Memory which...

How can I convert the Total Physical Memory which is in bytes to Mbytes?

I tried "IntOp $4 $4 / 1048576 but it is returning 0.

I guess IntOp can only handle so much. Is there another way to...
Forum: NSIS Discussion 4th April 2006, 14:49
Replies: 2
Views: 2,302
Posted By vinnietran
Thanks Again Kichik.

Thanks Again Kichik.
Forum: NSIS Discussion 4th April 2006, 14:44
Replies: 15
Views: 6,334
Posted By vinnietran
Thank You Very Much Kichik. You are the GOD. ...

Thank You Very Much Kichik. You are the GOD. This worksssssss (well, at least on my box :) ). Let me go try it on the other system.
Forum: NSIS Discussion 4th April 2006, 14:40
Replies: 2
Views: 2,302
Posted By vinnietran
Question Disable/Enable component in Components Page

Hello All,

How can I disable (make it not selectable) the checkbox?

Basically, in my installer I am tracking installed components. In my Uninstaller, I want to enable (show - make it...
Forum: NSIS Discussion 4th April 2006, 14:14
Replies: 15
Views: 11,484
Posted By vinnietran
I ran into similar situation. For me, I cannot...

I ran into similar situation. For me, I cannot delete the folder because one of my process was holding it for some reason. I terminated the process, but it did not determinated, therefore, it...
Forum: NSIS Discussion 4th April 2006, 14:06
Replies: 15
Views: 6,334
Posted By vinnietran
Stu, That's what I thought too. This is the...

Stu,

That's what I thought too. This is the code I executed.

# allocate
System::Alloc 32
Pop $1
# call
System::Call "Kernel32::GlobalMemoryStatusEx(i r1)"
# get
Forum: NSIS Discussion 3rd April 2006, 23:46
Replies: 15
Views: 6,334
Posted By vinnietran
ooops sorry correction System::Call...

ooops sorry correction

System::Call "Kernel32::GlobalMemoryStatusEx(i r1)"
# get
System::Call "*$1(i.r2, i.r3, i.r4, i.r5, i.r6, i.r7, i.r8, i.r9)"
Forum: NSIS Discussion 3rd April 2006, 23:45
Replies: 15
Views: 6,334
Posted By vinnietran
Hello Everyone. Does anyone have the example for...

Hello Everyone. Does anyone have the example for GlobalMemoryStatusEx which Stu mentioned above. I tried it but it gave me whole bunch of zeros. I think I have problem with the output

...
Forum: NSIS Discussion 3rd April 2006, 20:42
Replies: 15
Views: 6,334
Posted By vinnietran
Stu Any sample, what parameters do I need to...

Stu

Any sample, what parameters do I need to pass in.

I tried it but it returns with 0s.

Thanks.
Forum: NSIS Discussion 3rd April 2006, 20:31
Replies: 6
Views: 3,896
Posted By vinnietran
Thanks Stu.

Thanks Stu.
Forum: NSIS Discussion 3rd April 2006, 20:23
Replies: 15
Views: 6,334
Posted By vinnietran
When I ran the sample codes above from any...

When I ran the sample codes above from any Windows 2000, 2003, and XP with memory between 3GB-4GB of memory, I am getting the same number:

Here is the output for physical memory: 2147483647 bytes...
Forum: NSIS Discussion 3rd April 2006, 18:09
Replies: 6
Views: 3,896
Posted By vinnietran
I found it: LogSet on|off Sets...

I found it:

LogSet on|off

Sets whether install logging to $INSTDIR\install.log will happen. Note that NSIS_CONFIG_LOG must be set in the installer configuration (it is not by default) to...
Forum: NSIS Discussion 3rd April 2006, 18:04
Replies: 6
Views: 3,896
Posted By vinnietran
Instead of showing the Installation Details, is...

Instead of showing the Installation Details, is there a way to make the Installation Details to go the a log file?
Forum: NSIS Discussion 3rd April 2006, 17:50
Replies: 15
Views: 6,334
Posted By vinnietran
Afrow. That is not a stupid question. Yes....

Afrow. That is not a stupid question.

Yes. The system say 4GB. I am running this on Windows 2003.
Forum: NSIS Discussion 3rd April 2006, 16:43
Replies: 15
Views: 6,334
Posted By vinnietran
Question NSIS Get System Memory

I am using this to get the system memory:

# allocate
System::Alloc 32
Pop $1
# call
System::Call "Kernel32::GlobalMemoryStatus(i r1)"
# get
System::Call "*$1(i.r2, i.r3, i.r4, i.r5, i.r6,...
Showing results 1 to 20 of 20

 
Forum Jump