How to bypass prerequisites checks using orca


Recommended Posts

  On 23/11/2012 at 00:43, Muzzy said:

I mean with orca I want to get it going if I break the system then so be it as I said it my secondary one that I use to play around with .

can someone please tell me how to edit it with orca I mean which table and command to use

you CANT, and there is no "if" it breaks your system

it's pretty much guaranteed that if you managed to force it to install it WOULD break the system

i can't understand on why you insist on forcing this to install. there's nothing to learn when the outcome is a given

  On 23/11/2012 at 00:49, Brando212 said:

you CANT, and there is no "if" it breaks your system

it's pretty much guaranteed that if you managed to force it to install it WOULD break the system

i can't understand on why you insist on forcing this to install. there's nothing to learn when the outcome is a given

not to be rude but what do you care if I break my system or not .

If you don't know just admit it rather than acting like you know but u wont say. There is not shame in not knowing.

This is a forum where people ask questions and try to get answers not just "you will break your system".

I want to try so let me.

if you know the answer please give it to me otherwise if you don't know or just don't wish to help better you don't reply at all.

for the record I have tried 2009 and it installs and works fine that did not break anything so why would 2007. its just software.

so please either give me the answer I am looking for or don't bother replying.

  On 23/11/2012 at 01:50, Muzzy said:

for the record I have tried 2009 and it installs and works fine that did not break anything so why would 2007. its just software.

Especially in the realm of antivirus software, there are certain APIs (like on the kernel level) that work perfectly fine in one OS but then are depreciated, heavily modified, or even removed in the next one.

It's been, what, 5 years since 2007, and two new versions of Windows have been launched in that time (which is enough time for a feature to be depreciated and then removed). It's almost like asking why I can't run Windows Internet Explorer 10 on OSX; from the software's point of view it might as well be running on a ternary system :p

It's just that some (many) of the people here feel it's a waste of time to try installing an unsupported piece of software on an OS that's been pretty much completely reworked since its release, especially if you have easy access to a supported version of the software. Is there a reason you want to do this, or just for curiosity?

and since you requested some kind of guidance, a quick search brought up: http://www.microsoft...07-t165466.html

Why would you use an outdated software with an outdated scan engine that would have problems detecting any new viruses or malware out there? Even if you could install it, you should not trust it any more than you running without protection. think of it this way, would you take expired meds or eat food that expired 5 years ago?

I personally would not try to do this. There is no reason for this. If you were trying to run a specific database program from 98 that they stopped making that year it would be one thing. But trying to get a security app to work when they have updated it and have many current ones it really makes no sense to do anything other than run a current one.

If you ask a stupid question, people are going to point it out. Don't try and hide behind the "I'm just asking what do you care".. Cause most people that say that really mean is I just wanna do it, and then I'm gonna be back in a month bitching because my computer is unstable and not working right.

If you want to break your computer, delete the System32 folder.. other than that, most have no interest in helping you doing something that is stupid.. you wanna be able to do it, figure it out yourself, since you keep saying that this is about You just being able to do it..

  On 23/11/2012 at 01:50, Muzzy said:

so please either give me the answer I am looking for or don't bother replying.

there is no answer. you're trying to jam a square object into a round hole. there's literally no point
  • Like 1

What type of file is the Norton installation file?

As far as I'm aware, Windows Installer does not support prerequisites in a "proper" manner, and the only way to embed prerequisites into an MSI would be to store them in a Binary table. That's just storing them in there; running them requires a Custom Action and other stuff. For that reason, among others, people usually opt for using a bootstrapper (often in the form of an EXE file), which first runs the prerequisite installations and then runs the main product installation. It seems you have got hold of an MSI, so I'm wondering, was this MSI extracted from an initial EXE file, or is the whole installation process for the 2007 version of Norton contained in an MSI file? The answer to this question is important because if the MSI file is extracted from an EXE file, the prerequisites and the logic for running them probably isn't in the MSI file.

  On 23/11/2012 at 03:01, Calum said:

What type of file is the Norton installation file?

As far as I'm aware, Windows Installer does not support prerequisites in a "proper" manner, and the only way to embed prerequisites into an MSI would be to store them in a Binary table. That's just storing them in there; running them requires a Custom Action and other stuff. For that reason, among others, people usually opt for using a bootstrapper (often in the form of an EXE file), which first runs the prerequisite installations and then runs the main product installation. It seems you have got hold of an MSI, so I'm wondering, was this MSI extracted from an initial EXE file, or is the whole installation process for the 2007 version of Norton contained in an MSI file? The answer to this question is important because if the MSI file is extracted from an EXE file, the prerequisites and the logic for running them probably isn't in the MSI file.

u are right it it is off an iso that I extracted which has an exe and then other setup folder with a setup msi file it must be the setup exe that I have to edit but orca will not open it as it is not an msi file.

the only thing I have to bypass is Microsoft installer check but that must be in the exe and I cant get into it. is there a way?

  On 24/11/2012 at 01:20, Muzzy said:

