September 12, 200421 yr I had a crack at using the same lines as per peoples previous lines for the Powerquest version, but it does not seem to work1. you cant run through the msi package-it produces an error saying that you have to use the setup.exe2. 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???
September 12, 200421 yr sorry i cant help u right nowbut whats the difference btw. the one from Powerquest?
September 12, 200421 yr Author 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 offtitle TEST, TESTecho.echo Norton Partition MagicECHO Please wait...start /wait D:\XPCD\Software\NortonPartitionMagic\Setup\setup.exe /s /v/qnEXIT
September 12, 200421 yr D:\XPCD\Software\NortonPartitionMagic\Setup\setup.exe /s /v/qnTry this and post back:start /wait D:\XPCD\Software\NortonPM\Setup\setup.exe /s /v"/qb REBOOT=ReallySuppress"
September 13, 200421 yr Author Nup, I tried your cmd line & it still does the same-(starts but then bombs out soon afterwards)Anymore suggestions????
September 13, 200421 yr Another suggestion:start "" /wait D:\XPCD\Software\NortonPM\Setup\setup.exe /s /v"/qb REBOOT=ReallySuppress"
September 13, 200421 yr Author I've just emailed Symantec about this issue, so maybe they might be able to help.I'll post the results
September 18, 200421 yr Author 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
September 19, 200421 yr Author 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.msiusing this syntax@echo offtitle TEST, TESTecho.echo Norton Partition MagicECHO Please wait...start /wait msiexec.exe /i "D:\XPCD\Software\NortonPartitionMagic\Setup\Norton PartitionMagic.msi" /quiet /qbEXITand 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???
September 19, 200421 yr 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.
September 19, 200421 yr 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 }
Create an account or sign in to comment