My application switches
#81
Posted 25 April 2006 - 11:32 AM
Can I just ask was their ever a HTML updated page for Silant Installers ? If so, can I see please ?.
#82
Posted 12 May 2006 - 04:50 PM
PLz Help For Make RunOnceEx.
Thank You
7-Zip 441
Adobe Acrobat Reader 7 full
Alcohol120_retail_1.9.5.3823
FlashGet_v1.71
Jasc Paint Shop Pro 9
Skype 2.0.0.97
UltraISO 7.6.6.1308
winamp51
WinRAR.3.60.Beta3
ymsgr702_120_us
Thank You
7-Zip 441
Adobe Acrobat Reader 7 full
Alcohol120_retail_1.9.5.3823
FlashGet_v1.71
Jasc Paint Shop Pro 9
Skype 2.0.0.97
UltraISO 7.6.6.1308
winamp51
WinRAR.3.60.Beta3
ymsgr702_120_us
#83
Posted 08 June 2006 - 07:33 PM
Addon QuickLaunchBar / Inicialização Rápida
QuickLaunchBar

no runonce do nlite coloque esta linha
RMDIR /S /Q C:\TEMP > Apaga a pasta temporaria da descompactação da barra(pode ser usado para outras descompactaçoes)
Obs: Já fica padronizado/default para/to todos/all os outros usuários/users que forem criados/add
QuickLaunchBar

no runonce do nlite coloque esta linha
RMDIR /S /Q C:\TEMP > Apaga a pasta temporaria da descompactação da barra(pode ser usado para outras descompactaçoes)
Obs: Já fica padronizado/default para/to todos/all os outros usuários/users que forem criados/add
#84
Posted 17 June 2006 - 05:15 AM
#86
Posted 01 August 2006 - 09:00 PM
eomonteiro, on Jun 9 2006, 03:33 AM, said:
Addon QuickLaunchBar / Inicialização Rápida
QuickLaunchBar

no runonce do nlite coloque esta linha
RMDIR /S /Q C:\TEMP > Apaga a pasta temporaria da descompactação da barra(pode ser usado para outras descompactaçoes)
Obs: Já fica padronizado/default para/to todos/all os outros usuários/users que forem criados/add
QuickLaunchBar

no runonce do nlite coloque esta linha
RMDIR /S /Q C:\TEMP > Apaga a pasta temporaria da descompactação da barra(pode ser usado para outras descompactaçoes)
Obs: Já fica padronizado/default para/to todos/all os outros usuários/users que forem criados/add
now in english please...
#87
Posted 03 January 2011 - 11:10 PM
hello everybody
I need (so so much) to know how to detect switches in the applications
can you help me please ????
thanks
I need (so so much) to know how to detect switches in the applications
can you help me please ????
thanks
#88
Posted 16 January 2011 - 06:11 AM
#89
Posted 27 June 2011 - 03:30 PM
Does someone have a autoit script for superantispyware free/pro ? John
#90
Posted 05 July 2011 - 05:20 AM
Odd bloody place to ask for an AutoIt script.
Make sure the installer is NOT named "SUPERAntiSpyware.exe" or the AutoIt script...ether will cause bad things to happen.
Actually if you look at the code it assumes the name will be based on the application.
The name I used for the installer is "SUPERAntiSpyware4551000.exe" since it's version 4.55.1000.
Anyways it'll run the installer silently then kill the app as soon as it starts it's post install setup.
First time you start it...will then start the Post Install setup again.
** Update **
While what I put up there works fine when fully in windows...it fails when done during the install process...this would have to be fully scripted or repackaged.
; This will install SUPERAntiSpyware $Search = FileFindFirstFile( "SUPERAntiSpyware*.exe" ) If $Search = -1 Then Exit $Install = FileFindNextFile( $Search ) If FileExists( $Install ) Then Run ( $Install & ' /SILENT' ) Else Exit EndIf ProcessWait ( "SUPERAntiSpyware.exe" , 30 ) ProcessClose( "SUPERAntiSpyware.exe" )
Make sure the installer is NOT named "SUPERAntiSpyware.exe" or the AutoIt script...ether will cause bad things to happen.
Actually if you look at the code it assumes the name will be based on the application.
The name I used for the installer is "SUPERAntiSpyware4551000.exe" since it's version 4.55.1000.
Anyways it'll run the installer silently then kill the app as soon as it starts it's post install setup.
First time you start it...will then start the Post Install setup again.
** Update **
While what I put up there works fine when fully in windows...it fails when done during the install process...this would have to be fully scripted or repackaged.
This post has been edited by Nologic: 07 July 2011 - 02:07 PM



Help


Back to top









