Forum: NSIS Discussion
2nd January 2013, 13:42
|
|
Replies: 1
Views: 2,394
ipconfig plugin - mac address detection
Hi,
Not sure if I'm posting in the right place but I am trying to get a simple "ok" or error from my installer when using the IpConfig plugin. Code basically looks like this:
...
Function...
|
Forum: NSIS Discussion
29th March 2007, 14:18
|
|
Replies: 4
Views: 3,742
Hi,
you need the following files
-...
Hi,
you need the following files
- CAPICOM.dll
- The vbscript file that MSOFT provides for the procedure
Both of these files can be obtained from Microsoft but if you need to, send an...
|
Forum: NSIS Discussion
27th June 2006, 19:17
|
|
Replies: 4
Views: 3,742
|
Forum: NSIS Discussion
23rd June 2006, 16:13
|
|
Replies: 4
Views: 3,742
Import digital certificate
Hi,
Saw one post on this a couple of years ago - is there any way to import a root certificate as part of an installation? My "pet app" is code signed by an internal CA and the root cert for that...
|
Forum: NSIS Discussion
25th May 2006, 14:42
|
|
Replies: 13
Views: 2,756
|
Forum: NSIS Discussion
25th May 2006, 14:02
|
|
Replies: 13
Views: 2,756
Yeah, tried that too - not the results that I...
Yeah, tried that too - not the results that I wanted. However, I think that I've resolved the current problem that I'm having by adding a 5 second pause after the CD-ROM reports that it's ready -...
|
Forum: NSIS Discussion
25th May 2006, 13:29
|
|
Replies: 13
Views: 2,756
|
Forum: NSIS Discussion
25th May 2006, 13:20
|
|
Replies: 13
Views: 2,756
Thanks - that fixed the code problem but...
Thanks - that fixed the code problem but ultimately did not fix the problem that I was having. The CD-ROM is now reporting that it is ready but (intermittantly) 7zip can't find the archive on the...
|
Forum: NSIS Discussion
24th May 2006, 20:17
|
|
Replies: 13
Views: 2,756
|
Forum: NSIS Discussion
24th May 2006, 19:42
|
|
Replies: 13
Views: 2,756
|
Forum: NSIS Discussion
24th May 2006, 18:00
|
|
Replies: 13
Views: 2,756
CD-ROM drive readiness
Hi all,
Not trying to dig up older threads on multi-disk installations - think i've got that figured out. My question: is there a way to check the readiness of a drive (CD-ROM, for example)?
My...
|
Forum: NSIS Discussion
19th May 2006, 12:18
|
|
Replies: 3
Views: 1,816
|
Forum: NSIS Discussion
18th May 2006, 19:44
|
|
Replies: 3
Views: 1,816
|
Forum: NSIS Discussion
9th December 2005, 19:37
|
|
Replies: 1
Views: 1,517
|
Forum: NSIS Discussion
9th December 2005, 19:17
|
|
Replies: 1
Views: 1,517
Adding to existing start menu
Hi,
Trying to write a patch for an existing application. It's not really a real patch; all I need it to do is create a couple of directories in the existing $INSTDIR, copy some files to those...
|
Forum: NSIS Discussion
23rd November 2005, 16:59
|
|
Replies: 1
Views: 1,277
If Folder Exists?
Hi,
I need to build some checking into my installer. Basically, I need to check for the existence of 3 sub-directories. If they are there, then the installer simply needs to copy files into the...
|
Forum: NSIS Discussion
21st November 2005, 14:15
|
|
Replies: 2
Views: 2,691
|
Forum: NSIS Discussion
21st November 2005, 13:39
|
|
Replies: 2
Views: 2,691
Removing Renamed Desktop Shortcuts
Hi,
OK, I need to write an installer that detects/removes a previous version of an application and its desktop shortcut and then installs the updated version and recreates the shortcut. The...
|
Forum: NSIS Discussion
13th October 2005, 13:59
|
|
Replies: 3
Views: 1,745
|
Forum: NSIS Discussion
12th October 2005, 18:09
|
|
Replies: 3
Views: 1,745
|
Forum: NSIS Discussion
12th October 2005, 17:55
|
|
Replies: 3
Views: 1,745
NSIS as wrapper for another exe
Hi,
I've looked through the forums and haven't quite found the answer that I'm looking for. Basically, I want to deploy the existing SpyBot S&D installer package silently via my own installer (a...
|
Forum: NSIS Discussion
17th September 2005, 18:04
|
|
Replies: 11
Views: 3,160
|
Forum: NSIS Discussion
16th September 2005, 19:02
|
|
Replies: 11
Views: 3,160
Hi again,
Ok, I tried to run the script...
Hi again,
Ok, I tried to run the script using ExecShell - didn't have any luck running a .vbs file. I tried both directly running the file:
ExecShell open "$INSTDIR\killDesktopIcons.vbs"
-...
|
Forum: NSIS Discussion
16th September 2005, 15:35
|
|
Replies: 11
Views: 3,160
|
Forum: NSIS Discussion
16th September 2005, 13:29
|
|
Replies: 11
Views: 3,160
|