I try to prepare my first Innosetup-package and want (if it is simply possible) to write text to a TXT-file.
I asked for help in the Innosetup-newsgroup, but the result was a little bit confusing; maybe I can find some helping lines here
http://news.jrsoftware.org/read/article ... etup#85420
I want:
- every SETUP should write a small text-file
I coded:
Code: Select all
[Run]
Filename: cmd.exe; Parameters: /c echo hello world>>d:\messages.txt; Flags: runhidden
Filename: cmd.exe; Parameters: /c time/t>>d:\messages.txt; Flags: runhidden
Code: Select all
hello world
15:52
Who can help?
Regards
Peter