3S Doc Posted October 9, 2004 Posted October 9, 2004 Well I tried several things, thirst of all a search on the forum, but no luck.Ghost has a setup.exe file and a .msi file.The setup.exe is a installshield, and thirst of all I tried "setup.exe -R"After the install, in my Windows folder were no setup.iss After a tip, I tried the switch "setup.exe /QB REBOOT=REALLYSUPPRESS"This result in a screen from InstallShield.In here were some parameters I can use.I will try to translate, because my install language is Dutch./L Sourcelanguage-id/S Dialogscreen hidden foruse off silent mode /S /v/qn/V Parameters for MsiExec.exe/UA<url to InstMsiA.exe>/UW<url to InstMsiW.exe>/UM<url to msi package>After read this I thougt Hmmm it looks simpel WRONG thougt.I tried from the prompt on my test machine:C:\NortonGhost\setup.exe /S /v/qn Nothing happensC:\NortonGhost\setup.msi /S /v/qn Here came again a Windows Installer screen.So is there anyone that will help me out?
prathapml Posted October 9, 2004 Posted October 9, 2004 Using command prompt, browse to the folder of the ghost install, and run this command:setup.exe /AThat will create an administrative install point (AIP, it might be called server image). There onwards, you can use the .MSI file in the folder (which you will now select while making the AIP) with the switch that you previously used:/QB REBOOT=REALLYSUPPRESS
3S Doc Posted October 9, 2004 Author Posted October 9, 2004 hmm prathapml, this doesn't the trick.....from the prompt I made a server image via:D:\Software\NortonGhost9\setup.exe /AAfter this I have indeed a .MSI file after running this via:"D:\Ghost_AIP\Ghost\Norton Ghost 9.0.msi" /QB REBOOT=REALLYSUPPRESSI get a little screen from Norton that tells me that I must run the MSI install from SETUP.EXE So it doesn't works......Any other options??
prathapml Posted October 9, 2004 Posted October 9, 2004 If the setup.exe is needed, then mostly that should be in that folder (D:\Ghost_AIP) too. If its not there, give it the the setup.exe that it wants! (copy the setup.exe from your original installation folder to the AIP folder).Then try again, do tell how it goes.
3S Doc Posted October 9, 2004 Author Posted October 9, 2004 Nope nothing Again that dammed little screen that tells me that I must run the setup.exe.When running the setup.exe as you sugest, I get the InstallShield screen with the /L Sourcelanguage-id/S Dialogscreen hidden foruse off silent mode /S /v/qn/V Parameters for MsiExec.exe/UA<url to InstMsiA.exe>/UW<url to InstMsiW.exe>/UM<url to msi package>So will try the /S /v/qn this time Just tried this also nothingtried both the setup.exe and the msi file..........
idbirch2 Posted October 18, 2004 Posted October 18, 2004 Has no-one figured this out yet - I can't get this thing to install silently!!
Frank_Sechrist Posted October 19, 2004 Posted October 19, 2004 I would really like to install this in an unattended manner. Has anyone had any luck with this?
skitty Posted October 20, 2004 Posted October 20, 2004 its quite easy really. you dont have to bother running an administrative installation point etc. just run it from your batch file like thisECHO.ECHO Installing Norton Ghost 2003ECHO Please wait...start /wait "%systemdrive%\install\Applications\ghost\install\Norton Ghost.msi" /qbit worked for me. if you wanna try it, just use the run command on the start menu using the /qb switch
idbirch2 Posted October 20, 2004 Posted October 20, 2004 Thats very nice but this thread is about Ghost 9.0 (2004). Ghost 2003 is v 8.0.I have tried creating an AIP but it still moans about the msi must be launched through setup.
Frank_Sechrist Posted October 20, 2004 Posted October 20, 2004 I've finally gotten this sucker to work!!I used WinINSTALL LE 2003 to edit the .msi file and remove the condition check for Setup.exe. It's listed under the Advanced, then Launch Condition tabs when you load the .msi in WinINSTALL. Just highlight and delete.It now installs silently using the following command:msiexec /i "Ghost9\Norton Ghost 9.0.msi" /passive /norestart
compsciguy Posted October 20, 2004 Posted October 20, 2004 Editing the MSI file to remove the setup.exe file worked. Is there a switch that can be used to register the product with a serial number?Thanks.
Cee-Kay Posted December 12, 2004 Posted December 12, 2004 <snip>I used WinINSTALL LE 2003 to edit the .msi file and remove the condition check for Setup.exe. It's listed under the Advanced, then Launch Condition tabs when you load the .msi in WinINSTALL. Just highlight and delete.<snip>I was having the same problem with trying to install Ghost from an AIP. So exactly as you posted I removed the same condition using WinINSTALL LE and it installs fine. As for the question regarding the Serial number a stumbling block I'm also experiencing, I've been unable to locate any presence of it. So far I have searched the Registry and any newly created files, I've also created Before and After shots of changes to my computer using RegShot, but came up with nothing. The problem I was experiencing was that Norton Ghost was already installed, so I decided to remove it prior to checking whether my Silent Installation was successful before porting it over to my uA CD. However, instead of asking me to accept the License Agreement and entering my Product Key (as per the first time I installed it) my Product Key was already present on the about screen -- so uninstalling the product hadn't actually removed all traces of the program from my computer!Can anyone else suggest a possible location where this information maybe stored or the relevant switch to pass to the .Msi file?Thanks in advanceCee-Kay
skitty Posted January 5, 2005 Posted January 5, 2005 just look in the registery under norton ghost abd find the product key. export it then put it in a .reg file and make sure you execute it before installing norton ghost
skitty Posted January 5, 2005 Posted January 5, 2005 I've actually found since trying to install norton ghost and registering it myself that it doesn't use registery entries to store the product key.It stores the product key in a file called symlcrst.dll in Program Files\Common Files\Symantec Shared\ccpd-lc. If you look at this topic ----> http://www.msfn.org/board/index.php?showtopic=35418, it tells you how to install it. The only problem that may be encountered tho, is that it may be machine specific, like the internet security and the anti-virus.But thats something that I can't test because I've only got the one computer to play about with.
cctrv Posted January 21, 2005 Posted January 21, 2005 i ues this:"Norton Ghost 9.0.msi" /passive /qb /norestart
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now