This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Vijay_K
Level 4
- Revenera Community
- :
- About Vijay_K
Feb 19, 2008
06:18 AM
Stefan Krueger wrote: In case of a InstallScript project, I think the instance id should be appended to the uninstall regsitry entry. Doeble check your script to see if it does this. Something like the following in OnCustomizeUninstInfo(): szUninstallName = szUninstallName + IFX_MULTI_INSTANCE_SUFFIX; Thanks Stefan, I came across this, but it turned out to be a bug in the program I had written. IFX_MULTI_INSTANCE_SUFFIX, i dont use this in my program, which never the OnCustomiseUninstInfo, this made things alot harder to debug, but I got there in the end, thanks mate.
... View more
Feb 18, 2008
04:25 AM
Hi, the way i did it, was to assign unique value identifiers to each of the buttons. When a button is pressed, a function uses a case statement to determine which button was pressed. So this was you can determine which button was pressed and proceed with the function as you want to.
... View more
Jan 17, 2008
10:34 AM
The instance GUID changed becuase its a multi-instance project. I dont really want to change the Product GUID. Any other ideas. I dont knwo why its doing this, as the installshield documentation says "multi instance projects create unique ARP entries".
... View more
Jan 17, 2008
03:29 AM
bump ^... anyone?
... View more
Jan 16, 2008
10:52 AM
This is how I would code it. I have used this syntax, maybe give it a go? nReturn = XCopyFile(PROGRAMFILES ^ "Smartware Group\\Smart Maintenance\\*", "C:\\smartbackup\\*", COMP_NORMAL | READONLY | INCLUDE_SUBDIR);
... View more
Jan 16, 2008
10:44 AM
Hi, I know for installscript projects, if BATCH_INSTALL is true at the time of unisntall->reboot, the uninstallation of locked files occurs after reboot. I think there is a dialog to show which files are locked, and i guess you can set BATCH_INSTALL = TRUE, then reboot. Again im not sure if this willl work for your basic msi project as I used an Installscript project.
... View more
Dec 11, 2007
09:47 AM
In the installshield documentation it says that a multi instance project should create a new ARP entry everytime. My ARP gets overwritten by a new release. If i install the new release then the old release I get 2 entries as expected. Can any one help?
... View more
Dec 06, 2007
10:31 AM
Installscript Project. Multi Instance Project. Hi, There are probably many threads related to this but I couldnt find them. I have a problem. My Product GUID's are the same, My version is determined by the installer during runtime, the version can be 3.11.1, 3.11.2, 3.12.0 so on. The problem I am facing is that, if I have a 3.11.1 installed, and then Install 3.11.2, it is overwriting the 3.11.1 entry in add/remove programs. I guess becuase the PRODUCT GUID is the same, this is why I am facing this problem? Is there a way to disable this? Is is possible to set the Product GUID to = the Instance GUID at runtime? Cheers Guys.
... View more
Labels
- Labels:
-
InstallShield 2008
Nov 16, 2007
07:31 AM
Cheers mate. I havn't tried this yet, but it seems the problems we faced are with IS 2008. Thanks, for posting the possible solution. 🙂
... View more
Aug 10, 2007
08:14 AM
isczsd wrote: I changed the package code of setupB, then the msi fiile combined with setupB is called and objective file is overwrited successfully.However, another strange thing occured, in windows Add/Remove panel there are two same entries. Why? I was going on this.... i thought that was the problem. never mind, hope someone helps u
... View more
Aug 09, 2007
07:01 AM
You have 2 entries because you changed the Product ID of setup B. Windows treats a New GUID as a new installer. And therefore it thinks that setup A and setup B are different. You can try and remove both entries via add/remove programs.
... View more
Aug 09, 2007
03:44 AM
Common guys/girls, this should be an easy question for an intermidiate/advanced user.... Please help.
... View more
Aug 08, 2007
11:33 AM
Hi, Im using an Installscript project. What does the repair function do exactly on the sdWelcomeMaint dialog. Does it reinstall all the files? Does it reinstall files that have been changed? I have no clue... Please help, as I need to know urgently. Thanks.
... View more
Labels
- Labels:
-
InstallShield 2008
Aug 08, 2007
11:29 AM
I have seen this problem, but it disappears after I reboot for the second time. In my case, the Instance guid was not the one of the product i installed. Windows was complaining about some other installation. Im not sure how to fix your problem. soz
... View more
Latest posts by Vijay_K
Subject | Views | Posted |
---|---|---|
1886 | Feb 19, 2008 06:18 AM | |
951 | Feb 18, 2008 04:25 AM | |
1886 | Jan 17, 2008 10:34 AM | |
1886 | Jan 17, 2008 03:29 AM | |
749 | Jan 16, 2008 10:52 AM | |
923 | Jan 16, 2008 10:44 AM | |
1886 | Dec 11, 2007 09:47 AM | |
6620 | Dec 06, 2007 10:31 AM | |
2916 | Nov 16, 2007 07:31 AM | |
1486 | Aug 13, 2007 09:22 AM |
Activity Feed
- Posted Re: 2 Installers,Same Prod-GUID, diff Product Version, overwriting add/remove progs entry on InstallShield Forum. Feb 19, 2008 06:18 AM
- Posted Re: How to access element of a dialog in installscript on InstallShield Forum. Feb 18, 2008 04:25 AM
- Posted Re: 2 Installers,Same Prod-GUID, diff Product Version, overwriting add/remove progs entry on InstallShield Forum. Jan 17, 2008 10:34 AM
- Posted Re: 2 Installers,Same Prod-GUID, diff Product Version, overwriting add/remove progs entry on InstallShield Forum. Jan 17, 2008 03:29 AM
- Posted Re: xCopyFile Failing on InstallShield Forum. Jan 16, 2008 10:52 AM
- Posted Re: schedule locked file for uninstalling after reboot on InstallShield Forum. Jan 16, 2008 10:44 AM
- Posted Re: 2 Installers,Same Prod-GUID, diff Product Version, overwriting add/remove progs entry on InstallShield Forum. Dec 11, 2007 09:47 AM
- Posted 2 Installers,Same Prod-GUID, diff Product Version, overwriting add/remove progs entry on InstallShield Forum. Dec 06, 2007 10:31 AM
- Posted Thanks. on InstallShield Forum. Nov 16, 2007 07:31 AM
- Posted Re: REPAIR - Please help. on InstallShield Forum. Aug 13, 2007 09:22 AM
- Posted Re: Two same items appears in Install/uninstall panel on InstallShield Forum. Aug 10, 2007 08:14 AM
- Posted Re: Two same items appears in Install/uninstall panel on InstallShield Forum. Aug 09, 2007 07:01 AM
- Posted Re: REPAIR - Please help. on InstallShield Forum. Aug 09, 2007 03:44 AM
- Posted REPAIR - Please help. on InstallShield Forum. Aug 08, 2007 11:33 AM
- Posted Re: Uninstall Reboot Setup.exe Error on InstallShield Forum. Aug 08, 2007 11:29 AM
- Posted Re: Still think its an Evaluation Version. on InstallShield Forum. Jul 31, 2007 10:10 AM
- Posted Still think its an Evaluation Version. on InstallShield Forum. Jul 31, 2007 09:53 AM
- Posted Re: Different between IS 2008 vs 12.0? on InstallShield Forum. Jun 14, 2007 09:59 AM
- Posted Re: Different between IS 2008 vs 12.0? on InstallShield Forum. Jun 14, 2007 08:43 AM
- Posted Re: Different between IS 2008 vs 12.0? on InstallShield Forum. Jun 14, 2007 08:31 AM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Mar 18, 2019
12:11 PM
|