Forum: NSIS Discussion
7th December 2006, 06:39
|
|
Replies: 1
Views: 2,025
trojan virus malware
Hi there
I released my product using an NSIS installer last night and have been getting reports of antivirus software detecting malware in the installer. I can't reproduce it myself, so I'm sorry...
|
Forum: NSIS Discussion
21st November 2006, 15:57
|
|
Replies: 2
Views: 1,860
hah solved it using BringToFront:
Function...
hah solved it using BringToFront:
Function onGUIInit
BringToFront
FunctionEnd
Thankyou everybody. I've achieved more in 24 hours with NSIS than I did in a year with MSI. Wonderful.
|
Forum: NSIS Discussion
21st November 2006, 14:22
|
|
Replies: 2
Views: 1,860
OK so I've narrowed it down a bit... perhaps...
OK so I've narrowed it down a bit... perhaps ExecWait is not hanging after all (I'm a bit of a n00b here, probably should do some logging or something here).
Anyway, I was not passing a show...
|
Forum: NSIS Discussion
21st November 2006, 12:48
|
|
Replies: 2
Views: 1,860
ShellExecute + ExecWait complications
Hi there
I have constructed an installer which will detect and uninstall the previous (msi) version, via a call to ExecWait, after which the new (nsis) install continues. This works perfectly...
|
Forum: NSIS Discussion
20th November 2006, 00:22
|
|
Replies: 2
Views: 1,830
|
Forum: NSIS Discussion
19th November 2006, 23:43
|
|
Replies: 2
Views: 1,830
msi migration + partial upgrades
Hi there
I am evaluating NSIS for my product Souptoys (http://www.souptoys.com). We are currently using MSI, which sucks.
I have two main issues:
a) Is it possible to migrate our current...
|