Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: jayfox911
Forum: NSIS Discussion 28th September 2010, 20:42
Replies: 111
Views: 70,652
Posted By jayfox911
Thank you that worked. I put the CLR.dll in the...

Thank you that worked.
I put the CLR.dll in the \Program Files\NSIS\Plugins\ folder. Just like the second sentence of the CLR wiki says to do. Next time I will RTFM
Forum: NSIS Discussion 27th September 2010, 22:03
Replies: 111
Views: 70,652
Posted By jayfox911
This example will not work for me also. Any ideas?

This example will not work for me also. Any ideas?
Forum: NSIS Discussion 27th September 2010, 17:21
Replies: 111
Views: 70,652
Posted By jayfox911
Has anyone tested with Windows 7? I am trying to...

Has anyone tested with Windows 7? I am trying to recompile my NSIS installer that was built on XP but now it will not work on Windows 7.
I have .NET 2.0 SP1 framework installed and download the...
Forum: NSIS Discussion 20th April 2009, 14:22
Replies: 4
Views: 2,881
Posted By jayfox911
Thanks, I was doing \" not $\" There are...

Thanks, I was doing \" not $\"

There are spaces in ${JROOT} that is why I needed the second set of quotes.
Forum: NSIS Discussion 17th April 2009, 22:45
Replies: 4
Views: 2,881
Posted By jayfox911
ExecWait with double quote

the command fails with double quotes with the command area.

all fail:
ExecWait '"${DOTNETPATH20}regasm /nologo /codebase "${JROOT}bin\board.dll"" x -y' ExecWait '"${DOTNETPATH20}regasm /nologo...
Forum: NSIS Discussion 14th January 2009, 16:16
Replies: 4
Views: 2,799
Posted By jayfox911
Can you share this code. I am trying to query a...

Can you share this code. I am trying to query a MS Access database in NSIS
Forum: Winamp Development 14th January 2009, 16:14
Replies: 3
Views: 3,139
Posted By jayfox911
How did you connect to the MS Access database? ...

How did you connect to the MS Access database?


I dont know how to connect to my Access database in NSIS.
Forum: NSIS Discussion 14th January 2009, 16:09
Replies: 1
Views: 1,498
Posted By jayfox911
I am trying to query an Access DB also. if you...

I am trying to query an Access DB also. if you find a way to do this please let me know.
my posting: http://forums.winamp.com/showthread.php?s=&threadid=302039 MS Access query question
Forum: NSIS Discussion 13th January 2009, 20:26
Replies: 0
Views: 1,482
Posted By jayfox911
MS Access query question

How can I query a MS Access database in NSIS?

I want to query the DB and then Insert data in to it.

I looked at Create_an_ODBC_entry_for_a_MS_Access_database...
Forum: NSIS Discussion 10th July 2007, 22:34
Replies: 2
Views: 3,744
Posted By jayfox911
figured it out use SendMessage ; SendMessage...

figured it out use SendMessage
; SendMessage tells the system to refresh/update the env vars
SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} \
0 "STR:Environment" /TIMEOUT=5000

here...
Forum: NSIS Discussion 10th July 2007, 18:19
Replies: 2
Views: 3,744
Posted By jayfox911
NSIS Env Variables windows XP

Can someone tell me how I can get the environment vars to show up immediately after the installer is complete? In windows XP

We do not what to restart, but we would like to run an executable...
Forum: NSIS Discussion 18th June 2007, 21:50
Replies: 3
Views: 2,869
Posted By jayfox911
Okay, I see what I have been doing i was...

Okay,

I see what I have been doing i was typing -r not /r

Thanks and sorry for wasting everyones time
Forum: NSIS Discussion 18th June 2007, 21:36
Replies: 3
Views: 2,869
Posted By jayfox911
Add files and folders recursively

I am trying to add three folders on the c: drive root level to the installer.


I can not get NSIS to recursively get all folder under the folders specified. It will get all files but not folders....
Showing results 1 to 13 of 13

 
Forum Jump