Corel Draw Graphics Suite X5
Anyone worked on Corel Draw Graphics Suits x5.
I need uninstallstring for it.
I tried this one :
c:\Program Files\Common Files\Corel\Shared\Shell Extension\ShellUninst.exe -ProductCode {51DD170C-6990-424E-9674-5F14468B323F} -arp
but its not totally uninstalling the software.
Any help ................................
i also tried this one
C:\Program Files\Corel\CorelDRAW Graphics Suite X5\Setup\SetupARP.exe /arp
but i need to silently uninstall...................
If anyone work on this, please reply me.
I need uninstallstring for it.
I tried this one :
c:\Program Files\Common Files\Corel\Shared\Shell Extension\ShellUninst.exe -ProductCode {51DD170C-6990-424E-9674-5F14468B323F} -arp
but its not totally uninstalling the software.
Any help ................................
i also tried this one
C:\Program Files\Corel\CorelDRAW Graphics Suite X5\Setup\SetupARP.exe /arp
but i need to silently uninstall...................
If anyone work on this, please reply me.
1 Comment
[ + ] Show comment
Answers (25)
Please log in to answer
Posted by:
ekniranjan
14 years ago
Thanks for your reply VBScab,
But here am using unattend installation
setup.exe /passive SERAINUMBER=XXXXX
for uninstall
setup.exe/x
but its not clear uninstall.
But here am using unattend installation
setup.exe /passive SERAINUMBER=XXXXX
for uninstall
setup.exe/x
but its not clear uninstall.
Comments:
-
this worked for me. thanks - cward 11 years ago
Posted by:
stabish
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
anonymous_9363
14 years ago
Forget MSIZap, unless your only problem is that the installation data for the product is being left in the registry. I got the impression that your issue is more complex than that.
From what I've read, GS X5 is ultimately delivered by MSI so whatever is being left after an uninstall could be taken care of by making suitable entries in the RemoveFile and/or RemoveRegistry tables.
From what I've read, GS X5 is ultimately delivered by MSI so whatever is being left after an uninstall could be taken care of by making suitable entries in the RemoveFile and/or RemoveRegistry tables.
Posted by:
anonymous_9363
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
stabish
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
stabish
14 years ago
Posted by:
ekniranjan
14 years ago
Ok actually when i try to run .msi, its saying to run SETUP.EXE
so i deleted one custom action in .MSI with orca.
Now i can run .msi but no output in log file it simply says its failed to install
MSI (c) (5C:50) [14:53:23:072]: Product: CorelDRAW Graphics Suite X5 - Setup Files -- Installation operation failed.
MSI (c) (5C:50) [14:53:23:088]: Grabbed execution mutex.
MSI (c) (5C:50) [14:53:23:088]: Cleaning up uninstalled install packages, if any exist
MSI (c) (5C:50) [14:53:23:088]: MainEngineThread is returning 1603
=== Verbose logging stopped: 5/5/2010 14:53:23 ===
so i deleted one custom action in .MSI with orca.
Now i can run .msi but no output in log file it simply says its failed to install
MSI (c) (5C:50) [14:53:23:072]: Product: CorelDRAW Graphics Suite X5 - Setup Files -- Installation operation failed.
MSI (c) (5C:50) [14:53:23:088]: Grabbed execution mutex.
MSI (c) (5C:50) [14:53:23:088]: Cleaning up uninstalled install packages, if any exist
MSI (c) (5C:50) [14:53:23:088]: MainEngineThread is returning 1603
=== Verbose logging stopped: 5/5/2010 14:53:23 ===
Posted by:
stabish
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
anonymous_9363
14 years ago
- Directly editing vendor MSIs is universally regarded as A Bad Thing. Use a transform instead.
- As well as the %TEMP% folder, some packages now extract to a folder beneath %AppData%, generally something like %AppData%\[VendorName]\[ProductName].
- Using Orca for packaging as a newcomer to the practise is pure masochism. Get your employer to spring for InstallShield AdminStudio. My own preference is for Wise package Studio but the development of that tool has slackened off so much in recent years that, in spite of recent encouraging noises from the Product Manager (see Symantec's Connect forum), I regard it as being dead for all intents and purposes.
- As well as the %TEMP% folder, some packages now extract to a folder beneath %AppData%, generally something like %AppData%\[VendorName]\[ProductName].
- Using Orca for packaging as a newcomer to the practise is pure masochism. Get your employer to spring for InstallShield AdminStudio. My own preference is for Wise package Studio but the development of that tool has slackened off so much in recent years that, in spite of recent encouraging noises from the Product Manager (see Symantec's Connect forum), I regard it as being dead for all intents and purposes.
Posted by:
ekniranjan
14 years ago
Posted by:
MSIPackager
14 years ago
Posted by:
AhrimanSefid
12 years ago
Posted by:
andemats
12 years ago
ORIGINAL: AhrimanSefid
Hi All.
me extract file by universal exctactor.
setup.exe /s /SMS /fl "c:\temp\Disk1\setup.iss" /extract_all:"c:\temp" /passive SERAINUMBER=xxxxx-xxxxxx-xxxxx-xxxxx
Not working for silent install.
It's not fl (FL), it's f1 (F and the digit one)
However, I'm not sure what you are trying to accomplish here.
Either should extract the MSI, or create an ISS for the setup. Not both at the same time.
Not 100% sure what the "extract_all" switch is doing though, so I might be wrong.
Posted by:
AhrimanSefid
12 years ago
Posted by:
andemats
12 years ago
Posted by:
Arminius
12 years ago
Posted by:
stabish
14 years ago
Posted by:
ekniranjan
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.
Can any help me in silent installation of CorelDraw - Kran 10 years ago