Messages - Ath [ switch to compact view ]

Pages: prev1 ... 87 88 89 90 91 [92] 93 94 95 96 97 ... 724next
456
Developer's Corner / Re: Need Inno Setup Advice
« on: June 21, 2018, 02:05 PM »
Seeking help to add a script to Inno Setup Compiler that will 'copy' my shortcut 'files' or links to each user installing my app.
-OptimalDesigns (June 21, 2018, 09:42 AM)
Reading the manual of Inno Setup (here) is sure going to help you a lot.
Those shortcut/link files are a) system specific (they usually have absolute paths embedded), and b) are actually files with a .lnk extension, that Windows really, really hides from anyone trying to make the extension visible. For those reasons it is quite hard to copy them from system to system, unless you can guarantee the files are in the same location.
Inno has a specific section just for creating those shortcuts, though I'm not sure if you can set the font and color of the application, I just haven't tried (or needed) that in ~18 years of using Inno Setup...

457
Adding a "save for separate monitors" feature to Screenshot Capture would also give the desire/requirement/prerequisite to get the matching monitor number in the filename, so you'd have to add that as a variable too, I guess. And maybe also for MiniCap?

458
So , i have to do it twice, quite unconvenient.
That's why I wrote "...for now you could use..." (emphasis added).
I'm assuming you have turned off all dialogs and popups from SSC, just saving the image? That would make it a quick action.

@Mouser said he'll look into it, and that will probably take a few days, please apply some patience.

Another alternative is you grab the entire desktop and split the images that are wider than 1 monitor into multiple images using ImageMagick (no affiliation)
You can configure that as a Post-Capture tool in Screenshot Captor, if you like.

459
Ah, well, but for now you could use "Grab current Screen" (default hotkey is PrtScr I think), switch to the other screen and press the same hotkey again? Yes, there will be a time difference of a few (milli)seconds, but the filename timestamps will be quite close.
Eventually you'd want the screen number to be part of the filename as the files will/should have the same timestamp, but I think (from looking at the File Naming config screen) that's not yet available for the filename pattern.

460
but i need to slip the screenshot everytime i capture
What does "slip" mean in this context?

Pages: prev1 ... 87 88 89 90 91 [92] 93 94 95 96 97 ... 724next
Go to full version