Jul 08, 2009
08:35 AM
Hi Michael, Thanks for your replay... I am unable to use some functions like MsiEnableLog(), MsiEnumComponents().... compiler is throwing an error as "error C8025: 'MsiEnableLog' : undefined identifier" My project type: Installscript MSI 2009 Can you tell me how can i use these functions???
... View more
Jul 07, 2009
10:01 AM
Hi, Can anybody tell me how to know wether a particular or all the components is installed or not? Note: Other than verbose is there any other way?
... View more
Labels
- Labels:
-
InstallShield 2009
Jun 25, 2009
01:10 PM
joshstechnij, I created a dummy project in IS12 and upgraded to IS2009... that project also working fine... My actual project which is causing issue is updating .ilg file after adding a Delay() .... But can you tell me why uninstallation is not happening when a feature is unselected???? what are all the cases that will affect uninstallation? Even REPAIR also replacing some edited files(like .config files)... how can i review my code to find the issue...?
... View more
Jun 25, 2009
12:29 PM
joshstechnij, i too tried with a dummy project but i am unable to reproduce the issue... As i told u, this project is a upgraded project from IS12 to IS2009, so is there anything that i have to change? eg:- In IS 12 default code is: switch(nType) case REMOVEALL: FeatureRemoveAll(); case REPAIR: FeatureReinstall(); endswitch; but in IS 2009 it is ComponentRemoveAll() like that.. is there any script or settings that are affecting the functionality?
... View more
Jun 25, 2009
12:20 PM
Hi, If I put any statement before the following lines(atleast a Delay() statement) will update the setup.ilg.... switch(nType) case REMOVEALL: FeatureRemoveAll(); case REPAIR: FeatureReinstall(); endswitch; but i have to write manual script to uninstall the files if a feature is unselected(in MODIFY).... i dont know why setup.ilg updation is not happening and i dont know why uninstallation is not happening.... can anyone please help me out.... Thanks in advance....
... View more
Jun 25, 2009
08:46 AM
KathyMorey, Thanks for your replay.... I will generate the log file and check.... BTW... I observed that setup.ilg is not updating in maintenance, do u know what will be the problem?
... View more
Jun 25, 2009
01:59 AM
joshstechnij, Thanks for your replay.... I verified the .log file... Observation: (setup.ilg is not updating in Maintenance - after MODIFY) + After first installation setup.ilg is showing correct status as Feautre-A installed and Feautre-B not installed) + After MODIFY, setup.ilg is not showing the updated status as Feautre-B also installed(there is no change in the setup.ilg's modified time)... BTW... this project is a upgraded project from IS12 to IS2009
... View more
Jun 24, 2009
10:54 AM
Hi, Project Type: Installscript MSI Issue: REPAIR is replacing 'edited' files(eg:- .config files) Comments: + My installer is replacing some edited files when REPAIR is performed... we can debug script, but i dont know how to debug this type of issues... is it is a bug? or is there any settings required? or atleast tell me, do u faced similar issues? + I searched in the forums, all the Maintenance issues is having thousands of views but less than 5 replaies with no solutions.... + Even MODIFY also not uninstalling when a feature is unselected and MODIFY's feature tree is not showing correct status.... Please give me some suggestions......
... View more
Labels
- Labels:
-
InstallShield 2009
Jun 24, 2009
09:02 AM
Holger, I started this thread after seeing that post.... Currently i am using help files... but i feel its better if i have a hard copy... so can u tell me if u know any particular book...
... View more
Jun 24, 2009
01:54 AM
Hi, Can anyone suggest me a text book which will help me to create projects in Installshield 2009 Premier for Installscript MSI projects? I hope you will suggest a book which is avilable in India....
... View more
Labels
- Labels:
-
InstallShield 2009
Jun 24, 2009
01:47 AM
Hi, What is the difference between Installshield 2009 and Installshield 2010, in terms of features, price and so on.... ? Particulary for Premier edition and for Installscript MSI projects?
... View more
Labels
- Labels:
-
InstallShield 2009
Jun 24, 2009
12:01 AM
Hi joshstechnij, Thanks for your replay.... I am working on Installscript MSI project....
... View more
Jun 23, 2009
08:36 AM
Hi, Can anyone tell me how the features are displaying in feature tree in MODIFY? eg:- Feature - A Feature - B How the installer knows Feautre-B is installed or not(to display Feautre-B as selected or unselected in feature tree) My issue:- Eventhough Feature-B is installed, in maintenance the feature tree is showing Feature-B as not installed(unselected)..... how to resolve this issue?
... View more
Labels
- Labels:
-
InstallShield 2009
Jun 22, 2009
07:44 AM
Hi, ChandanOmkar, thanks for your replay.... currently i am calling SdFeatureTree() only, but sometimes it is not showing the correct status... for example: After installation and for first MODIFY, no issues... After MODIFY and for second MODIFY, feature tree status is not correct..
... View more
Jun 17, 2009
03:19 PM
gavin, Thanks for your replay, yes it is a SQL prompt only.... but i want to know is there any way to install SQL without any issue... i mean detecting the previous version, uninstall silently... like that....
... View more
Latest posts by anilkumar_mca
Subject | Views | Posted |
---|---|---|
786 | Jul 08, 2009 08:35 AM | |
2093 | Jul 07, 2009 10:01 AM | |
1894 | Jun 25, 2009 01:10 PM | |
1894 | Jun 25, 2009 12:29 PM | |
1894 | Jun 25, 2009 12:20 PM | |
628 | Jun 25, 2009 08:46 AM | |
1894 | Jun 25, 2009 01:59 AM | |
1951 | Jun 24, 2009 10:54 AM | |
739 | Jun 24, 2009 09:02 AM | |
1800 | Jun 24, 2009 01:54 AM |
Activity Feed
- Posted Re: how to know a particular component is installed or not? on InstallShield Forum. Jul 08, 2009 08:35 AM
- Posted how to know a particular component is installed or not? on InstallShield Forum. Jul 07, 2009 10:01 AM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 25, 2009 01:10 PM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 25, 2009 12:29 PM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 25, 2009 12:20 PM
- Posted Re: Repair issues -Please please help on InstallShield Forum. Jun 25, 2009 08:46 AM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 25, 2009 01:59 AM
- Posted Repair issues -Please please help on InstallShield Forum. Jun 24, 2009 10:54 AM
- Posted Re: Is there any text book for IS 2009? on InstallShield Forum. Jun 24, 2009 09:02 AM
- Posted Is there any text book for IS 2009? on InstallShield Forum. Jun 24, 2009 01:54 AM
- Posted what is the difference between IS 2009 and IS 2010? on InstallShield Forum. Jun 24, 2009 01:47 AM
- Posted Re: how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 24, 2009 12:01 AM
- Posted how the features are displaying in feature tree? - important, pls suggest on InstallShield Forum. Jun 23, 2009 08:36 AM
- Posted Re: how to show features in Maintenance? on InstallShield Forum. Jun 22, 2009 07:44 AM
- Posted Re: How to install MS SQL 2005 in this case? on InstallShield Forum. Jun 17, 2009 03:19 PM
- Posted How to install MS SQL 2005 in this case? on InstallShield Forum. Jun 17, 2009 03:03 PM
- Posted Re: error 1158: -- pls help on InstallShield Forum. Jun 16, 2009 11:13 AM
- Posted error 1158: -- pls help on InstallShield Forum. Jun 16, 2009 09:01 AM
- Posted Re: what is the difference between Repair and Modify? on InstallShield Forum. Jun 15, 2009 09:04 AM
- Posted Re: how to show features in Maintenance? on InstallShield Forum. Jun 15, 2009 08:57 AM