Jump to content

Gonzakpo

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Gonzakpo

  1. well, thanks for the help guys. I think I've found the problem.

    The SFX wasn't extracting to a TEMP folder so I guess the SFX exe didn't keep running after extracting. That way the XP install believes the install has finished thus rebooting the PC.

    I guess that if I choose to extract to a TEMP folder the SFX will extract and wait for the install to finish to delete the temporary files. Therefore, the install won't reboot the PC until the installation is finished.

    This is my theory haha. After some more testing I guess I'll found out if I'm right.

    And the dependencies problem I've solved it by integrating both programs in the same addon and executing them in the correct order with a .bat file.

    Thanks again. Have a nice day.

  2. 2 possible solution I can think of:

    1) Install program B first (as 1st addon)

    -Allow to install some other program first

    - Then install program A (allowing some other of your programs to install prior to installing your program A, thus creating a delay, thereby allowing program B to finish installing in the background)

    3) use Autoit to control the installation sequence

    but I have no idea how to do that in Microsoft Office 2007 as I never try this adventure

    yes, using Autoit is a good idea but that doesn't stop Win XP installation from rebooting :S

    That's the main problem here, win Xp reboots too early. I need to generate some sort of delay.

  3. I think you can only install office 07 during RunOnceEx, i dont think the installer is svcpack compatible (I could be wrong)

    What I did is a RarSFX with the MS office files and once it extracts it executes "setup.exe /config config.xml" as stated in this topic: http://www.wincert.net/forum/index.php?showtopic=3717

    The installer actually works because I've tried it with XP running. The thing is that when XP is installing it doesn't give the office installer enought time to finish.

    Yes, RunOnce is an option. But I wanted to have everything installed once XP boots for the first time.

  4. Hi.

    I've made a Microsoft Office 2007 addon but the problem is it doesn't finish installing when windows is installing. My guess is that the win XP installation reboots the pc before the Microsoft Office intallation finish. Once win is installed I can see the folders from Office in the "program files" folder but the installation isn't complete (the icons in the start menu weren't installed for example).

    Does anyone knows a way of telling the install cd "do not reboot until...." ?

    The same could happen with other program dependencies. For example, if my program A dependes of program B, I'm forced to first install the program B and then program A. But it could happen that the installer calls the program A installation before the program B installation finishes, thus returning an error.

    So, any idea on how to fix this problems?. Thanks.

  5. Si quieres y subes el bsplayer INF o el addon te los checo

    El addon para comodo no me acuerdo mucho pero los hice mitad INF y lo otra mitad fue configuraba por autoit despues de copiar los achivos con el INF...lanzaba el wizard y clicaba next y eso

    Lanzaba el EXE autoit usando a RegisterDLLs

    Anda a mi perfil y vas a ver a mi email para live messenger, agregame

    Ok. Al final no voy a integrar el COMODO porque me resulta algo problematico. Ademas todavia no estoy muy seguro de que integrar y que no.

    Si el dia de ma

  6. Ok. Hoy estuve experimentando y viene bien la cosa jeje.

    Ya que estoy, como hiciste para generar el addon del comodo firewall?. Es que quiero hacerlo y no puedo descargar la version vieja que vos habias hecho (para ver como lo habias hecho nomas).

    El .exe no tiene silent switches asi que, o lo hago con un INF, o lo hago con AutoIT. Con un INF me parece demasiado complicado por la naturaleza del programa (se integra mucho a SO). Asi que tal vez lo haga con AutoIT. Aunque no me gusta nada que durante la instalacion de windows aparescan instaladores que se abren y se cierran jaja.

    Saludos.

    Bueno, hice un addon para el BSPlayer por el metodo inf y no tuve problemas :)

    Tambien hice uno para el NOD32 del tipo svpack

    y una "medicina" para el nod con el AutoIT.

    Tus tutoriales estan 10 puntos. Mas claros imposible. Muchas gracias!

  7. Si, exactamente asi como lo escribiste se pone ;)

    Cuando termines tu INF y/o addon los puedes subir al internet o pegar el texto aqui y yo te lo puedo checkear (cuidado con programas ilegales, esas mandamelas por MP)

    Ok. Hoy estuve experimentando y viene bien la cosa jeje.

    Ya que estoy, como hiciste para generar el addon del comodo firewall?. Es que quiero hacerlo y no puedo descargar la version vieja que vos habias hecho (para ver como lo habias hecho nomas).

    El .exe no tiene silent switches asi que, o lo hago con un INF, o lo hago con AutoIT. Con un INF me parece demasiado complicado por la naturaleza del programa (se integra mucho a SO). Asi que tal vez lo haga con AutoIT. Aunque no me gusta nada que durante la instalacion de windows aparescan instaladores que se abren y se cierran jaja.

    Saludos.

  8. OK te recomiendo empezar con algo simple como un tema para xp

    How to make a inf theme addon

    Luego te graduas a un programa

    How to make a inf program addon

    Si quieres empezar con algo facil tambien puedes aprender a hacer instaladores silenciosos

    How to make a silent switch installer

    Cualquier cosa que no entiendas me puedes preguantar y si puedo lo explico mejor

    Bueno gracias. Es mas facil de lo que pensaba, aunque algo laborioso. Tengo una pregunta: Como hago para crear un shortcut con pasaje de parametro?. Por ejemplo, yo quiero que mi acceso directo ejecute la siguiente sentencia:

    "C:\Archivos de programa\Webteh\BSplayerPro\bsplayer.exe" -capture

    Yo, en el inf deberia poner:

    CmdLine =16422,Webteh\BSplayerPro,bsplayer.exe -capture

    Es correcto esto?. Puede funcionar?.

    Gracias

  9. OK dime como eres con el ingles, lo entiendes bien?

    Tengo unos cuantos video turoriales de como hacer addons de instaladores silenciosos y otro para hacer addons tipo INF (que es la perfecta respuesta a tu pregunta)

    Si, lo manejo a la perfeccion :icon_cool:

×
×
  • Create New...