Hello,
A bit confused.
Two checkboxes are displayed.
I have this in the run section
Filename: ExpandConstant('{app}') + '\Help Files\English\Getting Started.pdf'; Description: "View the ""Getting Started"" file"; Flags: shellexec postinstall unchecked skipifdoesntexist
Filename: ExpandConstant('{app}') + '\Help Files\English\Getting Started Demo.pdf'; Description: "View the ""Getting Started"" file"; Flags: shellexec postinstall unchecked skipifdoesntexist
One file is deleted in the code section.
help file reads: skipifdoesntexist must be an absolute path
my first attempt
"{app}\Help Files\English\Getting Started.pdf"
does not work so I went to ExpandConstant and it does not work.
Does it really have to be, example c:\program files\here\Help Files\English\Getting Started.pdf for the "Filename" ?
I see both files installed and one is deleted. Visually, the file to be deleted, does not disappear in the Explorer window until a second after the postinstall dialog is displayed.
Thanks,
Mark