Jump to content

Open MSI fron 1 dir up


Recommended Posts

SplashTextOn("Dot Net", "Installing .Net" & @CR & "Please stand by...",300,50)

RunWait("msiexec /i ..\DotNet-110-MSI-XP\netfx.msi")

SplashTextOn("Dot Net", ".Net Installation complete.",300,50)
Sleep(5000)
SplashOff()

it can't find the msi w/ this runwait statement. How can do go w/ a relative path rather than a defined path. This is going on a CD later.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...