Hello,

I am trying to ge the /SILENT and /VERYSILENT features to work.

I can't quite figure out how to get it to work.

Can anyone show me how to setup the /VERYSILENT code into this?

Thanks!

Code:
[Setup]

AppName=Myprog
AppVerName=MyProg1.5 
CreateAppDir=no
OutputDir=C:\WINDOWS
OutputBaseFilename=Prog
Compression=lzma
SolidCompression=yes

[Files]
Source: "C:\Documents and Settings\DaNnY\Desktop\progfile.exe DestDir: "{win}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Stilekid007