Component file is not being extracted

excelvbaisfun

New member
Hi All and @gdgsupport !

I’ve been at this all day and it’s time to ask for some help.

I’ve figured out how to determine what version of chrome is installed by using:
image

but then when I analyze the variable chromeVersion, I’m successful in setting the correct component variable based on its value. The IF/THEN statements are going the correct places and the variable components are mapping to 1 or true correctly.
Heck, even the installer says “Extracting chromedriver.exe” but it never places the correct version of chromedriver.exe from the correct component into the destination folder.

Here’s my initialization:
image

After File Extraction:
image

My main folder has these files which are extracting each time:
image

But the chrome89 component %VCOMP89% should be extracting since it’s being set to 1. Settings:
image

image

Here’s a Gif that shows it saying its extracting but not actually extracting:
PB_NotExtractingComponents

Thanks
Dan
 
I tentatively gave up on components working correctly and instead have all the files in “Main” folder with different names.
The installer dumps all the files and just renames the actual file needed based on file version found.

Thanks
Dan
 
Yes, I did a message box that said it was 89.

Should I have put quotes around 89, like “89” or ‘89’ ?

Thanks
Dan
 
Last edited:
Back
Top