I have a setup file that installs a Visual Basic Report Tool. It requires the VB6 Runtime module. I have a data file that will be read by the Report Tool.
I know how to add vb6 runtime support, and the data file, but are there any particulars to running the included setup file for the Report Tool as part of my install I should consider.
I could go into the Action Items and invoke a execcute file command before installation and that is what I am leaning to but wanted any consideration any may offer. Or I could simply run after setup through the action command which may be better.
The setup file for the Report Tool is from a 3rd party vendor, with distribution rights attained. I of course do not want it installed to a folder merely run as part of the installation. It is already a setup.exe file.
Basically my only icon will be associated with the data file I mentioned which will be associated with the Report Tool "after" it is installed.
My confusion is lying in a way to do this without leaving the setup file for the report tool on the users disk. If I choose to invoke this 3rd party setup.exe after installation I assume it will have already been installed in the App directory and remain there.
Many Thanks
I know how to add vb6 runtime support, and the data file, but are there any particulars to running the included setup file for the Report Tool as part of my install I should consider.
I could go into the Action Items and invoke a execcute file command before installation and that is what I am leaning to but wanted any consideration any may offer. Or I could simply run after setup through the action command which may be better.
The setup file for the Report Tool is from a 3rd party vendor, with distribution rights attained. I of course do not want it installed to a folder merely run as part of the installation. It is already a setup.exe file.
Basically my only icon will be associated with the data file I mentioned which will be associated with the Report Tool "after" it is installed.
My confusion is lying in a way to do this without leaving the setup file for the report tool on the users disk. If I choose to invoke this 3rd party setup.exe after installation I assume it will have already been installed in the App directory and remain there.
Many Thanks
Comment