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

    • NetLimiter 5.3.25.0 by Razvan Serea NetLimiter is an ultimate internet traffic control and monitoring tool designed for Windows. You can use NetLimiter to set download/upload transfer rate limits for applications or even single connection and monitor their internet traffic. Along with this unique feature, Netlimiter offers comprehensive set of internet statistical tools. It includes real-time traffic measurement and long-term per-application internet traffic statistics. Main NetLimiter features: NetLimiter shows list of all applications communicating over network it's connections, transfer rates and more. You can use NetLimiter to set download or upload transfer rate limits for applications, connections or groups of them. With limits you can easily manage your internet connection's bandwidth (bandwidth shaper or bandwidth controller) Statistical tool lets you to track your internet traffic history since you've installed NetLimiter. Additional network information: NetLimiter provides you with and additional information like WHOIS, traceroute etc. Rule scheduler, Remote administration, Connection blocker, Running as WinNT service, User rights, Chart, Advanced Rule editor and scheduler, Zone based traffic management... NetLimiter 5.3.25.0 changelog: Massive translation update. Many new text translated to all supported languages. (If you find any translation problem, please contact us at support@netlimiter.com) More robust and reliable domain name filtering system, especially when using domain names without wildcards. More info about filters. Many minor internal fixes. Download: NetLimiter 5.3.25.0 | 10.3 MB (Shareware) View: NetLimiter Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Lol, that's where it's made and hosted, how else were they expecting the "cloud hosted" model to work? Alas, guess it's the same rule that every other service provider in the EU must follow; all data processing must be handled within EU borders. That's a welcome move for privacy. Deepseek's devs would have to find an EU host if they want to provide the service in the EU.
    • This is why the Year of the Linux Desktop has become vaporware imo
    • Save 76% on this lifetime subscription to SwifDoo PDF editor for Windows by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 76% on a lifetime subscription to SwifDoo PDF. SwifDoo PDF is a comprehensive PDF editor software that serves as the ultimate solution for all your PDF management needs. SwifDoo PDF for Windows comes with various features to help you organize your PDFs and get the most out of them. It provides you with standard editing features, including the ability to split and merge documents, edit their style, cut/insert text, and more. You can also convert to and from various formats, including Word and different image formats. It’s better to spend your time on other meaningful activities instead of frowning at an editable PDF, wondering if there’s something that can make PDF tasks easier. All the PDF tools you need Open/Create/Read PDF: Open/create PDFs from blank pages, images, files, scans, CAD, and HEIC in simple steps. Edit/Annotate PDF: Empower your productivity with edit/annotate PDFs, allowing you to mark up, insert text, highlight, and edit PDFs. Merge/Split PDF: Merge lots of PDF files or images into one file in your wanted order. Split or separate PDF pages into individual PDFs ideally. Compress PDF: Compress a PDF to reduce the file size by your desired compression level and image quality. Convert PDF: Convert and save PDF to Word DOC/DOCX, Excel, PowerPoint, JPG, HEIC, EPUB, CAD, and more formats and vice versa. Remove/ Add Watermark: Add predefined or custom, text or image watermarks to PDFs for protection. Remove watermarks from PDF pages in one click. Encrypt/ Sign PDF: Protect PDFs with passwords from being opened, copied, edited, or printed. Sign PDFs with handwritten or uploaded signatures. Print PDF: Print double-sided PDFs, print a PDF as a booklet or to grayscale and print PDFs with comments. Add Link/ Pages/ Images: Add links to PDFs to quickly access other pages, files or webpages. Add a file or pages to a PDF. Insert and edit images in PDFs. Advanced features Recognize Text in Scanned PDFs: Powerful OCR to recognize and extract text from scanned and image-based PDF documents to make them editable and searchable. Or, convert images and scanned PDFs to editable file formats such as Word using OCR, without losing the original formatting and layout. Batch Process PDFs: Support simultaneously batch converting between PDF to Word, Excel, PowerPoint, TXT, CAD, images, and HTML, and compressing numerous PDFs, while preserving the original formats and layouts without quality loss. Encrypt, split and print PDFs in bulks. Good to know Length of access: Lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: PC (Windows only) Max number of device(s): 1 Only available to NEW users A single license key can be only activated once Version: 2.0.5.9 Updates included A SwifDoo PDF perpetual lifetime license normally costs $129, but you can pick this up for just $29.97 for a limited time - that represents a saving of $99 (76% off). For a full description, spec, and terms, click the link below. Get SwifDoo PDF editor for just $29.97, or learn more Although priced in U.S. dollars, this deal is available for digital purchase worldwide. We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • I really couldn't tell you what's changed from a real world workflow perspective in, say, LibreOffice over the last 10 years. I'm confused how there's a better sales pitch for it now than there was before. And I'm supposed to believe there isn't somebody over there using project management software? A category that, on Linux, is "web apps or nothing"? Yikes.
  • Recent Achievements

    • Week One Done
      emptyother earned a badge
      Week One Done
    • Week One Done
      DarkWun earned a badge
      Week One Done
    • Very Popular
      valkyr09 earned a badge
      Very Popular
    • Week One Done
      suprememobiles earned a badge
      Week One Done
    • Week One Done
      Marites earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      563
    2. 2
      ATLien_0
      176
    3. 3
      +FloatingFatMan
      170
    4. 4
      Xenon
      124
    5. 5
      Michael Scrip
      118
  • Tell a friend

    Love Neowin? Tell a friend!