|
-
Mar 11th, 2008, 03:29 AM
#1
Thread Starter
New Member
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
-
Mar 11th, 2008, 03:05 PM
#2
Re: Reg: Inno Setup Installation Script
Define "Gets Corrupted" and how it wold get corrupted during installation...
-
Mar 12th, 2008, 12:35 AM
#3
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.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 12th, 2008, 01:43 AM
#4
Thread Starter
New Member
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
-
Mar 12th, 2008, 02:11 AM
#5
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?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|