Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: SJSJ
Forum: NSIS Discussion 13th December 2012, 05:34
Replies: 4
Views: 2,186
Posted By SJSJ
Sorry for the late update. The issue is fixed. ...

Sorry for the late update.
The issue is fixed.
The problem was in sub_installer #2 (3rd party) as well.
Thanks for pointing the Ansi, Unicode mix up!
Forum: NSIS Discussion 30th November 2012, 03:27
Replies: 4
Views: 2,186
Posted By SJSJ
Thanks Anders, for pointing out the mix-up. I...

Thanks Anders, for pointing out the mix-up.
I shall try checking the var as you suggested.
Forum: NSIS Discussion 29th November 2012, 09:20
Replies: 1
Views: 2,087
Posted By SJSJ
Hope you are adding the macros before and after...

Hope you are adding the macros before and after your File operation as mentioned in the link.

!insermacro UNINSTALL.LOG_OPEN_INSTALL
File /r "<path>\*.*"
!insermacro UNINSTALL.LOG_CLOSE_INSTALL...
Forum: NSIS Discussion 29th November 2012, 08:40
Replies: 4
Views: 2,186
Posted By SJSJ
Exclamation Env var for sub installer - how to set?

Hello,

I would really appreciate if somebody can help me here.

This is the scenario I am attempting

1. Main installer calls sub_installer #1 (OpenSSL - 3rd party).
2. Main installer...
Forum: NSIS Discussion 2nd November 2011, 07:04
Replies: 7
Views: 4,279
Posted By SJSJ
Lightbulb Thanks a lot, Anders! That worked :up:

Thanks a lot, Anders!
That worked :up:
Forum: NSIS Discussion 31st October 2011, 04:25
Replies: 5
Views: 3,369
Posted By SJSJ
Thank you, all :)

Thank you, all :)
Forum: NSIS Discussion 31st October 2011, 03:53
Replies: 7
Views: 4,279
Posted By SJSJ
Return value is 0. MSDN says 0 : The system is...

