cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
In_Ho_Jang
Level 2

silent installation except log file

Hi, i'm developing my setup program by InstallScript Project type. I created setup.iss file and executed following command line.

command line : setup.exe /s

As a result, the setup.log file is automatically created where the setup.exe located folder.

I want to install my program by silent mode except log file. How can i fix it??
Labels (1)
0 Kudos
(1) Reply
OldBean
Level 5

You can either pass all 3 parameters (-s, -f1 -f2) or none to the Setup if I am not mistaken. So, you might give the log file a different name and/or location, but I do not think you have an option to get rid of it if that's what you wanted.
0 Kudos