Vb_dcom_mdac_jet_autosetup.exe

Started by Randem, October 17, 2007, 12:31:04 AM

Previous topic - Next topic

Randem

Ok, if you decide to use it we are beta testing version 9.1. If you make the jump you might as well start with the next generation...

kiwimenthe

well well well, I feel a bit ashamed but ... since everything worked well sor far, I never wonder about a new version.
But I will see for this last version as soon.  
Thanks

Randem

You do realize that the current version of InnoScript is 9.0?
 
It is a free upgrade for registered users...

kiwimenthe

Sorry, I use InnoScript 4.0  
 
Well I used it to make my script and now only use Inno Setup to update it.

Randem

Version of InnoScript???? Not the same as Inno Setup...

kiwimenthe

I use Inno Setup 5.2.3
 
Ok, many thanks for your advises ;)

Randem

What version of InnoScript are you using?
 
If you include the AutoOSUpdater in your script the VB Runtime files will automatically be removed avoiding manual intervention.
 
Also change
 
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesasycfilt.dll; DestDir: {sys}; Flags: sharedfile
 
to
 
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesasycfilt.dll; DestDir: {sys}; Flags: sharedfile restartreplace
 
and
 
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesstdole2.tlb; DestDir: {sys}; Flags: uninsneveruninstall sharedfile regtypelib  
 
to
 
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesstdole2.tlb; DestDir: {sys}; Flags: uninsneveruninstall sharedfile regtypelib restartreplace

kiwimenthe

Ok, just one more question to be sure, in my script i put:
[Files]
; Vb Runtime
;Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesmsvbvm60.dll; DestDir: {sys}; OnlyBelowVersion: 0,6; Flags:  regserver restartreplace sharedfile
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesmsvbvm60.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesoleaut32.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesolepro32.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesasycfilt.dll; DestDir: {sys}; Flags:  sharedfile
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filesstdole2.tlb; DestDir: {sys}; Flags:  uninsneveruninstall sharedfile regtypelib
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0vb 6 redist filescomcat.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
; Mdac
Source: c:program filesrandem systemsinnoscriptinnoscript 4.0VB_DCOM_MDAC_JET_AutoSetup.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion
But do I need to put VB runtime files description in my script if I use the

Randem

I will be updating that file in the next day or so with the newer flags I mentioned.

Randem

Just check the file dates. That will tell up if there was an update since the last version you have.

kiwimenthe

Hi !
Does VB_DCOM_MDAC_JET_AutoSetup.exe file has changed recently ? I have just downloaded it (All Windows Versions Including Vista (32.9 mb) - Last Updated 9/19/2007) but when looking at his properties, there is no version informations (0.0.0) so compared to the old one, I do not know if there was transformations.  
 
Thanks for your answer and have a good day ;)

Randem


kiwimenthe

Hi!
Is that this file ?  
 
All Windows Versions (32.9 mb) - Last Updated 9/19/2007
 
found here: https://randemsystems.com/os-updater-support#Automatic%20Installation

Randem


Randem

I am uploading a newer version of the Automatic OS Updater. This one uses MDAC 2.8 SP1 instead of MDAC 2.8 RTM and should solve this issue you are having. I will let you know when it is done uploading.
 
 
 
https://randemsystems.com/os-updater-support