Jump to content

mazin

Member
  • Posts

    1,948
  • Joined

  • Donations

    0.00 USD 
  • Country

    Egypt

Everything posted by mazin

  1. I think you can insert your serial in the setup.ini and use setup.exe to install office. I'm not sure wether it works for office 2003. You can give it a try.
  2. Well! There's now an AutoIt script for WindowBlinds 4.30, here: http://www.msfn.org/board/index.php?showto...ndpost&p=150672
  3. Locations of "Run" strings in your Registry are here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Examples: - QuickTime Task REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "QuickTime Task" /f - Internet Download Manager REG DELETE HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v IDMan /f This is the taskkill command line: taskkill /F /IM program.exe
  4. ZoSTeR Have you integrated it to Explorer shell, yet?
  5. These are all the switches in the clown's pocket, so far: http://www.msfn.org/board/index.php?showto...ndpost&p=122977 One of them might work. BTW, do you use the exe or the msi? If you haven't used the msi, then extract it from the exe first, and use it.
  6. Hi Yonderboy. Mostly, MSIs with upgrade information need /QR to install and work properly. You may need to read the 4th example of Acrobat Pro for this purpose. It's here: http://www.msfn.org/board/index.php?showto...ndpost&p=122609 In this case, no need to check the box "show basic user interface only...". Try this idea and let me know if you still get problems. BTW, the correct switch is Reboot=Suppress without a slash. So, your switch will be: /QR Reboot=Suppress You might need to read this, too: http://www.msfn.org/board/index.php?showto...ndpost&p=122977
  7. There is a hint for NAV Pro 2004, here: http://www.msfn.org/board/index.php?showto...ndpost&p=125501 I'm not sure wether it works for NSW 2004, too. Give it a try! It reduces size by excluding components.
  8. abu ryan /qb- Basic UI, with no modal dialog boxes /qb-! Basic UI, with no modal dialog boxes, with a hidden Cancel button Try one of those.
  9. hevnbnd I've been attempting all possible tricks with this **** MSI. Well! I've got two solutions, though. Try it and let me know wether it works for you. First: Modified RNENU.msi Installation. Files required: (all from the root of the CD) - RNENU.msi (modified - serial number inserted) - Disk1.CAB (60.3 mb) - pconfig.dcf (1.63 kb) - px.ini Batch String: start /wait %systemdrive%\Install\RNDX7\RNENU.msi /QR Reboot=S Second: Setup.exe Installation. Files required: (all from the root of the CD) - RNENU.msi (original) - Disk1.CAB (60.3 mb) - pconfig.dcf (1.63 kb) - px.ini - Setup.exe - Setup.ini (serial inserted) Open Setup.ini and insert your serial here: [ProductFeatures] SoleFeature ProductID=xxxx-xxxx-xxxx-xxxxx Batch String: start /wait %systemdrive%\Install\RNDX7\Setup.exe /QR -<Attention>- Both solutions need a machine clean of previous installation of RecordNow!. Should you ever have problems upon uninstallation, this is because a certain directory could be missing. However, on a clean machine, it should be created within installation. This directory is: C:\WINDOWS\Installer\{9541FED0-327F-4DF0-8B96-EF57EF622F19}\ It contains two files: - RecordNow.exe - STAX.291CE843_86A0_4ED1_B843_C9720B19B025
  10. abu ryan /QN should prevent that message. Pc Anywhere: http://www.msfn.org/board/index.php?showtopic=17353 powerdvd: I think you can create a setup.iss file if you have got PowerDVD 5. Or you need to read these: http://www.msfn.org/board/index.php?showtopic=11115 http://www.msfn.org/board/index.php?showtopic=16465 http://www.msfn.org/board/index.php?showtopic=15549 http://www.msfn.org/board/index.php?showtopic=14706 Good to know there are others who use LogoManager. I've never thought of it unattended!! When I do it I'll tell you.
  11. A solution for the default language is now here: http://www.msfn.org/board/index.php?showto...ndpost&p=149608
  12. A solution for the default language is now here: http://www.msfn.org/board/index.php?showto...ndpost&p=149608
  13. Which one worked?
  14. WinZip works, too. However, if all failed, run SetupDl.exe manually and stop at the first setup screen. Go to C:\Documents and Settings\Administrator\Local Settings\Temp\, and look for the most recent folder there. It could be named IXP000.TMP or similar. There, you'll find the two files: - MsnMsgs.msi - bootstrap.exe
  15. Never mind. Thanks.
  16. Really! I'm using WinRAR to do it.
  17. I think the best place to get help on this is the Device Drivers forum: http://www.msfn.org/board/index.php?showforum=88
  18. Sure. This is a reference site.
  19. There's still one more attempt, here: http://www.msfn.org/board/index.php?showtopic=20675
  20. eddy_71 Under WinXP Pro, two copies of taskkill.exe are found here: - C:\WINDOWS\system32\ - C:\WINDOWS\system32\dllcache\ taskkill.exe is installed by default with WinXP Pro. However, as I read in some posts, taskkill.exe isn't part of WinXP Home. So, if you have WinXP Home, you need to get taskkill.exe, then put it here: $OEM$\$$\System32\taskkill.exe This is an example taken from a post: As you can see, you don't have to refer to the directory in which taskkill.exe resides, which is System32. Nor you need to put the taskkill program in DAP directory. /F means force (i.e. to force termination of a process without confirmation) /IM means image (i.e. name of process or program to terminate). More info: http://unattended.msfn.org/xp/runonceex.htm Visit this link for more information on taskkill: http://www.microsoft.com/windowsxp/home/us...en/taskkill.asp I hope this helps.
  21. These are some sources for scripts you may want to consider: JS example: Ad-Aware: http://www.msfn.org/board/index.php?showtopic=16094 WindowBlinds: http://www.msfn.org/board/index.php?showtopic=21333 Winamp: http://www.msfn.org/board/index.php?showto...ndpost&p=163957 VBS example: Ad-aware: http://www.msfn.org/board/index.php?showtopic=14323 General: http://www.msfn.org/board/index.php?showtopic=11666 More: http://www.msfn.org/board/index.php?showtopic=13094 Comprehensive: http://www.MSFN.org/board/index.php?showtopic=9171 Comprehensive: http://board.msfn.org/index.php?showtopic=8987 AutoIt example: Winamp 2.91 & More: http://www.msfn.org/board/index.php?showtopic=20197
  22. In fact, nothing is better than live installation with the original installer of your app. So, you'd better think of using a script such as VBS, JS, or AutoIt or any other alternative. This is the best solution because you won't worry about components, registry changes or any other stuff. Therefore, I suggest scripts to be the first thought. In case your installer can't be managed by a script, then repackaging is the second thought. The easiest is InstallRite. When you achieve some progress in snapshots, then I recommend WinINSTALL LE. This is my favorite.
  23. Frustrating beta version: http://www.msfn.org/board/index.php?showtopic=20201
  24. I think edmoncu meant to prevent others from using his SFX.
  25. I just thought automounting would prevent that wizard.
×
×
  • Create New...