Forum: NSIS Discussion
31st July 2007, 10:06
|
|
Replies: 65
Views: 43,159
|
Forum: NSIS Discussion
24th July 2007, 09:58
|
|
Replies: 65
Views: 43,159
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
|
Forum: NSIS Discussion
15th May 2006, 08:59
|
|
Replies: 3
Views: 3,720
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
|
Forum: NSIS Discussion
11th May 2006, 11:51
|
|
Replies: 4
Views: 3,194
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...
|