-
Ashampoo Burning Studio 9.20
thanks you but the "#include" is important? because its say Error : #include Error:Cannot parse #include and if i remove the "#include" its say Error: If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then If ^ ERROR Error: Unknown function name. what is the problem? make it #Include <Misc.au3> that should fix the problem thanks you very match its fix the problem thanks you to radix !!
-
Ashampoo Burning Studio 9.20
thanks you but the "#include" is important? because its say Error : #include Error:Cannot parse #include and if i remove the "#include" its say Error: If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then If ^ ERROR Error: Unknown function name. what is the problem?
-
Ashampoo Burning Studio 9.20
OK thanks you very match you really help me something last: #include If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then Exit EndIf i need to change "Nullsoft Winamp 5.5.7.2830" to my software Or it does not matter?
-
Can't remove temp folder
its steal doesn't work for me i don't know why its not remove the Dir. i just want that if the MsgBox pop up so it will remove the installation Dir but if MsgBox not pop up so it remove the installation Dir after installation complete
-
Ashampoo Burning Studio 9.20
OK thanks you very match but i don't understand for what is that code: #include If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then Exit EndIf what its does? or i just need to replace this : ; Start checking AdlibEnable('_Adlib') in this: ; Start checking AdlibRegister("_Adlib") and it should work?
-
AdlibEnable Function Error
not worked at all i try lot of scripts whit that Function but it always say Error: Unknown function name. why is that?
-
Can't remove temp folder
i make silent install and i use this: $PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Registry Mechanic_is1", "InstallLocation") If StringRight($PreviousInstallation, 1) = '\' Then $PreviousInstallation = StringTrimRight($PreviousInstallation, 1) EndIf If FileExists($PreviousInstallation & "\RegMech.exe") Then MsgBox(0x40010, "Registry Mechanic 9", "Please uninstall previous version of Registry Mechanic before install the progarm..") Exit DirRemove(@AppdataDir & "\Registry Mechanic 9", 1) EndIf its not remove "Registry Mechanic 9" because the script process need to close and then remove the folder so i don't know what to do i want that after or before pressing OK button "Registry Mechanic 9" folder in AppdataDir will be removed thanks you
-
silent unistall have to read log file
Odd. Perhaps passing just "install.log" with my attempt may help but I would expect UnWise.exe to imply "install.log" by default. Try these attempts then ; try full path $path_MyShampoo = @ProgramFilesDir & '\MyAshampoo' RunWait('"' & $path_MyShampoo & '\UNWISE.exe" /S "' & $path_MyShampoo & '\install.log"') Notice the single/double quoting used above. ; try 8.3 path $path_MyShampoo = FileGetShortName(@ProgramFilesDir & '\MyAshampoo') RunWait('"' & $path_MyShampoo & '\UNWISE.exe" /S ' & $path_MyShampoo & '\install.log') @iamtheky I hope that I am not being overly intrusive. Now Work Perfect Thanks You Very Match!!!!!!!!
-
how to compile to exe?
I did not understand what I should do with that code
-
silent unistall have to read log file
sorry man dont work its show me to pick the install.log
-
how to compile to exe?
i compile the au3 file to exe and now i have compile au3 and my setup and i want to know how to compile them to one exe that will run the compile au3 and i want to write i My name in the setup.. and to do that the setp Could not be opened thank you all
-
silent unistall have to read log file
look what wrong: when i set: MsgBox(64, "test", @ProgramFilesDir & '\MyAshampoo\UNWISE.exe /S ' & $log) its work and when i set: Run(@ProgramFilesDir & '\MyAshampoo\UNWISE.exe /S ' & $log) its don't work i am sure the problem is the in the quotes the &log need to be with the exe together like here: Man really thanks you for your help and your time
-
silent unistall have to read log file
still don't work: $log = @ProgramFilesDir & '\MyAshampoo\install.log' Run(@ProgramFilesDir & '\MyAshampoo\UNWISE.exe /S ' & $log) it say could find install.log
-
silent unistall have to read log file
no its not working Because quotes the $log color is gray - $log and its need to be Bordeaux - $log
-
silent unistall have to read log file
Thanks you very match just one question, i write this: Run(@ProgramFilesDir & '\MyAshampoo\UNWISE.exe /S "C:\Program Files\MyAshampoo\install.log"') now i want to set that C:\Program Files\MyAshampoo\install.log will be @ProgramFilesDir\MyAshampoo\install.log or @HomeDrive\Program Files\MyAshampoo\install.log Is that possible?