Product(s): | OpenRoads Designer, SS10/SS4 Power Products |
Version(s): | 10.00.00.120+ |
Area: | File |
Original Author: | Bentley Technical Support Group |
If you need to get a list of files that were installed during the product installation and where those files reside you can do the following.
If the user creates a log during the install, a list of files and their location should be in the log.
- The OpenRoads Designer automatically creates zip file of logs when installed, but the logs mainly pertain to the ORD product. The log zip file would be located in folder C:\Users\your user name\AppData\Local\Temp and the name of the file something lile OpenRoads_Designer_CONNECT_Edition_20200110083151.zip (the number part of the log name is the date/time the product was installed).
- To generate a log for the inroads, install from a command prompt and install with command setup /V"/l*v c:\temp\install.log" (c:\temp\install.log is just the location and name I’m using for the log, it can be located and named anything the user wants)
- For the SS10/SS4 PowerProducts, you would need to create a deployment image and then install each product in the image individually with the log switches. For the exe files pass the /? Switch from the command prompt to determine if a log generation is possible and what is the appropriate command line switch.
To create the logs from the msi type files; example for PowerInroads msi file; from a command do the following
PowerInRoads.msi /l*v C:\temp\PowerInroads.log
(c:\temp\PowerInRoads.log is just the location and name I’m using for the log, it can be located and named anything the user wants)
