Forum: NSIS Discussion
1st October 2008, 23:15
|
|
Replies: 4
Views: 13,445
Okay a new discovery
If I specify the full...
Okay a new discovery
If I specify the full path like this:
ExecWait '"C:\Somefolder\Anotherfolder\Support\dotnetfx3.exe" /a /norestart' $0
Everything works fine, the parameters are...
|
Forum: NSIS Discussion
1st October 2008, 22:39
|
|
Replies: 4
Views: 13,445
|
Forum: NSIS Discussion
1st October 2008, 21:09
|
|
Replies: 4
Views: 13,445
ExecWait with parameters?
My program requires .Net framework so I do a check for it and if its not installed, I install it like so:
File /oname=$PLUGINSDIR\dotnetfx3.exe "..\..\Support\dotnetfx3.exe"
ExecWait...
|
Forum: NSIS Discussion
9th September 2008, 16:49
|
|
Replies: 0
Views: 1,059
AccessControl plug-in
Can you use the AccessControl plug-in to grant access rights to folders for given user accounts like Internet Guest Account
, Network Service, etc.? If so how? If I wanted to give Network Service...
|
Forum: NSIS Discussion
3rd September 2008, 20:41
|
|
Replies: 3
Views: 1,543
Checking for Ajax
Im making an installer for an application that requires ASP.Net AJAX 1.0 and MySQL .Net data driver. Is there a way to check if these are installed when running an NSIS installer?
|
Forum: NSIS Discussion
17th July 2008, 18:05
|
|
Replies: 3
Views: 1,390
|
Forum: NSIS Discussion
17th July 2008, 17:43
|
|
Replies: 3
Views: 1,390
Call another installer
I know this question has probably been asked a million times but I did some searching and could not find the answer. Im writing an installer(Call it Program 1) that requires another program(Call it...
|
Forum: NSIS Discussion
16th July 2008, 18:55
|
|
Replies: 3
Views: 1,384
|
Forum: NSIS Discussion
16th July 2008, 18:15
|
|
Replies: 3
Views: 1,384
|
Forum: NSIS Discussion
16th July 2008, 17:55
|
|
Replies: 3
Views: 1,384
|
Forum: NSIS Discussion
14th July 2008, 23:41
|
|
Replies: 13
Views: 1,796
That "looping" solution you gave me earlier, on...
That "looping" solution you gave me earlier, on the fileread command its reading the line break also. So the delete command is not working properly. Is there like a chomp function in nsis that will...
|
Forum: NSIS Discussion
14th July 2008, 23:30
|
|
Replies: 13
Views: 1,796
|
Forum: NSIS Discussion
14th July 2008, 22:58
|
|
Replies: 13
Views: 1,796
|
Forum: NSIS Discussion
14th July 2008, 22:29
|
|
Replies: 13
Views: 1,796
|
Forum: NSIS Discussion
14th July 2008, 22:18
|
|
Replies: 13
Views: 1,796
|
Forum: NSIS Discussion
14th July 2008, 22:02
|
|
Replies: 13
Views: 1,796
But the file will be inside the install...
But the file will be inside the install directory, and since the install directory will be different with each install is there a way to make this whole process dynamic?
I cant do this either...
|
Forum: NSIS Discussion
14th July 2008, 21:23
|
|
Replies: 13
Views: 1,796
Syntax question
I have this in my uninstall section:
Section "Uninstall"
!include "$instdir\unifilelist.nsh"
SectionEnd
I keep getting this error though:
!include: could not find:...
|
Forum: NSIS Discussion
14th July 2008, 17:19
|
|
Replies: 1
Views: 1,259
|
Forum: NSIS Discussion
14th July 2008, 17:17
|
|
Replies: 1
Views: 1,259
Uninstall file list
Im creating an uninstaller which adds file with commands like this 'File /r c:\somegivendirectory\*.*'. My question is what is the easiest way to generate a dynamic list of files that I can use when...
|
Forum: NSIS Discussion
11th July 2008, 22:02
|
|
Replies: 3
Views: 1,865
|
Forum: NSIS Discussion
11th July 2008, 19:13
|
|
Replies: 3
Views: 1,865
Custom $INSTDIR
Im writing an installer for a web application...It starts off with a prompt asking the user to enter what they want to call the application(this will be used when creating the virtual directories and...
|
Forum: NSIS Discussion
9th July 2008, 19:02
|
|
Replies: 9
Views: 4,638
|
Forum: NSIS Discussion
9th July 2008, 18:54
|
|
Replies: 9
Views: 4,638
Ok cool thanks for the help! I know the way im...
Ok cool thanks for the help! I know the way im doing it is really sloppy but it is the only way I could think of. Ill look in the www service being in the registry, but I dont think there is a key...
|
Forum: NSIS Discussion
9th July 2008, 18:44
|
|
Replies: 9
Views: 4,638
|
Forum: NSIS Discussion
9th July 2008, 18:31
|
|
Replies: 9
Views: 4,638
|