AryanSingh
(Aryan Singh)
November 5, 2019, 2:01pm
1
@ALL
I am trying to launch the application in the VM using the Start Application and Start Process but I am still not able to launch the application. I dont why. Please guide me regarding this.
One application is of extension .msc . and the other application is also not launching.
Thanks & Regards
Aryan
1 Like
kindly check once the file path mentioned is correct and thats the actual issue buddy
Cheers @AryanSingh
1 Like
lakshman
(Ganta lakshman)
November 5, 2019, 3:46pm
3
@AryanSingh
Could you please show me screenshot of the Start Process activity properties and need to check how you passed Filename.
AryanSingh
(Aryan Singh)
November 6, 2019, 6:03am
4
@lakshman
@Palaniyappan
Sorry for the late reply from my side. Please check the screenshot
When i open properties it is mentioned like this:
Thanks guys
lakshman
(Ganta lakshman)
November 6, 2019, 6:05am
5
@AryanSingh
If you go to that part and run the MSC file and is it opening application or not ?
AryanSingh
(Aryan Singh)
November 6, 2019, 6:06am
6
@lakshman
Yes. It is opening, if I do it manually.
1 Like
AryanSingh
(Aryan Singh)
November 6, 2019, 6:07am
7
@lakshman
@Palaniyappan
Is it because of the different system users?
lakshman
(Ganta lakshman)
November 6, 2019, 6:08am
8
@AryanSingh
Then it should work with Start process activity also.
sarathi125
(Parthasarathi)
November 6, 2019, 6:09am
9
You can invoke by using this path, may be in server it Windows directory located in a different path. Use any one of the below lines,
Environment.GetEnvironmentVariable("SystemRoot") + "\System32\dsa.msc"
Environment.GetEnvironmentVariable("windir") + "\System32\dsa.msc"
AryanSingh
(Aryan Singh)
November 6, 2019, 6:28am
11
@sarathi125
I tried with both the commands. But it is still not working.
sarathi125
(Parthasarathi)
November 6, 2019, 6:48am
12
@AryanSingh ,
Somefiles will not be invoked like this, can you try the same file from Windows Run command line.
AryanSingh
(Aryan Singh)
November 6, 2019, 8:09am
14
@sarathi125
@Palaniyappan
@lakshman
Thank you guys, application launched with @sarathi125 ’s idea. Entering the path in the window run command line.
Thank You
1 Like
system
(system)
Closed
November 9, 2019, 8:09am
15
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.