u are right it it is off an iso that I extracted which has an exe and then other setup folder with a setup msi file it must be the setup exe that I have to edit but orca will not open it as it is not an msi file.

the only thing I have to bypass is Microsoft installer check but that must be in the exe and I cant get into it. is there a way?

have you tried setting the compatibility settings to Win7/XP? If that doesn't work, then I'd have to assume that it's a problem unrelated to the windows version.

On top of that, are you editing the MSI file and then launching it from the EXE, or are you just launching the MSI directly? the EXE could be unpackaging some important stuff that it needs.

If it really does work flawlessly in Win7, then you might be able to code up some kind of wrapper that will tell the exe that it's running in 7.

But even if that works (and I know you don't want to hear this) there is a near 100% chance that (best case) it's either not going to work, or (worst case) it's going to completely screw up your computer at the kernel level.

It really does work flawlessly on win7 and you are right am trying to edit the msi file and then launching it from exe but it doesnt work its the exe i need to edit. What sort of wrapper to you suggest and which program would u believe could edit the exe in this manner. Is it also possible to delete that exe and make a new one if the wrapper doesnt work

  On 24/11/2012 at 13:13, Muzzy said:

It really does work flawlessly on win7 and you are right am trying to edit the msi file and then launching it from exe but it doesnt work its the exe i need to edit. What sort of wrapper to you suggest and which program would u believe could edit the exe in this manner. Is it also possible to delete that exe and make a new one if the wrapper doesnt work

Are you attempting to launch the .msi on it's own, or via a setup.exe?

  On 24/11/2012 at 14:42, Muzzy said:

It will not allow me to launch msi by itself it says it must be launched from exe unless there is something i can edit in msi so it does not require exe

that might be something to look around for in Orca. a quick way to do this (if I remember correctly) would be to take the exact error message it gives you and then search for it in Orca (and if that doesn't come up with anything, make your search less and less specific, like start with "Error 29318: You Must Install from the Setup.exe File" then try just "Error 29318" and then just "29318"). Do you think you could somehow upload the msi file for us to take a look, or is it paid-for software?

  • 2 weeks later...
  On 24/11/2012 at 17:45, Matthew_Thepc said:

that might be something to look around for in Orca. a quick way to do this (if I remember correctly) would be to take the exact error message it gives you and then search for it in Orca (and if that doesn't come up with anything, make your search less and less specific, like start with "Error 29318: You Must Install from the Setup.exe File" then try just "Error 29318" and then just "29318"). Do you think you could somehow upload the msi file for us to take a look, or is it paid-for software?

I tried uploading the files with no success. I compressed them as rar file size 1.79mb and it would not allow me to upload so then I tried changing the extension to bmp and uploaded files separately so there are 2 files one msi and one exe and the upload worked.

Once you download them please change extension back to rar and then extract the files from each one.

There should be an exe file and an msi file also.

Any advice on how to remove or bypass the installer check would be great.

Just so you know when I was installing it on windows 7 ultimate x64 it was in compatibility mode for vista and yes I was running it as administrator

thnx again :)

p.s. The error is right at the beginning it says the following

Setup cannot be installed because there was a problem authenticating your Microsoft Windows Installer

Setup.bmpFetching info...

SymSetup.bmpFetching info...

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Is it though?  I built a new rig a few months ago and it was literally impossible to get one without RGB, but within 10 minutes of setting it up, I turned all that crap off.  It was REALLY distracting, and who needs additional heat INSIDE a PC? It's popular on YouTube for sure, it's neat looking and whatnot, but it's about as practical as a coffee cup with a hole in it. As for the price, a non-enthusiast would just see something priced way above what they can get from a retailer brand new...
    • RollBack Rx Pro 12.9 Build 2710971022 by Razvan Serea RollBack Rx is a robust system restore utility that enables home users and IT professionals to easily restore a PC to a time before certain events occurred. In essence, it turns your PC into a Instant Time Machine. Regardless of what happens to your PC your can quickly and easily restore your PC to a previous time. Making it easy to rescue you from any PC disaster - saving time, money and PC trouble. Windows System Restore only restores Windows system files and some program files. In addition, if Windows crashes to a point were Windows itself can not boot up (ie. BSOD*) you would not be able to access your Windows System Restore points. In contrast, the RollBack Rx technology works at the sector level of the hard drive and restores everything! - right down to the last byte of data. It sits below Windows. So even if Windows crashes, there’s a sub-console (mini OS) that boots prior to windows. This allows you to access Rollback Rx and go back to a point in time when your system was working trouble-free. Key Features Go back to any previous point in time within seconds. Go back minutes, hours, days, weeks, or even months to any previous snapshot. Does not affect computer performance, uses minimal system resources. Supports unlimited snapshots. Creates a complete system snapshot without having to restart the system. Reverse any system crash within seconds (even if Windows cannot startup). Back out of any failed program, OS updates, and botched updates. Recover from any malware or virus attack within seconds. Works with VMWare and Virtual Machines, both as a host or within the virtual machine as a client. Supports Multi-boot, Multi OS workstations. Lock snapshots to prevent deletion. Intuitive GUI based snapshot manager. Explore, browse, and retrieve files and folders from any snapshot. Drag and drop them into your active system. Roll backwards as well as forwards to any available system snapshot. Allows users to safely test any software. Fast, 100% complete uninstaller. Retrieve files from a crashed PC, even if Windows cannot boot. Access control – manage levels of multiple user and administrative privileges. Automatically schedule snapshots to be taken on a fixed schedule or upon execution of specific files (ie. setup.exe) as well as manually. 256 bit AES snapshot encryption. Prevent unauthorized data theft in case of a stolen laptop. Group Management and Enterprise Network Administration Control (FREE utility). Comes with Stealth Mode where you can hide the RollBack Rx tray icon and splash screen (seen during bootup) Change the startup hotkey for sub-console access (default is HOME). Built-in snapshot defragmenter which will optimize system resources and recover free space. Option to keep files and folders unchanged when you roll-back. Advanced setup configuration wizard for system administrators which will set deployment options and predefined RollBack Rx settings. Offers detailed program operation logging. Supports all industry-standard deployment options including silent installations and pre-installation configuration. Explore RollBack Rx Pro with a 14-day trial, fully functional on Windows 11, 10, 8, and Windows 7 SP1** (32 and 64-bit). RollBack Rx Pro 12.9 Build 2710971022 changelog: General Add PnpLockdown in shieldm.inf Fix registry exclusion problem in Windows 11 24H2 release Add detailed logging for file filter driver Add detailed logging for Windows update Add time stamp to kernel drivers Change kernel driver and Win32 IRP structure Other small bug fixes / typos reported through tech support Endpoint Manager Add client report dashboard Add sound effect when receiving a EPM message. Keep EPM message history Fix bug that oversized Windows symbol files cannot be downloaded Download: RollBack Rx Pro 12.9 | 61.0 MB (Shareware) View: RollBack Rx Home Page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Universal Media Server 14.12.1 by Razvan Serea Universal Media Server is a DLNA-compliant UPnP Media Server. UMS was started by SubJunk, an official developer of PMS, in order to ensure greater stability and file-compatibility. The program streams or transcodes many different media formats with little or no configuration. It is powered by MEncoder, FFmpeg, tsMuxeR, AviSynth, MediaInfo and more, which combine to offer support for a wide range of media formats. Because it is written in Java, Universal Media Server supports all major operating systems, with versions for Windows, Linux and Mac OS X. To see a comparison of popular media servers, click here. Universal Media Server 14.12.1 changelog: General Added status page to readme Fixed videos not being marked as fully played (#5373) (thanks, @Fredo1650!) Fixed adding YouTube channels from handle URLs (URLs with @ in them) Fixed handling special characters on Linux (#5100) (thanks, @LaTeteDansLesEtoiles!) Fixed directory browsing crash (#5189) (thanks, @jt-gilkeson!) Fixed FFmpeg on Linux x86_64 and arm64 (#5465) (thanks, @KanjiMonster!) Fixed logspam like "Could not hydrate device or its services from descriptor" (#5292) (thanks, MTOakey!) Fixed broken YouTube video playback Fixed web interface E2E testing on CI using outdated code because of overeager caching Fixed broken video playback when burning subtitles to H.265 via FFmpeg (#5486) Improved logging Translation updates via Crowdin Chinese (Simplified) (59%) (thanks, 無情天!) Dutch (41%) (thanks, Matthias!) Hungarian (86%) (thanks, Zoltán Rózsa!) Japanese (69%) (thanks, Yukihuru!) Download: Universal Media Server 14.12.1 | 203.0 MB (Open Source) Download: Other operating systems View: Universal Media Server Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You sign your rights to reddit when you write on their platform. Free labour for them to make money. The AI companies should also take advantage of that free labour.
    • Brave 1.79.123 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. Brave 1.79.123 changelog: Leo Improved citation UI. (#45761) General [Security] Fixed missing DDNS navigation throttle for subframes as reported on HackerOne by newfunction. (#46703) Fixed crash which occurred when clicking on the “View site information” icon in the address bar while having “Don’t allow sites to scroll and zoom shared tabs” enabled. (#46566) Fixed crash which occurred with the “Save autofill” prompt in certain cases. (#45546) Upgraded Chromium to 137.0.7151.104. (#46712) (Changelog for 137.0.7151.104) Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      somar86 earned a badge
      Week One Done
    • One Month Later
      somar86 earned a badge
      One Month Later
    • Apprentice
      Adrian Williams went up a rank
      Apprentice
    • Reacting Well
      BashOrgRu earned a badge
      Reacting Well
    • Collaborator
      CHUNWEI earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      ATLien_0
      260
    3. 3
      +Edouard
      190
    4. 4
      +FloatingFatMan
      175
    5. 5
      snowy owl
      133
  • Tell a friend

    Love Neowin? Tell a friend!