DTM.inc Posted September 12, 2004 Posted September 12, 2004 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???
Weed Posted September 12, 2004 Posted September 12, 2004 sorry i cant help u right nowbut whats the difference btw. the one from Powerquest?
DTM.inc Posted September 12, 2004 Author Posted September 12, 2004 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
mazin Posted September 12, 2004 Posted September 12, 2004 DTM.inc said: 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"
DTM.inc Posted September 13, 2004 Author Posted September 13, 2004 Nup, I tried your cmd line & it still does the same-(starts but then bombs out soon afterwards)Anymore suggestions????
mazin Posted September 13, 2004 Posted September 13, 2004 Another suggestion:start "" /wait D:\XPCD\Software\NortonPM\Setup\setup.exe /s /v"/qb REBOOT=ReallySuppress"
DTM.inc Posted September 13, 2004 Author Posted September 13, 2004 No, still no luck. Same OL, Same OL
DTM.inc Posted September 13, 2004 Author Posted September 13, 2004 I've just emailed Symantec about this issue, so maybe they might be able to help.I'll post the results
r4v3n Posted September 18, 2004 Posted September 18, 2004 Any switched that work? How can you get the serial registered too?
DTM.inc Posted September 18, 2004 Author Posted September 18, 2004 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
DTM.inc Posted September 19, 2004 Author Posted September 19, 2004 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???
prathapml Posted September 19, 2004 Posted September 19, 2004 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.
prathapml Posted September 19, 2004 Posted September 19, 2004 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 }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now