Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   How to selectively show file extractions (http://forums.winamp.com/showthread.php?t=234415)

dsilvia 31st December 2005 10:00

How to selectively show file extractions
 
Hi!

I have an installation that needs to have some of the files not visible as being extracted. I do however want the user to see the files that are relevant to their installation. Here's the scenario:

File "foo.exe"
File "bar.exe"
WriteUninstaller "theUninstaller.exe"

Now, I want the user to see that foo.exe was extracted and that theUninstaller.exe was created, but I don't want them to see that bar.exe was extracted. bar.exe is a helper in the installation, not part of the product, so, I don't want to confuse the issue by having it displayed as being extracted and then not being there after installation.

Any ideas? SetSilent won't work because it stays in effect for the whole of the installation. CopyFiles doesn't work either.

TIA,
Dave S.

Afrow UK 31st December 2005 10:10

File "foo.exe"
SetDetailsPrint none
File "bar.exe"
SetDetailsPrint both
WriteUninstaller "theUninstaller.exe"

-Stu

dsilvia 31st December 2005 10:19

Quote:

Originally posted by Afrow UK
File "foo.exe"
SetDetailsPrint none
File "bar.exe"
SetDetailsPrint both
WriteUninstaller "theUninstaller.exe"

-Stu

Ahh!! Yes! Exactly what I need!;)

thx,
Dave S.


All times are GMT. The time now is 04:56.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.