Vinicius2023 0 Posted January 23 Share Posted January 23 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 post Share on other sites
Vinicius2023 0 Posted January 23 Author Share Posted January 23 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 post Share on other sites
Subz 823 Posted January 23 Share Posted January 23 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 post Share on other sites
Vinicius2023 0 Posted January 24 Author Share Posted January 24 Thanks ! it worked Link to post Share on other sites
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