esacchi
11-20-2001, 10:39 AM
Hello,
I'm using InstallShield 3.51 to package my application and I have the following issue:
I must run an EXE file after it was copied to the user hard disk, that application must run from the directory where it was copied to.
What is happening now, is that the EXE that I wan't to be executed is copied to a temporary directory and executed there.
Using version 2.1 I could do that using express extension on the already selected files to install. Now using custom actions I select the file, but when it's executed it's done in a temp dir, not in the place where it's installed.
If you know how can I solve this problem please let me know
Regards
Emiliano Sacchi
Example:
I must register a COM Server EXE using exefilename.exe -regserver. I want it registered in the location specified in the installation progress, if it's run from other directory the COM server is registered in the wrong place(and it's deleted cause it's temporary).
:confused:
I'm using InstallShield 3.51 to package my application and I have the following issue:
I must run an EXE file after it was copied to the user hard disk, that application must run from the directory where it was copied to.
What is happening now, is that the EXE that I wan't to be executed is copied to a temporary directory and executed there.
Using version 2.1 I could do that using express extension on the already selected files to install. Now using custom actions I select the file, but when it's executed it's done in a temp dir, not in the place where it's installed.
If you know how can I solve this problem please let me know
Regards
Emiliano Sacchi
Example:
I must register a COM Server EXE using exefilename.exe -regserver. I want it registered in the location specified in the installation progress, if it's run from other directory the COM server is registered in the wrong place(and it's deleted cause it's temporary).
:confused: