Apr 22, 2010
12:07 AM
Hi i need to check the version of the MSMQ installed on my target machine For this I have added a custom system search for searching a registry key The key value to which I get as far is : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters I am able to detect MSMQ successfully 🙂 But I need to get the version of MSMQ too! Inside these parameters one of the parameters is CurrentBuild I need to get the value data stored in this parameter.Can anyone tell me how to do that ? :confused:
... View more
Labels
- Labels:
-
InstallShield 2010
Apr 09, 2010
12:43 AM
Whenever I put a system search in my MSI installation it is the first thing that happens on executing the setup..Can I schedule it after showing a custom made dialog..? For example in our case we need to display the installation requirements(A dialog with Text Areas) in the begining and then check for the software/system requirements..
... View more
Labels
- Labels:
-
InstallShield 2010
Mar 31, 2010
03:43 AM
Hi I am using win xp I have one question : Had it been a windows installer service problem then why my other setups are running fine? :confused:
... View more
Mar 30, 2010
07:48 AM
This is what I am getting in the log file : - Doing action: SetupCompleteSuccess Action 18:07:04: SetupCompleteSuccess. Action start 18:07:04: SetupCompleteSuccess. Action 18:07:04: SetupCompleteSuccess. Dialog created MSI (c) (E8:C0) [18:07:07:418]: Doing action: Launch_Application Action 18:07:07: Launch_Application. Action start 18:07:07: Launch_Application. Action ended 18:07:07: SetupCompleteSuccess. Return value 2. Action ended 18:07:07: INSTALL. Return value 1. Action ended 18:07:07: Launch_Application. Return value 1631. MSI (c) (E8:7C) [18:07:07:481]: Destroying RemoteAPI object. MSI (c) (E8:44) [18:07:07:481]: Custom Action Manager thread ending. The custom action is giving return value 1631..I have checked everything .Everything seems to be alright ..Only these two setups are giving me trouble!!:(
... View more
Mar 26, 2010
12:55 AM
Hi I am using Installshield 2010 and have made several msi based installation projects.In most of them the custom action for launch read me after setupcompletesuccess's ok pushbutton is working perfectly .However in two of my projects launch read me custom action is not getting launched at all.All the settings are same.Nothing is missing.Infact I have gone through all the enteries in all the tables in the Direct editor to see if something is different in these msi projects than the others .Settings for custom action are immediate execution,asynchronus(don't wait for completion),always execute.Same settings are working fine for other setups.Please help somebody!:confused:
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 06, 2009
04:57 AM
Thank you ..I have changed the Sychronus check exit code to Sychronus ignore exit code and the CA worked fine.. 😄
... View more
Oct 01, 2009
01:27 AM
Action Type Type : Launch an executable Location : Installed with the product Action Parameters Source : I browsed and selected the exe contained in the Common Files Folder Target : I have kept this Field blank as there are no parameters to be passed to my exe . Additional Options Return Processing : Synchronous (check exit code) Respond Options In-Script Execution : Immediate Execution Execution Scheduling : Always execute Insert into Sequence Install UI Sequence :After ExecuteAction Install Execute Sequence :
... View more
Sep 30, 2009
09:54 AM
I am trying to Run an exe using Custom Actions I have copied my exe file + the files it refers to in it's root directory while running, in the Common Files Folder But on Installing It gives the following error - "Error 1721.There is a problem with this Windows Installer package.A program required for this install to complete could not be run. Contact your support personnel or package vendor" But when I am using some standalone exe file like "Notepad.exe" It works perfectly fine.. There is no problem in my exe file and it runs perfectly fine when I manually do it by double clicking it. Can you please help me Regarding this Issue? 😞
... View more
Labels
- Labels:
-
InstallShield 2010
Sep 30, 2009
01:21 AM
Can I directly use Nt Install / Control service through the Nt objects after that?I mean does that require writing Installscript codes?or I can use it just the way it is there in basic MSI projects.
... View more
Sep 25, 2009
08:06 AM
But I am not able to find it anywhere.. Can you provide me with some link regarding that..
... View more
Sep 25, 2009
06:42 AM
Hi,How I can Install and start a windows nt service using installshield installscript project..It was quite easy in In MSI,as we could directly set the conditions in the components window..But here in Installscript,there is no such option as Control nt service and Install nt service.. :confused:
... View more
Labels
- Labels:
-
InstallShield 2010
Sep 15, 2009
04:57 AM
Thanks I got it .I am making an empty folder Log and then in the remove table ..I am passing *.* in the file name and "Log" as directory property and YAY :cool: it works ..Yipeee:D
... View more
Sep 15, 2009
04:24 AM
Thank you very much 🙂 Yeah the logfiles are created by my application in Log folder.. Had these log files be only one or two then I could have populated all of them in the remove file table using direct editor,but these log files are different for everyday.:( Can you please guide me again regarding this issue.
... View more
Sep 14, 2009
06:03 AM
I am not able to fully uninstall my application.I am using Basic Msi project.After uninstallation , although all the other files and dlls are deleted but the folder structure(empty folders and subfolders) still remains intact along with the log file.What steps do I have to take in order to remove this "left over"( folder structure) too ? 😞
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 01, 2009
12:33 AM
Hi Knoepdan and MichaelU, I have tried and it seems to work. But only problem is :It does not jump to next CA as CA of my vbscript couldn't execute because of the condition I put. It should skip my conditional CA altogether.How to do that? Is it some how related to return processing?
... View more
Latest posts by Mayank23
Subject | Views | Posted |
---|---|---|
1839 | Apr 22, 2010 12:07 AM | |
1887 | Apr 09, 2010 12:43 AM | |
1250 | Mar 31, 2010 03:43 AM | |
1250 | Mar 30, 2010 07:48 AM | |
4407 | Mar 26, 2010 12:55 AM | |
1046 | Oct 06, 2009 04:57 AM | |
1046 | Oct 01, 2009 01:27 AM | |
2326 | Sep 30, 2009 09:54 AM | |
848 | Sep 30, 2009 01:21 AM | |
848 | Sep 25, 2009 08:06 AM |
Activity Feed
- Posted Getting version information using system search. on InstallShield Forum. Apr 22, 2010 12:07 AM
- Posted Sequence of System search for existing softwares on Target machine on InstallShield Forum. Apr 09, 2010 12:43 AM
- Posted Re: Custom action and setupcompletesuccess dialog on InstallShield Forum. Mar 31, 2010 03:43 AM
- Posted Re: Custom action and setupcompletesuccess dialog on InstallShield Forum. Mar 30, 2010 07:48 AM
- Posted Custom action and setupcompletesuccess dialog on InstallShield Forum. Mar 26, 2010 12:55 AM
- Posted Re: Issue while Running an Exe using CA. on InstallShield Forum. Oct 06, 2009 04:57 AM
- Posted Re: Issue while Running an Exe using CA. on InstallShield Forum. Oct 01, 2009 01:27 AM
- Posted Issue while Running an Exe using CA. on InstallShield Forum. Sep 30, 2009 09:54 AM
- Posted Re: Please help :( on InstallShield Forum. Sep 30, 2009 01:21 AM
- Posted Thanks :( on InstallShield Forum. Sep 25, 2009 08:06 AM
- Posted Please help :( on InstallShield Forum. Sep 25, 2009 06:42 AM
- Posted Re: Please Help! on InstallShield Forum. Sep 15, 2009 04:57 AM
- Posted Re: Please Help! on InstallShield Forum. Sep 15, 2009 04:24 AM
- Posted Please Help! on InstallShield Forum. Sep 14, 2009 06:03 AM
- Posted Re: Feature specific Custom Actions on InstallShield Forum. Jul 01, 2009 12:33 AM
- Posted Feature specific Custom Actions on InstallShield Forum. Jun 29, 2009 09:37 AM
- Posted Re: 1605 error on InstallShield Forum. Jun 29, 2009 08:53 AM
- Posted 1605 error on InstallShield Forum. Jun 29, 2009 07:32 AM
- Posted Custom Skins in Installscript MSI PROJECTS on InstallShield Forum. Jun 25, 2009 07:21 AM
- Posted thanks on InstallShield Forum. Jun 25, 2009 01:00 AM