setup.iss file is not generated

Posted by Omer Dagan on Stack Overflow See other posts from Stack Overflow or by Omer Dagan
Published on 2013-11-05T09:49:53Z Indexed on 2013/11/05 9:53 UTC
Read the original article Hit count: 827

I have a installshiled project which generates setup.exe file. I'd like to enable silent install by generating proper setup.iss file. I ran the following command:

Setup.exe /r

which lunched the installer, but it never created the setup.iss file. I looked in C:\Windows as the documentation suggested, as well as some other locations (local directory, program files etc.)

Why isn't it created and how to fix?

Thanks,

© Stack Overflow or respective owner

Related posts about installshield

Related posts about silent-installer