|
|
#1 |
|
Junior Member
Join Date: Aug 2008
Posts: 2
|
Run .exe after extraction
Here is the situation. I'm packaging up an Oracle 10g client into an installer. Once it extracts to the target directory I'm trying to navigate to a subfolder and start the Oracle Universal Installer. I have searched and not been able to get a solid answer on how to acomplish this. Any advice would be appreciated. Here is a code snip of what it looks like right now
code: |
|
|
|
|
|
#2 | |
|
[STILL a retard!]
Join Date: Apr 2002
Location: Bristol, UK
Posts: 1,167
|
Quote:
C:\blah\farming\C:\10g_Client\install\setup.exe Which isn't going to be a valid location. If the 'install' dir is a sub dir of $INSTDIR (aka where 10g_Client.exe is too) then just do: ExecWait "$INSTDIR\install\setup.exe" |
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Aug 2008
Posts: 2
|
That resolved it, thank you for the logic!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|