Vinicius2023 Posted January 23, 2023 Posted January 23, 2023 Good morning, I need some help How would a logic in autoit be where the code identified an installation already made, and not run again on the machine?
Vinicius2023 Posted January 23, 2023 Author Posted January 23, 2023 39 minutes ago, Vinicius2023 said: Good morning, I need some help How would a logic in autoit be where the code identified an installation already made, and not run again on the machine? verificação de instalação.txt
Subz Posted January 23, 2023 Posted January 23, 2023 Something like Global $software = "C:\Program Files (x86)\Stefanini\VW Software Store\VWStoreAPP.exe" Global $Executavelrede = "\\VWBRANDFH1881\fs_rollout\S1003_B-FIO_Meu_Ativo_Loja_Softwares\S2001_Softwares\_Transfer\VW Software Store.exe" If Not FileExists($software) Then Run($Executavelrede) EndIf Vinicius2023 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now