Jul 30, 2012
04:11 AM
Hi All, I am looking forward to automate the setup.exe installation process. Please let me know which automation tool best suits for installshield setup.exe process. Thanks in Advance. Regards, SRG
... View more
Labels
- Labels:
-
InstallShield 2012
Oct 28, 2010
01:54 AM
Cary -- Thanks for the help However, we never encountered this issue with that specific .dll in IS2008. The only thing we did is migrating the Basic MSI Project from IS2008 to IS2010 and now we see this error. A standard dll custom action (c:\windows\system32\user32.dll) is used at installFinalize. This is causing the actual problem.
... View more
Oct 26, 2010
07:54 AM
Hi, I have migrated a Basic MSI Project from IS2008 to IS2010 with vbscript custom actions in it. The upgrade was successful with out any errors. When I run setup.exe, the installation is working fine -- However, it displays a message saying "MsiExec.exe has encountered a problem and needs to close. we are sorry for the inconvenience." I have encountered this issue on Windows XP Machine. In EventVwr, the error message displayed is "Faulting application msiexec.exe, version 3.1.4001.5512, faulting module ntdll.dll, version 5.1.2600.5512, fault address 0x0000e450."
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 06, 2010
06:52 AM
I have used a CA New EXE with [SystemFolder]odbcad32.exe for both 32bit and 64bit which should have invoked the correct odbcad32.exe ( i.e system32\odbcad32.exe) However i cannot use InstallScript custom action. Earlier I tried using a vbscript, but unless I close odbcad32.exe, the finish dialog will not disappear. I tried it with various In-script execution modes. Also synchronous and asynchronous. For 64bit package, I have the template summary as AMD64.
... View more
Oct 05, 2010
11:07 AM
Hi, I am trying to invoke odbcad32.exe at the end of the installation using New EXe -> Path referencing directory. Based on 32bit or 64bit package it should invoke the c:\windows\syswow64\odbcad32.exe or c:\windows\system32\odbcad32.exe Though I execute 64bit package, c:\windows\syswow64\odbcad32.exe is invoked. So, I went ahead and created [system64folder]odbcad32.exe for 64bit. However, this doesn't work. Can someone help me with this.
... View more
Labels
- Labels:
-
InstallShield 2008
Mar 09, 2010
07:33 AM
Hi All, Basic MSI Package I have around 8 features ( F1 to F8). F9 default F2,F3& F4 (InstallLevel is set to 150) will be installed based on F1 is selected. F5,F6 & F8 (InstallLevel is set to 150) will be installed based on F2 feature is selected. *) How to determine whether a feature is selected in custom setup dialog *) What type of conditions i need to add to make the other features installed if the feature is selected. Please help me
... View more
Labels
- Labels:
-
InstallShield 2008
Mar 02, 2010
06:41 AM
Hi All, Can someone help me with the equivalent of the below statement for Basic MSI Package. Even if there is a equivalent of the same in vbscript would also be very much appreciated. FeatureSetData ( MEDIA , "FeatureOne" , FEATURE_FIELD_VISIBLE , FALSE , "" ); I have three features. FeatureOne, FeatureTwo & FeatureThree. Based on the existing visual studio 2003 or 2005 or 2008 I would like to set only one feature as visible. Please help me to solve this.
... View more
Labels
- Labels:
-
InstallShield 2008
Sep 02, 2009
08:52 AM
Thanks for your reply. My batch file does a little bit extra than the examples which i showed. I have to unzip the zip files with a jar command cd zippath jar xf zipfile1.zip jar xf zipfile2.zip java -umf manifestfile xx.jar copy these files to installpath So for this purpose i am running a batch file. but other than my machine Windows XP , on all other machines they just run the commands so fast without completing the previous command.
... View more
Aug 31, 2009
07:29 AM
Hi All, I need some help on running a batch file. I am executing a batch file with LaunchAppAndWait . All the commands in the batch file gets executed properly, however on test machines it just runs all the commands not even waiting for the previous command to be finished. For example Copy aa\*.* bb\ rmdir /s /q aa In the above commands first copy needs to be completed and then rmdir needs to be invoked. However the prompt is not waiting for the previous command to be executed properly on test machines. Also I am providing WAIT option also. Please help me..
... View more
Labels
- Labels:
-
InstallShield 2008
Aug 31, 2009
07:23 AM
You can use automation scripts to fetch or change the property value and then build the package.
... View more
Aug 26, 2009
11:19 AM
Hi All, I have a zip file on the customer computer and while installing our product i have to accept that zip file and unzip the contents and redirect them to my INSTALLDIR location. How can I unzip these files. There is a possibility of using winzip, but not quite sure whether customer is using winzip or winrar or any other zip utility. please help me.
... View more
Labels
- Labels:
-
InstallShield 2008
Aug 26, 2009
11:18 AM
Hi All, I have a zip file on the customer computer and while installing our product i have to accept that zip file and unzip the contents and redirect them to my INSTALLDIR location. How can I unzip these files. There is a possibility of using winzip, but not quite sure whether customer is using winzip or winrar or any other zip utility. please help me...:mad: :confused: 😮
... View more
Labels
- Labels:
-
InstallShield 2008
Mar 17, 2009
09:52 AM
thanx much.. 🙂 i dont know why they dont redirect those old links to the new ones regularly.
... View more
Latest posts by thekalki
Subject | Views | Posted |
---|---|---|
434 | Aug 01, 2012 04:31 AM | |
1306 | Jul 30, 2012 04:11 AM | |
573 | Oct 28, 2010 01:54 AM | |
3824 | Oct 26, 2010 07:54 AM | |
561 | Oct 06, 2010 06:52 AM | |
4480 | Oct 05, 2010 11:07 AM | |
605 | Mar 09, 2010 07:36 AM | |
2459 | Mar 09, 2010 07:33 AM | |
2962 | Mar 02, 2010 06:41 AM | |
976 | Sep 02, 2009 08:52 AM |
Activity Feed
- Posted Re: Automate setup.exe process on InstallShield Forum. Aug 01, 2012 04:31 AM
- Posted Automate setup.exe process on InstallShield Forum. Jul 30, 2012 04:11 AM
- Posted Re: Msiexec.exe error while installation/uninstallation on InstallShield Forum. Oct 28, 2010 01:54 AM
- Posted Msiexec.exe error while installation/uninstallation on InstallShield Forum. Oct 26, 2010 07:54 AM
- Posted Re: System32 and Syswow64 on InstallShield Forum. Oct 06, 2010 06:52 AM
- Posted System32 and Syswow64 on InstallShield Forum. Oct 05, 2010 11:07 AM
- Posted Re: Error code 1603 on InstallShield Forum. Mar 09, 2010 07:36 AM
- Posted How to select Features on InstallShield Forum. Mar 09, 2010 07:33 AM
- Posted FeatureSetData Basic MSI equivalent on InstallShield Forum. Mar 02, 2010 06:41 AM
- Posted Re: run a .bat file with LaunchAppAndWait on InstallShield Forum. Sep 02, 2009 08:52 AM
- Posted run a .bat file with LaunchAppAndWait on InstallShield Forum. Aug 31, 2009 07:29 AM
- Posted Re: Change PROPERTY value at build time on InstallShield Forum. Aug 31, 2009 07:23 AM
- Posted how to unzip on InstallShield Forum. Aug 26, 2009 11:19 AM
- Posted how to unzip on InstallShield Forum. Aug 26, 2009 11:18 AM
- Posted Re: How to change the banner on InstallScript MSI Project on InstallShield Forum. Mar 17, 2009 09:52 AM
- Posted Re: How to change the banner on InstallScript MSI Project on InstallShield Forum. Mar 17, 2009 06:35 AM