HOW TO: Run a Post Setup Executable with InstallShield Express (316907)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 7.0
This article was previously published under Q316907 SUMMARY
Use this step-by-step guide to run a post-setup executable for setup programs you create with InstallShield Express - Visual FoxPro Limited Edition. This program ships with Visual FoxPro 7.0.
back to the top
Items to Check in InstallShield
The InstallShield process has six steps. In three of these steps, you will need to include items:
Build your setup.
back to the top
Use Orca to Edit the .msi File
Every time you build the setup in InstallShield, follow these steps:
- Use the Orca tool to open the Default.msi file. For information about how to obtain Orca, see the "References" section later in this article.
- In the Tables column, locate ControlCondition.
- In the Dialog column, locate SetupCompleteSuccess.
In the Control_ column, locate CheckLaunchProgram.
In the Action column, change Show to Hide.
- In the Dialog column, locate SetupCompleteSuccess. In the Control_ column, locate LaunchProgramText. In the Action column, change Show to Hide.
- In the Tables column, locate ControlEvent.
- In the Dialog_ column, locate SetupCompleteSuccess. In the Argument column, locate LaunchProgramFileFromSetupCompleteSuccess. Replace all of the text in the Condition column with a 1.
- Save the .msi file and quit Orca.
back to the top
REFERENCESFor additional information about how to obtain and use Orca, click the article number below
to view the article in the Microsoft Knowledge Base:
255905 HOWTO: Use the Orca Database Editor to Edit Windows Installer Files
For additional information about creating a Visual FoxPro application setup program by using InstallShield Express, see Help in InstallShield Express - Visual FoxPro Limited Edition. Or, view the Vfpdeploy.doc file located in the techincal acticles folder on the Microsoft Visual Fox Pro for Windows, version 7.0, compact disc.
back to the top
Modification Type: | Major | Last Reviewed: | 10/26/2002 |
---|
Keywords: | kbAppSetup kbDSupport kbhowto kbHOWTOmaster KB316907 kbAudDeveloper |
---|
|