Re: 3.0.3 Release Candidate for Windows/DOS
- Posted by Robert Craig <rds at RapidEuphoria.com> May 28, 2007
- 695 views
Derek Parnell wrote: > > Robert Craig wrote: > > > > c.k.lester wrote: > > > Robert Craig wrote: > > > > > > > > I hope people will check out this new release candidate > > > > for Windows/DOS, and then I can move on to Linux/FreeBSD. > > > > > > Rob, when I installed it encountered a backup folder already and asked me > > > if > > > I wanted to replace each and every file it found. If there was a "Yes to > > > All" > > > button, that would be useful. :) > > > > Yes, I'm aware of that. I've seen it myself, and others > > have mentioned it, but I don't know how to get the INNO > > installer script to handle it better. > > In the [Files] section entries make sure the "Flags:" do not have > "confirmoverwrite" > and do have "ignoreversion" and "overwritereadonly". For example: > > [Files] > Source: "C:\Development\myproj\app.exe"; DestDir: "{app}"; Flags: > ignoreversion > overwritereadonly > Source: "C:\Development\myproj\help.txt"; DestDir: "{app}"; Flags: > ignoreversion > overwritereadonly Thanks. I know I can quietly overwrite all the files in the euphoria\backup subdirectory, but that might upset someone who happened to have a valuable file in there. It would be better to get the person's consent before proceeding to clobber all those files. I'm not sure how to do that easily with INNO using a single Yes/No question. Currently I get consent one file at a time, which is tedious. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com