Re: Need some Inno setup tip on how to IGNORE an option if file already exists prior to installation

2010-04-19 Thread Jean Laeremans
http://www.istool.org/ A+ jml ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archi

RE: Need some Inno setup tip on how to IGNORE an option if file already exists prior to installation

2010-04-19 Thread Tracy Pearson
MB Software Solutions, LLC wrote on 2010-04-19: > Got a simple software I'm installing. Only want to run the MyODBC > setup.exe if the {App}\MyODBC\setup.exe doesn't exist yet. (So > basically, for future installs, I don't want to run this since it gets > installed the first time.) > > I don't