Jump to content

Orsi

Member
  • Posts

    285
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

Everything posted by Orsi

  1. hey there, I'm trying to modify some adobe .msi files to 'skip' the activation screen and after some research I found I would need to deleted some activation's lines (CA_ActivationInstall) in .MSI file, it really works although after I deleted this line (which is in the InstallExecuteSequence table), for some reason I can't uninstall the program... I'm using Orca to edit the MSI file and modifying Acrobat 3D, After Effects 7.0 PRO, Illustrator CS2, Audition 2.0, Encore DVD 2.0 and Premiere Pro 2.0 any help?
  2. don't think that's possible...
  3. Common..msi /QB Bridge..msi /QB Help..msi /QB Stock..msi /QB Adobe Premiere Pro 2.0.msi /QB
  4. I found the problem rundll32.exe iernonce.dll,RunOnceExProcess was missing in the Runonce files now everything works perfectly tks again
  5. tks guys but I can't make it work Here's the AutoIt code: If @OSVersion = "WIN_2003" Then Run (@HomeDrive & "\Install\RunOnce64.cmd") Else Run (@HomeDrive & "\Install\RunOnce32.cmd" ) EndIf Exit (WIN_2003 is the XP 64's @OSVersion) the script runs without any error message but the RunOnce code isn't added to the registry what am I doing wrong?
  6. maybe it's a stupid question but... how can I make this?
  7. Hey there, I'm build an AIODVD with XP 32bits, XP 64 bits e so on, now I need to know if its possible to write a RunOnceEx.cmd file which automatically detects what OS I am installing. I need to know this 'cause some software are not Win x64 compatible, like NIS 2006.
  8. Hey there, how do I install Pixologic ZBrush 2.0 silently? It uses the InstallAnywhere by Zero G installer
  9. 1- AVID Softimage XSI 5.0 2- Adobe Photoshop CS 2 3- Adobe Encore 4- Adobe Premiere 5- MSN Messenger 6- Office 2003 7- WS FTP 8- eMule Plus 9- Winamp 10- Ad-Aware 11- K-Lite Mega Codec Pack 12- Norton Internet Security 2006 13- WinRAR 14- ZBrush 15- Macromedia Studio 8 16- Nero 17- Easy Recovery Pro 18- Skype 19- Bitcomet 20- Getright
  10. thats exactly what this script is for, the problem is that it is executed during the 12min setup part, no after the 1st logon
  11. Well, below is my only RunOnceEx, it executes right after is executed, without no reboot or something Don't understood how to sove this cmdow @ /HID @echo off for %%a in (z y x w v u t s r q p o n m l k j i h g f e d c) do if exist %%a:\CD.TXT ( set CDROM=%%a: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx goto install ) :install REG ADD %KEY% /V TITLE /D "Registry" /f REG ADD %KEY%\001 /VE /D "Application name" /f REG ADD %KEY%\001 /V 1 /D "Application swtiches" /f rundll32.exe iernonce.dll,RunOnceExProcess REG ADD %KEY% /V TITLE /D "AudioVideo" /f REG ADD %KEY%\001 /VE /D "Application name" /f REG ADD %KEY%\001 /V 1 /D "Application swtiches" /f rundll32.exe iernonce.dll,RunOnceExProcess REG ADD %KEY% /V TITLE /D "CGI" /f REG ADD %KEY%\001 /VE /D "Application name" /f REG ADD %KEY%\001 /V 1 /D "Application swtiches" /f rundll32.exe iernonce.dll,RunOnceExProcess REG ADD %KEY% /V TITLE /D "MISC" /f REG ADD %KEY%\001 /VE /D "Application name" /f REG ADD %KEY%\001 /V 1 /D "Application swtiches" /f rundll32.exe iernonce.dll,RunOnceExProcess REG ADD %KEY% /V TITLE /D "System" /f REG ADD %KEY%\001 /VE /D "Application name" /f REG ADD %KEY%\001 /V 1 /D "Application swtiches" /f rundll32.exe iernonce.dll,RunOnceExProcess REG ADD %KEY% /V TITLE /D "Cleaning and rebooting" /f REG ADD %KEY%\001 /VE /D "Application name" /f REG ADD %KEY%\001 /V 1 /D "Application swtiches" /f EXIT
  12. but with 'rundll32.exe iernonce.dll,RunOnceExProcess' lines RunOnceEx commands will be executed right the 12 min setup part, right? there's no way to avoid this and execute it only on 1st logon?
  13. tks, it starts the setup but even so it shows the activation screen... anyway to avoid this and active later?
  14. this method worked for me too (just don't know about the reboot switches), my biggest problem is Nero 7 Premium size... Is anyway to reduce it's size?
  15. Found out, it's exactly like Norton Internet Sec. 2005 ( SymSetup.EXE /O REBOOT=ReallySuppress /qb )
  16. hey there, does NIS 2006 uses the same NIS 2005's switches?
  17. I just heard rumors about Windows Vista will not support OpenGL Does anybody knows if its true?
  18. I am not being to able to run the application Every time I try I receive the following error message: "The application failed to initialize properly (0xc0000135). Click on OK to terminate the application." Any help?
  19. You're right the full Theme file can be downloaded at: http://www.wishstudios.com/Themes.rar it includes icons, fonts, sounds cursors, wallpaper and VS
  20. I just rebuilt the whole DVD but I haven't used nLite (got the uxtheme.dll from the Unattended website), although everything happened again... the icons, cursors and sounds are from the theme I built, but not the Visual Style... I really don't know what could be going wrong since it works perfectly when I use this with StyleXP Can someone tell (or indicate somewhere) what are the files a VS must contain? Are they just the .theme, .msstyle and shellstyle.dll?
  21. You were right... I really forgot this "detail" Everything's perfect now BTW, congratulations and thank you Bashrat
  22. Ok, I'll try all over again and do a real install this time tks
  23. All the packs are the latest versions... I got them yesterday... The versions I used some weeks ago worked perfectly, to obad I deleted them
×
×
  • Create New...