+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: How do I get the logs of installation

  1. #11
    Join Date
    Aug 2020
    Location
    Pune, India
    Posts
    49

    Default Re: How do I get the logs of installation

    Thanks!! please check if it is possible.

    However I was trying to use /E switch but it was not generating the log file, please find the attachment for it.
    Just to let you know if following things have impact on logging:
    1.My application UAC level is asInvoker
    2.Command prompt is not run as admin
    3.I was checking txt log file at c:\
    4. I have tried forward and backword slash for E

    am I missing something?

    Name:  Annotation 2020-09-03 180409.png
Views: 353
Size:  4.4 KB

  2. #12
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: How do I get the logs of installation

    Hello,

    Yes, this is the expected behavior. C:\ is a protected Windows resource. So if you create an "asInvoker" setup and run it non-elevated, then it can't write to the protected root of C:\.

    Please see the following switches in the manual. This lets you define the folder:

    /E2 [folder\]filename
    /E3 [folder\]filename

    Friedrich

  3. #13
    Join Date
    Aug 2020
    Location
    Pune, India
    Posts
    49

    Default Re: How do I get the logs of installation

    Yes it worked, Thanks!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •