The hyperlink is placed on an empty space below the first radiobutton and above the second one. These controls are placed on a new dialog that comes before the VerifyInstallDlg. If I move the hyperlink to the left so that some text are outside the bounds of the radiobuttongroup, those text become cl...
Indeed this worked on an alternative text file when I tried it yesterday.
Anyway, does that mean that the built-in way of logging these custom actions' output is not yet included in 20.2.1 or later? If so, do you have an ETA for it?
Is this already possible in 20.2.1 version? I need to get the output from a .cmd on a 'Launch File' custom action. Output redirection like the one below doesn't seem to work.
File to launch: swcef.cmd
Command line: >>[MsiLogFileLocation] 2>&1
Working directory: [APPDIR]
I have a wizard page that contains two checkboxes with two hyperlinks, but they are not 'linked' in such a way that clicking on the part that says "I have read and accept the" should toggle the checkbox state (checked or unchecked). https://i.imgur.com/OEk6AV6.png It'd be a great UX improvement if t...
Thanks for this! In my case, there was a broken service that had the same name from a previous broken install. It was a head-scratcher until I stumbled upon this post.
An alternative is to copy the custom action name as another key-value pair in action data, but I'm running into a strange issue where, for this particular custom action, the action data becomes blank.
I have a custom action called "DeviceInstall" that calls the "RunCommand" function from an attached DLL, whose execution time is 'deferred'. I also have some other custom actions that call "RunCommand". I already log the function name "RunCommand" in there using Session.Log(...), but I don't know w/...
Come to think of it, the installation was done via the updater w/c was launched w/ the ff. command line, according to the log. ... AI_SETUPEXEPATH=C:\ProgramData\***VCam\updates\Update\***VCam_4.1.2211.2202.exe SETUPEXEDIR=C:\ProgramData\***VCam\updates\Update\ EXE_CMD_LINE=/exenoui /exenoupdates /f...
Noticed this issue recently w/c can be repro'd even w/ single EXE, LZMA compressed, installer made from the latest AI version 20.1.1 Observations: issue may not happen on the 1st repair, but usually happens on succeeding repairs /extractlzma process shows, in Process Monitor, a repeating SHARING VIO...
The installer is set to "Prompt for Reboot when required" https://i.imgur.com/vnzRO57.png Restart Manager also successfully closes apps that have files in use. (SERVER) MSI (s) (A8:C8) [21:39:07:920]: RESTART MANAGER: Will attempt to shut down and restart applications in no UI modes. (SERVER) MSI (s...