Jump to content

richy759

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About richy759

richy759's Achievements

0

Reputation

  1. Thanks Rich for the feedback. Glad it worked for you. Yes it would be great if you post the log, if you do not mind. Successful logs will clear some of the doubts for me. Regarding your suggestion, this could be developed later. Because this is like a bonus feature not an essential one. Regards I understand you want to get it more stable etc first, just thought i'd share my views seeing as it does exactly what I want, and it works, already I have attached my successful log. Thanks again, Rich log.txt
  2. Hi Blue, I've been using your tool very successfully. One thing I would really like is a command line interface so I can apply updates from a batch file, perhaps even specify a folder where update files are (this would be useful in the GUI too). Do you want logs from successful integrations? I am at work at the moment but can post logs later if you wish. Thanks, Rich
  3. Ignore me, I didn't realise that the app wouldn't be shown on the main page if the conditions weren't met. lovely stuff, Rich
  4. ok thanks. Are there any plans to expand on this? Rich
  5. I have done some searching but not found the answer I am looking for, I am a bit of a noob so bear with me Is there a way to have a different installer run for a 32 or 64 bit operating system. for example IF /i %PROCESSOR_ARCHITECTURE%==AMD64 cmds[pn]=['%CDROM%\\Apps\\\setup64.exe /qn']; ELSE cmds[pn]=['%CDROM%\\Apps\\setup.exe /qn']; is it even possible to put expressions round the installer parameters? or am I barking up the wrong tree? or are you supposed to split the config file into 2 parts, 1 for 32 bit and 1 for 64bit. I haven't found many examples of the use of the above expression. Cheers, Rich
×
×
  • Create New...