Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: foxmt
Forum: NSIS Discussion 31st July 2007, 10:06
Replies: 65
Views: 43,159
Posted By foxmt
UP pls :confused:

UP pls :confused:
Forum: NSIS Discussion 24th July 2007, 09:58
Replies: 65
Views: 43,159
Posted By foxmt
Hi I'm using actually something like this,...

Hi

I'm using actually something like this, and it works:
ExecWait "osql -U$SQL_User -P$SQL_Password -S$SQL_Server -d$SQL_DataBase -i$TEMP\sem2400.sql"

I want to use "MSSQL OLEDB plug-in",...
Forum: NSIS Discussion 15th May 2006, 09:02
Replies: 4
Views: 3,194
Posted By foxmt
So, you need to use OSQL utility. Read osql...

So, you need to use OSQL utility.

Read osql utility line command parameters.

You can write some SQL script file and execute it with osql. You must use sp_attach...

Good luck
Forum: NSIS Discussion 15th May 2006, 08:59
Replies: 3
Views: 3,720
Posted By foxmt
I'm using this to install fonts: ...

I'm using this to install fonts:

IfFileExists "$FONTS\Forgotti.ttf" FontOK
SetOutPath "$FONTS"
File "..\..\Common\Font\*.*"
WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows...
Forum: NSIS Discussion 15th May 2006, 08:55
Replies: 3
Views: 2,249
Posted By foxmt
You can use this: Function IsDotNETInstalled...

You can use this:

Function IsDotNETInstalled
Push $0
Push $1
Push $2
Push $3
Push $4

; Check for HKLM\Software\Microsoft\.NETFramework\InstallRoot value
Forum: NSIS Discussion 11th May 2006, 11:51
Replies: 4
Views: 3,194
Posted By foxmt
I'm doing this with a VB Script file, who's...

I'm doing this with a VB Script file, who's attaching the database. But you need to execute your nsis installer on the SQL server.

You can also use the osql utility (inclued with sql server). I'm...
Showing results 1 to 6 of 6

 
Forum Jump