r4v3n Posted September 19, 2004 Posted September 19, 2004 When I run it with Setup.exe /S /v/qb it says that This MSI Installer needs to be run through Setup.exewhich 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.
CoffeeFiend Posted September 19, 2004 Posted September 19, 2004 As much as I hate having to do that.... Sometimes AutoIt seems like the last resort...
buletov Posted September 19, 2004 Posted September 19, 2004 ...or why don't you simply use powerquest partition magic 8?
prathapml Posted September 19, 2004 Posted September 19, 2004 @r4v3nPlease check if "/A" works (details in previous post).
DTM.inc Posted September 19, 2004 Author 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 "/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 } 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 ?
prathapml Posted September 19, 2004 Posted September 19, 2004 Yes, an AIP direct-from-MSI install should work properly if all went well. Did the AIP get created properly, without any errors?If so, then just go into the folder where you told it to put the files, and run the MSI with "/QB" switch. Do post back, on whether it succeeds or whether there's still errors.
DTM.inc Posted September 19, 2004 Author 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. In reply to this, here is the setup.ini[Info]Name=INTLVersion=1.00.000DiskSpace=8000;DiskSpace requirement in KB[Startup]CmdLine=SuppressWrongOS=YScriptDriven=1ScriptVer=9.0.0.333DotNetOptionalInstallIfSilent=NOnUpgrade=1RequireExactLangMatch=0404,0804Product=Norton PartitionMagicPackageName=Norton PartitionMagic.msiMsiVersion=2.0.2600.0EnableLangDlg=NDoMaintenance=YProductCode={21DBBDD6-93A5-4326-9A04-C9A5C9148502}ProductVersion=8.05.000SuppressReboot=YPackageCode={3653243B-1621-45E2-942D-D5276BCB9289}[SupportOS]Win95=1Win98=1WinME=1WinNT4=1Win2K=1[Win95]MajorVer=4MinorVer=0MinorVerMax=1BuildNo=950PlatformId=1[Win98]MajorVer=4MinorVer=10MinorVerMax=11BuildNo=1998PlatformId=1[WinME]MajorVer=4MinorVer=90MinorVerMax=91BuildNo=3000PlatformId=1[WinNT4]MajorVer=4MinorVer=0MinorVerMax=1BuildNo=1381PlatformId=2ServicePack=1536[Win2K]MajorVer=5MinorVer=0MinorVerMax=1BuildNo=2195PlatformId=2[Languages]count=1default=409key0=409[Norton PartitionMagic.msi]Type=0Location=Norton PartitionMagic.msi[Setup.bmp]0=Setup.bmpType=0[instmsiw.exe]Type=0Location=instmsiw.exe[instmsia.exe]Type=0Location=instmsia.exe[ISScript.msi]Type=0Location=ISScript9.MsiCheers
DTM.inc Posted September 19, 2004 Author Posted September 19, 2004 Yes, an AIP direct-from-MSI install should work properly if all went well. Did the AIP get created properly, without any errors?If so, then just go into the folder where you told it to put the files, and run the MSI with "/QB" switch. Do post back, on whether it succeeds or whether there's still errors.I'm still getting this message running the /QB switch'To run a silent install you must either specify or overide this event (OnMsiSilentInstall()) and provide your own implementation.This setup will now end."
prathapml Posted September 19, 2004 Posted September 19, 2004 @DTMok, so now we know what error it is showing. That's good.These two lines here:DotNetOptionalInstallIfSilent=NMsiVersion=2.0.2600.0Those lines have me thinking that maybe this application needs WindowsXP SP1 or higher, and the .NET framework to be installed. You could download/install those (follow the links in the previous sentence), and try the setup again. That might possibly be the reason - because, if you remember, Norton Ghost 9 needed the .NET stuff, to install and run properly.Another thing, please edit your previous post - put the contents of the setup.ini within a [code ] tag (like in this post above). Otherwise, it becomes difficult to tell the difference between code content and your own words.
DTM.inc Posted September 19, 2004 Author Posted September 19, 2004 Hmmmm, I have the .NET Framework 1.1 installed allready on XP SP2
DTM.inc Posted September 19, 2004 Author Posted September 19, 2004 No-wait, I dont have it installed, its a bit of a glitch within my add/remove programs list (Its showing its installed but its not)I'm currently downloading, I'll get back to you in a few ticks.
DTM.inc Posted September 19, 2004 Author Posted September 19, 2004 Nope, I still get - "To run a silent install you must either specify or overide this event (OnMsiSilentInstall()) and provide your own implementation. What do you think it means by providing your own implementation?
XtremeMaC Posted September 19, 2004 Posted September 19, 2004 hey i've a suggestion norton antivirus 2004 or systemworks 2004 had a similar thing1 way to get rid of that error is to edit the msi in msi editor program and just get rid of the line causeing it. I'll dl the demo and post my results.it should be fairly easy, should be on setup parameters to launch....(this was the case on IntelliPoint software too...)hoping it has a trial..
CoffeeFiend Posted September 20, 2004 Posted September 20, 2004 It's always possible to fix the .msi file like that or to repackage it altogether, but I guess I'm too lazy for that Instead of spending 3 days on it, I spend 5 minutes to make an AutoIt script... Leaves me time to take care of other problems instead Maybe I just give up too easily...
Riggs Posted September 20, 2004 Posted September 20, 2004 Hi DTM.ink...hahah...funny name...I can help you with Partition magic, Norton is too colplicated for me at this moment... I tried out PM8 for myself, and i found that you can use a Registery tweak for it.If you have allready installed and registerd PM8 on your pc, here's what to do:Open regedit and find HKEY_LOCAL_MACHINE, look for Software,Powerquest, Userinfo, then export it to where ever you want as a *.reg file.How to install it you can find this on msfn.somewhere...;-)Greets Rick
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now