Vinicius2023 Posted January 23, 2023 Share 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? Link to comment Share on other sites More sharing options...
Vinicius2023 Posted January 23, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
Subz Posted January 23, 2023 Share 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 Link to comment Share on other sites More sharing options...
Vinicius2023 Posted January 24, 2023 Author Share Posted January 24, 2023 Thanks ! it worked Link to comment Share on other sites More sharing options...
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