Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Tintera
Forum: NSIS Discussion 6th April 2010, 10:18
Replies: 10
Views: 7,403
Posted By Tintera
Thank you for the article. Seems complex but will...

Thank you for the article. Seems complex but will use it if I do some next NSIS based installer.
Forum: NSIS Discussion 27th August 2009, 07:30
Replies: 3
Views: 3,660
Posted By Tintera
Thank you jpderuiter, Anders, you saved my day. ...

Thank you jpderuiter, Anders, you saved my day.

Filemon & Process Explorer exposed I did not clean handles properly when in another function.
Forum: NSIS Discussion 26th August 2009, 16:57
Replies: 3
Views: 3,660
Posted By Tintera
Find what error happens during file open?

I want to find what error happens during file open for read.
Code:

ClearErrors
FileOpen $R3 "$0" r
${If} ${Errors}
DetailPrint "Error opening file '$0' for read."
${EndIf}
StrCpy $R1...
Forum: NSIS Discussion 20th May 2009, 12:06
Replies: 10
Views: 7,403
Posted By Tintera
Tryed it

Just tried to add such section on MUI2 based installer.
The cancel button is still dissabled.
Would be nice to enable the cancel button when installing, but it's not must have for my installer.
Forum: NSIS Discussion 18th July 2008, 15:56
Replies: 2
Views: 2,426
Posted By Tintera
It works. Thank you kichik. (BTW do not know...

It works. Thank you kichik.
(BTW do not know why MS is giving IIS version to both branches and it's components only to 64 bit.)
Forum: NSIS Discussion 14th July 2008, 12:04
Replies: 2
Views: 2,426
Posted By Tintera
ReadRegDWORD returns empty string on some keys on 64 bit Vistas.

ReadRegDWORD $0 HKLM "SOFTWARE\Microsoft\InetStp" "MajorVersion"
MessageBox MB_OK "CheckIISInstalled: $$0=$0"
ReadRegDWORD $0 HKLM "SOFTWARE\Microsoft\InetStp\Components" "ASPNET"
MessageBox MB_OK...
Forum: NSIS Discussion 30th April 2008, 11:30
Replies: 1
Views: 1,479
Posted By Tintera
Progress bar and installation size

Good morning all
I have installer, where one section writes to database.
I want to reserve a space for it in installation page progress bar.

But this section uses no real disk space, as the...
Forum: NSIS Discussion 15th April 2008, 06:16
Replies: 5
Views: 1,580
Posted By Tintera
Hello newbie2015, I'm now just do installer...

Hello newbie2015,
I'm now just do installer with update too. Using uninstall based on http://nsis.sourceforge.net/Uninstall_only_installed_files

This function saves list of installed files in a...
Forum: NSIS Discussion 14th April 2008, 14:55
Replies: 41
Views: 25,855
Posted By Tintera
Thank you for the header. Looks good. Does anyone...

Thank you for the header. Looks good. Does anyone tryed it with the add / remove features section in installer?
Forum: NSIS Discussion 5th March 2008, 15:01
Replies: 2
Views: 1,751
Posted By Tintera
What means ^ before variable name?

Dear All,
I have HM NSIS generated code and it uses "$(^Name)..." in a string. As far as I can see, it behaves the same as "$Name..."

Why it's writen like this. What is the difference? I can't...
Showing results 1 to 10 of 10

 
Forum Jump