Return value is 0.
MSDN says 0 : The system is out of memory or resources.
I am confused :(
Forum: NSIS Discussion 31st October 2011, 02:45
Replies: 7
Views: 4,279
Posted By SJSJ
Hi Anders, I get an Error displayed. What...

Hi Anders,

I get an Error displayed.
What does that mean? I had tried setting the COMSPEC and executing with /c for Exec and it had stopped mid way too.
Forum: NSIS Discussion 29th October 2011, 07:43
Replies: 7
Views: 4,279
Posted By SJSJ
Have been trying the ExecDos plugin, but never...

Have been trying the ExecDos plugin, but never quite get it right I guess.

This is how I am calling it:

ExecDos::exec /NOUNLOAD /ASYNC '"$INSTDIR\my.bat" "$INSTDIR\abc.txt"'

where...
Forum: NSIS Discussion 21st October 2011, 03:33
Replies: 5
Views: 3,369
Posted By SJSJ
NSIS FileOpen in read mode is shared?

Hello,

When I open a file in mode "r" - FileOpen "filename" r, does it lock the file for exclusive use? I believe, in "r" mode, the process shouldn't lock the resource.

I have a common file...
Forum: NSIS Discussion 20th October 2011, 05:18
Replies: 9
Views: 4,024
Posted By SJSJ
Thumbs up Sorry, that worked.

Apologies for not updating the result earlier.
T.Slappy, that had worked :)
I overlooked something in my first run :(
Forum: NSIS Discussion 19th October 2011, 10:14
Replies: 7
Views: 4,279
Posted By SJSJ
nsExec in No wait mode?

Hello,

Is there a way to run a batch file without showing the command prompt window AND where the command doesn't wait for the batch file to complete execution (ie, NO WAIT mode)?

I have been...
Forum: NSIS Discussion 19th August 2011, 12:02
Replies: 9
Views: 4,024
Posted By SJSJ
Thanks T.Slappy! I had tried both server: port...

Thanks T.Slappy!
I had tried both server: port and server,port.
Both did not work :(
Forum: NSIS Discussion 18th August 2011, 09:36
Replies: 9
Views: 4,024
Posted By SJSJ
Port information?

Hello,
I would like to connect to a SQL server instance running on the network. The service is not running on the default port - 1433.

How do I use Logon to connect to the service?
AFAIK,...
Forum: NSIS Discussion 18th August 2011, 05:19
Replies: 72
Views: 30,149
Posted By SJSJ
Timestamps in Logs?

Hi, a very useful plugin!
Is there a way to embed the timestamps when I do a LogEx::Write?
Forum: NSIS Discussion 12th August 2011, 08:55
Replies: 17
Views: 7,780
Posted By SJSJ
Thumbs up Thanks for your replies. The problem seems to...

Thanks for your replies.
The problem seems to have occured in another portion of the code. The web service was trying to create temp config files inside system32\config\systemprofile\appdata when it...
Forum: NSIS Discussion 8th August 2011, 04:33
Replies: 17
Views: 7,780
Posted By SJSJ
Thank you, all, for your responses. I used UAC...

Thank you, all, for your responses.
I used UAC plugin and "RequestExecutionLevel user" because the installer process needed to install it for a user, create shortcuts for local user etc.
Only the...
Forum: NSIS Discussion 5th August 2011, 08:34
Replies: 17
Views: 7,780
Posted By SJSJ
Thank you for the quick response! Yes, I have...

Thank you for the quick response!
Yes, I have tried it using Exec too. It is the same behaviour, at least in this case.
As I mentioned, even when I start the service from Windows Services directly,...
Forum: NSIS Discussion 5th August 2011, 06:48
Replies: 17
Views: 7,780
Posted By SJSJ
Question UAC and launching an exe on Finish

Hello,

I have an installer which uses UAC plugin which has

1. RequestExecutionLevel set to user.
2. privileges raised in onInit using UAC plugin.
3. to launch an exe in the INSTALLDIR in...
Forum: NSIS Discussion 12th July 2011, 11:00
Replies: 4
Views: 2,298
Posted By SJSJ
Found the solution!

Sorry!
After much scampering I stumbled on this post (http://forums.winamp.com/showpost.php?p=2735784&postcount=242)which resolved the problem!
Converting the ini files in Contrib\UIMUI***\ini...
Forum: NSIS Discussion 12th July 2011, 09:25
Replies: 4
Views: 2,298
Posted By SJSJ
UMUI + Korean welcome page

Hi,

I wonder if this issue was reproduced/resolved?

I use UMUI version 1.00b1 and NSIS v 2.46 Unicode.
When I choose languages like Korean, Japanese, Chinese, Arabic - the text on the welcome...
Forum: NSIS Discussion 6th June 2011, 06:26
Replies: 22
Views: 14,522
Posted By SJSJ
That is great! I shall check that too. ...

That is great!
I shall check that too.
Thanks, Takhir.
Forum: NSIS Discussion 1st June 2011, 04:36
Replies: 22
Views: 14,522
Posted By SJSJ
MSG, it worked :-D That is a great plugin. ...

MSG, it worked :-D
That is a great plugin.
Thank you!
Forum: NSIS Discussion 1st June 2011, 03:38
Replies: 22
Views: 14,522
Posted By SJSJ
Not yet! Thanks, MSG, for the suggestion. ...

Not yet!
Thanks, MSG, for the suggestion.
Looks promising.
I shall try and post the results!
Forum: NSIS Discussion 31st May 2011, 11:03
Replies: 22
Views: 14,522
Posted By SJSJ
Unicode version?

Hi,

The Nxs banner plugin was exactly what I was looking for. It works great.
Do you have a Unicode version, Takhir?

I tried changing the code by following instructions from...
Showing results 1 to 25 of 25

 
Forum Jump