Apr 03, 2020
05:02 PM
API TESTING is a software testing type that validates Application Programming Interfaces (APIs). The purpose of API Testing is to check the functionality, reliability, performance, and security of the programming interfaces. In API Testing, instead of using standard user inputs(keyboard) and outputs, you use software to send calls to the API, get output, and note down the system's response. API tests are very different from GUI Tests kgtopg and won't concentrate on the look and feel of an application. It mainly concentrates on the business logic layer of the software architecture.
... View more
Mar 16, 2011
06:30 AM
Hi All I just wanted to refresh this thread as I could not come up with a solution but seen the same issue on another website: http://www.appdeploy.com/messageboards/printable.asp?m=48183 Any help is appreciated!
... View more
Aug 24, 2010
07:53 AM
Thanks Debbie
... View more
Jul 28, 2010
12:01 PM
No UAC window is, expectedly, prompted up to this point, hence nothing was accepted. I remember that, in the log file, it shows the USERNAME property is resolved to "user" instead of "std". I can re-create and provide the logs tomorrow AM first thing if that would help. Thanks Michael.
... View more
Jul 07, 2010
05:58 AM
To be honest, I am not sure about the internals of the driver installation. The driver comes with a merge module and there is a Custom Action called InstallDriver. At the point where this CA is executed, following window is displayed. Thanks for the reply and looking forward to more 🙂
... View more
Jul 01, 2010
10:08 AM
From the "Standalone Build" topic: The Standalone Build can coexist with other versions of InstallShield, InstallShield DevStudio, or InstallShield Developer. Standalone Build files from different service packs of InstallShield, InstallShield DevStudio, or InstallShield Developer can coexist on the same machine (in different folders).
... View more
Jul 19, 2010
04:42 AM
Hi I am facing a similar problem too. I have created an install script msi project in install shield professional 12. As Michael mentioned, the dialog is displayed with Install and cancel buttons. But clicking on cancel does not abort the process, the dialog is displayed infinitely
... View more
Jun 14, 2010
08:50 AM
Customer says that issue is not presenting itself after a reboot. Thanks Robert.
... View more
Jul 16, 2010
05:36 PM
No, I could not find a solution for that... I ended up with statically linking the dlls.
... View more
Apr 27, 2010
10:03 AM
Thanks, I will try this and see if this is the reason why it is getting included. I am not sure if this scan feature of InstallShield is really a good thing or a bad thing. It is including files without me noticing... If there is really a necessary file then I should include it myself explicitly. Say it finds a dependency on a COM dll.. As far as I can see, InstallShield will chose to self-register the file. Then it is violating the best practice which may result in failure on a client installation. If I dont read the logs or dont investigate the resulting MSI always...
... View more
May 14, 2010
10:42 AM
BuildErrorCount is actually enough.. I want to return some error code if the build is returning some errors. So I can use the BuildErrorCount. Also, is it possible to retrieve the errors from the automation script? I know the errors are written to the build logs but is it also readable from the automation interface. If yes, I would print them in our master build logs. Thanks.
... View more
Mar 17, 2010
09:58 AM
Beyond that uninstaller information, there's cached product information under HLKM\Software\Microsoft\Windows\CurrentVersion\Installer and in the cached MSI database. I don't know from memory which set of data the Windows Installer engine uses for comparisons (presumably it would be the same everywhere), but in any case I'm pretty sure it's undocumented, so doing anything directly with it is probably a bad idea. The good news is, there are MSI API functions to get information about installed products, too.
... View more
Mar 17, 2010
12:42 PM
Correction - You should be able to call MsiProcessMessage (or Session.Message) with INSTALLMESSAGE_FILESINUSE to add information to FilesInUse. I hope this helps. Thanks, Alpesh
... View more
Mar 06, 2010
04:56 PM
Correct, it is not. There is a physical location but it's private to the Fusion API that manages the GAC. Drop to a dos prompt and CD to the Windows\Assembly directory and dir a dir /s foo.dll and you'll start to learn how the GAC's single instance storage works. Now for the life of me I can't imagine why you would need a registry value that points to the location of the DLL. If a .NET assembly needs your DLL it simply references it per the assembly name, version, culture and public key token and .NET will serve it up for you. It's intentionally abstracted.
... View more
Latest posts by JoderCoder
Subject | Views | Posted |
---|---|---|
851 | Mar 16, 2011 06:30 AM | |
4362 | Mar 07, 2011 05:19 AM | |
4994 | Mar 03, 2011 12:58 PM | |
2467 | Aug 24, 2010 07:53 AM | |
2467 | Aug 24, 2010 07:51 AM | |
6582 | Aug 24, 2010 07:40 AM | |
967 | Jul 28, 2010 12:01 PM | |
2476 | Jul 28, 2010 05:07 AM | |
752 | Jul 16, 2010 05:36 PM | |
1061 | Jul 07, 2010 05:58 AM |
Activity Feed
- Posted Re: Windows Service install and Recovery Actions on InstallShield Forum. Mar 16, 2011 06:30 AM
- Posted Windows Service install and Recovery Actions on InstallShield Forum. Mar 07, 2011 05:19 AM
- Posted Re: Install windows service on InstallShield Forum. Mar 03, 2011 12:58 PM
- Posted Re: ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:53 AM
- Posted Re: ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:51 AM
- Posted ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:40 AM
- Posted Re: Per user install - ReadytoInstall Dialog - USERNAME resolves incorrectly on InstallShield Forum. Jul 28, 2010 12:01 PM
- Posted Per user install - ReadytoInstall Dialog - USERNAME resolves incorrectly on InstallShield Forum. Jul 28, 2010 05:07 AM
- Posted Re: Always overwrite as a Global Setting on InstallShield Forum. Jul 16, 2010 05:36 PM
- Posted Re: Driver installation prompt on InstallShield Forum. Jul 07, 2010 05:58 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 06, 2010 01:09 PM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 06, 2010 12:56 PM
- Posted Driver installation prompt on InstallShield Forum. Jul 06, 2010 05:39 AM
- Posted Re: Converting Project Types on InstallShield Forum. Jul 05, 2010 04:33 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 02, 2010 06:27 AM
- Posted Re: Converting Project Types on InstallShield Forum. Jul 02, 2010 05:52 AM
- Posted Re: uninstalling a msi during/after uninstalling main application on InstallShield Forum. Jul 02, 2010 05:46 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 01, 2010 06:36 AM
- Posted Multiple versions of Standalone Build Engine on the same machine on InstallShield Forum. Jun 30, 2010 12:13 PM
- Posted Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jun 24, 2010 11:14 AM