Reg: Inno Setup Installation Script
Hi,
I got struck up with a problem, i have created a setup and its working fine, but can any one tell me during installation of the setup suppose if the particular dll gets corrupted/not present the installation shouldnt continue, how to write scripts for that...plz help...
Reg,
Pradeesh B
Re: Reg: Inno Setup Installation Script
Define "Gets Corrupted" and how it wold get corrupted during installation...
Re: Reg: Inno Setup Installation Script
How could you create a setup package that is missing a dll that you have scripted to be included when pakcaged? Seems to me when you compile your package it would tell you if a dependancy file that is specified is missing.
Re: Reg: Inno Setup Installation Script
Thanks Randem and Robdog888 For replying. I know that the missing dependency dlls will be prompted while compilation. And in reply to randem, dll gets corrupted in the sense when we try to install a setup, sometimes we get an error stating that a particular dll is missing or corrupted and the installation may not continue.
What i want to know is that is there any way that while scripting to find all the dependency dlls for the respective setup. My requirement states that if a particular required dll is missing the setup should prompt user for all the required dlls missing while installing the setup and the installation shouldnt continue. Plz help, i have been trying hard to find all the possible ways out.
Reg,
Pradeesh B
Re: Reg: Inno Setup Installation Script
Usually a dll will only be installed or verwriten if its not present on the system or if the version of the dll is lower then what you are trying to install. Otherwise it wont install the dll.
What dependancies is it in particular that are giving you issues?