condition

condition - VB/VBA/VBS - Programmation

Marsh Posté le 06-11-2013 à 09:04:17    

Bonjour,  
 
je dois installer un logicile en fonction de la version precentes sur le pc  
donc pour trouver la version je mets " le logiciel est un exemple"  
 
Dim fso, Sketchup, version
Set fso = CreateObject("Scripting.FileSystemObject" )
 
Sketchup =  "C:\Program Files\Google\Google SketchUp 8\SketchUp.exe"
version = fso.GetFileVersion(Sketchup)
 
WScript.Echo " Version = " & version & "."
 
et je compte faire une condition if >1.1 alors install
then < 1.1 alors ne fait rien  
 
comment puis-je lancer cette commande ?
 
Icdk76800
 

Reply

Marsh Posté le 06-11-2013 à 09:04:17   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed