Dec 03, 2010
01:58 AM
Yes, i have made some changes in installscript....in the if conditions of each dialog
... View more
Jan 19, 2010
06:51 AM
you can go for a major upgrade and choose the option to uninstall the older version and then install the newer version.
... View more
Jan 11, 2010
11:27 PM
Here is the code attached for website/Virtual directory creation in IIS. Hope this will help you.
... View more
Jan 06, 2010
06:57 AM
What is your project type?
... View more
Jan 06, 2010
06:14 AM
You can remove the "Change" button by adding the following DWORD value in the registry. name = NoModify type = DWORD Value = 1 Location = HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\ Only the "Remove" button will appear.
... View more
Dec 30, 2009
06:07 AM
Can you mention your OS, because all users common areas in XP and Vista/Windows 7 are different.
... View more
Dec 20, 2009
11:01 PM
you need to include the b.rul file in a.rul. Use the following syntax: #include "b.rul" after that, you will be able to call the b.rul functions in a.rul
... View more
Dec 07, 2009
10:31 PM
is your setup.exe running elevated?
... View more
Dec 01, 2009
05:27 AM
Yes, you can achieve this using LaunchAppAndWait() function. Check the help files for its parameters.
... View more
Nov 30, 2009
02:42 AM
Create a function for silent uninstall in installscript and call it in in custom action. use nResult = LaunchAppAndWait("Msiexec.exe", "/x { } /qn", LAAW_OPTION_WAIT); for silent uninstall.
... View more
Nov 30, 2009
01:12 AM
What is your project type? You can achieve this using installscript using silent uninstall and then install
... View more
Nov 26, 2009
03:32 AM
i mean is it basic msi project or installscript?
... View more
Nov 25, 2009
10:44 PM
your dll is not register manually. so you can not solve this issue with installshield. may be you need to change the code and configuration of your dll and rebuild it. Check with msdn.
... View more
Nov 23, 2009
06:33 AM
Try to register manually the DLL using regsvr32. It must be a COM dll otherwise you will get the error during register.
... View more
Nov 21, 2009
12:02 AM
I'll vote for Installscript MSI, its easier than basic msi, because you can achieve your requirement through scripts.
... View more
Latest posts by ChandanOmkar
Subject | Views | Posted |
---|---|---|
755 | Dec 03, 2010 01:58 AM | |
718 | Jan 19, 2010 06:51 AM | |
806 | Jan 11, 2010 11:27 PM | |
1015 | Jan 06, 2010 06:57 AM | |
1015 | Jan 06, 2010 06:14 AM | |
675 | Dec 30, 2009 06:07 AM | |
504 | Dec 20, 2009 11:01 PM | |
1921 | Dec 07, 2009 10:31 PM | |
836 | Dec 01, 2009 05:27 AM | |
836 | Nov 30, 2009 02:42 AM |
Activity Feed
- Posted Re: Silent install not working for more than one feature on InstallShield Forum. Dec 03, 2010 01:58 AM
- Posted Re: Uninstalling Previous Version of Software? on InstallShield Forum. Jan 19, 2010 06:51 AM
- Posted Re: Deploying a website using Installscript project on InstallShield Forum. Jan 11, 2010 11:27 PM
- Posted Re: How to merge two buttons "Change" and "Remove" on InstallShield Forum. Jan 06, 2010 06:57 AM
- Posted Re: How to merge two buttons "Change" and "Remove" on InstallShield Forum. Jan 06, 2010 06:14 AM
- Posted Re: Where to put some files... on InstallShield Forum. Dec 30, 2009 06:07 AM
- Posted Re: run an event of another script on InstallShield Forum. Dec 20, 2009 11:01 PM
- Posted Re: Issue using Self-registration property of Installshield 12 or higher on windows vista on InstallShield Forum. Dec 07, 2009 10:31 PM
- Posted Re: How to run an executable from InstallScript installer? on InstallShield Forum. Dec 01, 2009 05:27 AM
- Posted Re: auto unisntall and install on InstallShield Forum. Nov 30, 2009 02:42 AM
- Posted Re: auto unisntall and install on InstallShield Forum. Nov 30, 2009 01:12 AM
- Posted Re: prevent removal of certain features during uninstall on InstallShield Forum. Nov 26, 2009 03:32 AM
- Posted Re: SelfRegistering a DLL not working on InstallShield Forum. Nov 25, 2009 10:44 PM
- Posted Re: SelfRegistering a DLL not working on InstallShield Forum. Nov 23, 2009 06:33 AM
- Posted Re: Choosing proyect type on InstallShield Forum. Nov 21, 2009 12:02 AM
- Posted Re: prevent removal of certain features during uninstall on InstallShield Forum. Nov 20, 2009 06:16 AM
- Posted Re: Fatal Error:0 on InstallShield Forum. Nov 19, 2009 04:53 AM
- Posted Re: Fatal Error:0 on InstallShield Forum. Nov 19, 2009 04:36 AM
- Posted Re: how to set Admin privildege for Msiexec.exe on InstallShield Forum. Nov 18, 2009 10:48 PM
- Posted Re: Error in silent mode: ResultCode=-3 on InstallShield Forum. Nov 18, 2009 12:30 AM