Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: michaelcsikos
Forum: NSIS Discussion 29th August 2007, 05:20
Replies: 3
Views: 2,056
Posted By michaelcsikos
Use CopyFiles to copy the file types that you...

Use CopyFiles to copy the file types that you want to copy eg CopyFiles $EXEDIR\*.txt $INSTDIR\

Can you explain what you mean by "set a ini file..."?
Forum: NSIS Discussion 28th August 2007, 00:13
Replies: 3
Views: 2,077
Posted By michaelcsikos
HM NIS Edit and Venis IX both have wizards to...

HM NIS Edit and Venis IX both have wizards to make simple installers.
Forum: NSIS Discussion 21st August 2007, 03:36
Replies: 12
Views: 6,193
Posted By michaelcsikos
I don't know of a way to do a post build event...

I don't know of a way to do a post build event from within an NSIS script.

You could pass in the OutFile to the build batch file and pass it along to makensis. Then you can use the variable for...
Forum: NSIS Discussion 21st August 2007, 02:28
Replies: 12
Views: 6,193
Posted By michaelcsikos
Why don't you just make a build.bat file to build...

Why don't you just make a build.bat file to build your installer?
"C:\Program Files\NSIS\makensis.exe" "My Installer.nsi"
Signing\SignMe.exe "Releases\installer.exe"

If you put the batch file in...
Forum: NSIS Discussion 21st August 2007, 00:52
Replies: 3
Views: 1,934
Posted By michaelcsikos
The code works fine for me. Maybe try: Sleep 200 ...

The code works fine for me. Maybe try: Sleep 200

Have you checked for errors? There shouldn't really be any as the file is available later in the script, but try it anyway:
ClearErrors
CopyFiles...
Forum: NSIS Discussion 20th August 2007, 00:26
Replies: 4
Views: 2,478
Posted By michaelcsikos
Have you tried pre-compressing using zip2exe in...

Have you tried pre-compressing using zip2exe in the NSIS\Bin directory? You could compress your textures and then uncompress them to the $INSTDIR silently in your main script.
Forum: NSIS Discussion 18th August 2007, 07:25
Replies: 4
Views: 2,478
Posted By michaelcsikos
I don't know of a way of doing what you describe,...

I don't know of a way of doing what you describe, but if you are mainly rebuilding the installer for testing only, just don't bother compressing (SetCompress off).

Otherwise, if the files for a...
Forum: NSIS Discussion 7th August 2007, 05:04
Replies: 5
Views: 8,507
Posted By michaelcsikos
Glad I could help. I just installed SQL...

Glad I could help.

I just installed SQL Express 2005 SP1 on a clean Virtual PC without installing the Management Studio and sqlcmd.exe is available on the system, so you shouldn't have any...
Forum: NSIS Discussion 6th August 2007, 01:10
Replies: 5
Views: 8,507
Posted By michaelcsikos
Did you sort it out, Andy? In the past I...

Did you sort it out, Andy?

In the past I have created new databases from scratch using the SQL Server Command Line Tool sqlcmd.exe and database scripts for the schema, initialisation of data etc....
Forum: NSIS Discussion 21st June 2007, 06:32
Replies: 6
Views: 2,346
Posted By michaelcsikos
If you are trying to upgrade system DLLs you...

If you are trying to upgrade system DLLs you should use the InstallLib macro (B.2 Library Installation in the manual), which has REBOOT_PROTECTED and REBOOT_NOTPROTECTED methods. You don't have to...
Forum: NSIS Discussion 21st June 2007, 06:12
Replies: 11
Views: 3,359
Posted By michaelcsikos
Have a look at the one-section.nsi example in the...

Have a look at the one-section.nsi example in the NSIS\Examples folder.
Forum: NSIS Discussion 21st June 2007, 06:05
Replies: 2
Views: 1,549
Posted By michaelcsikos
If the developers are not actually adding...

If the developers are not actually adding completely new files, but just replacing existing ones with newly compiled ones, then you can easily create a batch file to recompile your installers and...
Forum: NSIS Discussion 15th August 2006, 05:52
Replies: 1
Views: 5,242
Posted By michaelcsikos
Well, I feel sheepish. Ok, that error means that...

Well, I feel sheepish. Ok, that error means that the DLL is not supposed to be registered. If it supposed to be registered it has the symbol DllRegisterServer, which can be seen with Visual Studio's...
Forum: NSIS Discussion 15th August 2006, 05:18
Replies: 1
Views: 5,242
Posted By michaelcsikos
Unhappy Library error: "Could not find symbol: DllRegisterServer"

I'm unable to use Library.nsh to register DLL's. I have used it previously on many occasions, but it isn't working on my current WinXP machine, or on a Win2000 virtual PC. I've tried the standard...
Forum: NSIS Discussion 22nd December 2005, 00:55
Replies: 367
Views: 124,786
Posted By michaelcsikos
Thanks Deguix, you're the man! I converted...

Thanks Deguix, you're the man!

I converted from IO to IOex, and now have two problems:

1. For some reason the file Filter isn't working for me. It truncates the last character of the name,...
Forum: NSIS Discussion 21st December 2005, 00:06
Replies: 367
Views: 124,786
Posted By michaelcsikos
FileRequest - Text & Button example?

I can't seem to find an example anywhere of an InstallOptionsEx Text & Button FileRequest dialog. Could someone please post an example .ini file? Thanks!
Showing results 1 to 16 of 16

 
Forum Jump