Re: Visual Studio\C++ 6.0 Install Shield question

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Doug Harrison [MVP] (dsh_at_mvps.org)
Date: 10/21/04


Date: Thu, 21 Oct 2004 15:57:16 -0500

Jim wrote:

>I am using Visual Studio Visual C++ 6.0. It comes with Install Shield for
>Visual C++ 6.0. I would like to run an executable before I finish the
>install. It is an exe file, not a dll, script ocx or anything like that.
>Just a plain exe. I have read through the help file and, I guess I'm
>remedial, because I am not seeing a clear explanation how to do this.
>
>Also, I am not sure how I will tell if the exe did run. It sets up an
>environment for license management \ copy protection. Is there a way to see
>if the exe has finished running?
>
>I realize that this version Install Shield is an aging product with stripped
>back features as it was a freebie with the compiler, but I have inherited a
>project and only want to make small changes. In the long run, I would
>probably be better moving on to Windows Installer, InnoSetup or a new
>version of Install Shield. However, that is not an option right now.

I don't know if there's a more direct way to do this, but you should be able
to use CallDLLFx and do pretty much anything you want inside the DLL
function you will write.

-- 
Doug Harrison
Microsoft MVP - Visual C++


Relevant Pages

  • Re: Multiple DLL exists after installation
    ... Your application won't work if the exe is in some folder and all the ... setups, both with a.dll, so both will install a config file for the logging ... If you have two separate apps surely they need their ... logging Dll so that each logs to an app-specific location. ...
    (microsoft.public.dotnet.framework)
  • Re: Install via Computer Logon Script
    ... I don't think that machine startup script is meant to deploy software. ... Their exe try to expand, and may look for variable like %TEMP% which may not exist in this case. ... The only supported way is to extract the MSI from the Exe and use Software policy GPO to deploy. ... The final size of the install ...
    (microsoft.public.windows.group_policy)
  • Re: transferring programs to cd
    ... and after I click on the exe file then it should open all the ... If this is the EXE file you originally downloaded to install ... applications install DLLs that are not in the same directory as the EXE ... The recommended way to do any backup is one of two ways.. ...
    (microsoft.public.windowsxp.newusers)
  • Re: How to Deploy MFC only based application?
    ... EXE distribution. ... MFC Extension DLLs if you do static linking. ... Why is running an install package is more complex than a simple copy? ... it to some server configuration. ...
    (microsoft.public.vc.mfc)
  • Re: Exporting function from EXE problem
    ... Thing that I'm trying to do is an ActiveX DLL installer that will download ... main exe program and properly install it. ... in EXE and there will be fucntion exported. ... DLL is the same I just change code in EXE and put new version on the web. ...
    (microsoft.public.vc.language)