Forum: NSIS Discussion
6th August 2003, 16:28
|
|
Replies: 11
Views: 3,727
|
Forum: NSIS Discussion
6th August 2003, 07:46
|
|
Replies: 11
Views: 3,727
got it, so i can do
RegDLL...
got it, so i can do
RegDLL "$SYSDIR\MSwinsck.ocx"
And that will call the registry server just like using regsvr32.dll?
|
Forum: NSIS Discussion
5th August 2003, 14:29
|
|
Replies: 11
Views: 3,727
|
Forum: NSIS Discussion
5th August 2003, 12:43
|
|
Replies: 11
Views: 3,727
|
Forum: NSIS Discussion
5th August 2003, 10:47
|
|
Replies: 11
Views: 3,727
|
Forum: NSIS Discussion
5th August 2003, 10:08
|
|
Replies: 11
Views: 3,727
ExecShell & regsvr32 help
I am trying to get my installer to register an ocx file using regsvr32.
When i do this manually, i use
C:\WINDOWS\system32\regsvr32.exe C:\WINDOWS\system32\MSwinsck.ocx
So, i tried to make...
|