MSFN Forum: Norton Partition Magic 8.05 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Norton Partition Magic 8.05 Rate Topic: -----

#1 User is offline   DTM.inc 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 12-August 04

Posted 12 September 2004 - 06:48 AM

:( I had a crack at using the same lines as per peoples previous lines for the Powerquest version, but it does not seem to work
1. you cant run through the msi package-it produces an error saying that you have to use the setup.exe
2. running through the setup.exe with " /s /v/qn" pops up a command window poining at my symantec antivirus folder, so i just terminate it there.

Anyone know how to install the new Norton version and possibly give the serial No as well???


#2 User is offline   Weed 

  • Please Use your Head,THINK!Or its 2 late? U got brainwashed
  • PipPipPip
  • Group: Members
  • Posts: 355
  • Joined: 07-November 03

Posted 12 September 2004 - 11:55 AM

sorry i cant help u right now
but whats the difference btw. the one from Powerquest?

#3 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 12 September 2004 - 03:13 PM

Please, post the command line you used.

#4 User is offline   DTM.inc 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 12-August 04

Posted 12 September 2004 - 03:36 PM

this is what i use to get it starting the install, but it wont complete (the installshield tab will pop up in the task bar for a second and thats it)-

@echo off

title TEST, TEST
echo.
echo Norton Partition Magic
ECHO Please wait...
start /wait D:\XPCD\Software\NortonPartitionMagic\Setup\setup.exe /s /v/qn

EXIT

#5 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 12 September 2004 - 05:03 PM

DTM.inc, on Sep 13 2004, 12:36 AM, said:

D:\XPCD\Software\NortonPartitionMagic\Setup\setup.exe /s /v/qn

Try this and post back:

start /wait D:\XPCD\Software\NortonPM\Setup\setup.exe /s /v"/qb REBOOT=ReallySuppress"


#6 User is offline   DTM.inc 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 12-August 04

  Posted 13 September 2004 - 02:35 AM

Nup, I tried your cmd line & it still does the same-(starts but then bombs out soon afterwards)

Anymore suggestions????

#7 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 13 September 2004 - 04:59 AM

Another suggestion:

start "" /wait D:\XPCD\Software\NortonPM\Setup\setup.exe /s /v"/qb REBOOT=ReallySuppress"

#8 User is offline   DTM.inc 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 12-August 04

Posted 13 September 2004 - 05:15 AM

No, still no luck. Same OL, Same OL

#9 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 13 September 2004 - 05:47 AM

Sorry for that. Wish you good luck.

#10 User is offline   DTM.inc 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 12-August 04

Posted 13 September 2004 - 06:30 AM

I've just emailed Symantec about this issue, so maybe they might be able to help.

I'll post the results :hello:

#11 User is offline   r4v3n 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 16-October 03

Posted 18 September 2004 - 02:30 AM

Any switched that work? How can you get the serial registered too?

#12 User is offline   DTM.inc 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 12-August 04

Posted 18 September 2004 - 02:59 AM

Still waiting for Symantec's reply, they first came back with a quick half arsed solution, so i gave them more info and they seem to be a bit stumped now.
I'll keep you posted ;)

#13 User is offline   DTM.inc 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 12-August 04

Posted 19 September 2004 - 05:53 AM

While I've been waiting I thought i'd have a bit of a fiddle,
I have tried bypassing the setup.exe and going to the Norton PartitionMagic.msi
using this syntax

@echo off

title TEST, TEST
echo.
echo Norton Partition Magic
ECHO Please wait...
start /wait msiexec.exe /i "D:\XPCD\Software\NortonPartitionMagic\Setup\Norton PartitionMagic.msi" /quiet /qb

EXIT

and I get this message pop up-'To run a silent install you must either specify or overide this event (OnMsiSilentInstall()) and provide your own implementation.
This setup will now end."

Anybody have an idea where to go with this???

#14 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 September 2004 - 06:03 AM

Yeah, some MSIs need to be called through the setup.exe alone, only then they work.

Anyways, if you could see what "setup.exe /?" outputs, and post that here, and any "setup.ini" that may be in the installer directory, there could be a possibility of what I was thinking. The .INI holds a few hints as to the switches to be used. ;)

#15 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 September 2004 - 06:52 AM

UPDATE:
The command you're currently running - it causes setup to run, but setup fails. Since we don't want it to fail silently, (atleast knowing WHAT error is being caused would help) the below switch.

So, could you please use the "/S /v/qb" switch (note the capital "S") and tell what the error in dialog-box is?
Its very much possible that the solution is as simple as some file is missing or corrupted, and so couldn't be copied during install.

If even that doesn't work, use setup.exe with "/A" switch and tell us whether its able to successfully complete making an administrative install point. If the AIP is created fine, then we can discuss the next step. :)

{LOL, ok mazin, don't laugh, you know my fad for AIP's here ;) }

#16 User is offline   r4v3n 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 16-October 03

Posted 19 September 2004 - 12:54 PM

When I run it with
Setup.exe /S /v/qb

it says that

Quote

This MSI Installer needs to be run through Setup.exe

which I am doing. Seems to me that someone did a bad job at Symantec :( If I run Setup.exe /? it says to run silently use /S /v/qn which does not work :(

Both Symantec Norton Ghost 9 and Symantec Partition Magic 8.0.5 have the same behaviour.

#17 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,028
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 September 2004 - 01:38 PM

As much as I hate having to do that.... Sometimes AutoIt seems like the last resort...

#18 User is offline   buletov 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 518
  • Joined: 08-September 04

Posted 19 September 2004 - 02:44 PM

...or why don't you simply use powerquest partition magic 8?

#19 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 September 2004 - 03:31 PM

@r4v3n
Please check if "/A" works (details in previous post).

#20 User is offline   DTM.inc 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 12-August 04

Posted 19 September 2004 - 03:33 PM

prathapml, on Sep 19 2004, 10:52 PM, said:

UPDATE:
The command you're currently running - it causes setup to run, but setup fails. Since we don't want it to fail silently, (atleast knowing WHAT error is being caused would help) the below switch.

So, could you please use "/S /v/qb" switch and tell what the error in dialog-box is?
Its very much possible that the solution is as simple as some file is missing or corrupted, and so couldn't be copied during install.

If even that doesn't work, use setup.exe with "/A" switch and tell us whether its able to successfully complete making an administrative install point. If the AIP is created fine, then we can discuss the next step. :)

{LOL, ok mazin, don't laugh, you know my fad for AIP's here ;) }

:angry: Using "/S /v/qb" just does the initial attempted start up, but fails with no dialogue box.

:) Using "/A" I now have an AIP-woo hoo.

Am I correct in my assumption that your thinking is that now the setup.exe is out of the equation I can now run commands straight throught the Norton PartitionMagic.msi ?

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy