Hi there,
I've posted about this in the past, but I needed a way to automate and AMS build. Since it couldn't be done from the command line I created an AutoIt script, which works well on my test machine. I found the AutoIt idea while searching the archives.
So, now to...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
100 results in 0.1422 seconds.
Keywords
Members
Tags
-
Automating and AMS Build with AutoIt... Some problems...
-
So even if I specifically state the path as C:\Windows\System32 its redirected? That doesn't seem right to me. If that is true I can't, in essence, get to files in the system32 directory. File.Run seems to work fine with the path that isn't working for File.DoesExist.
How then would...
Leave a comment:
-
File.DoesExist does not seem to be working for some reason...
I'm simply trying to check for the following...
Code:if File.DoesExist(_SystemFolder.."\\ServerManagerCmd.exe") then
-
Here's what I decided to do.. I just created an .exe that will query the .msi and write the ProductVersion property value to Temp registry value. That part seems to be working.
I'll then read that key in my AMS lua code and....
What I would like to do is to update the global...
Leave a comment:
-
Hmm, I could go the env. var. route.
I was going to try to use the DLL.CallFunction to grab the property and return the value. I guess we'll see if that works. Let me know if you foresee any pitfalls.
Thanks for the input so far!! It's appreciated!!!
Leave a comment:
-
I know how to get the property with other code, I just don't know how to return or use the property then in LUI AMS code....
Leave a comment:
-
Crud! Are there .msi functions build into v7?
Is there any other way to do this... maybe call a vbscript and return value?
Sadly, I probably don't have the time to get a new version purchase approved and get everything ready by release time. It's not a killer for me...
Leave a comment:
-
Need some advanced LUA code...
Hi all,
I just saw "Ahhhhhh, the classics" on the top of the forum and laughed. I'm actually using AMS 6.0, that's right, 6.0 so I hope someone can help me or lead me in the right direction.
What I would like to do is dig into our Windows Installer .msi package...
-
In Need of Older Service Action PlugIn...
Hi There,
I'm sorry I have to post this in the 8.x forum, but I'm in need of the Service Action PlugIn for AMS 6.0, yes, 6.0.
I saw a link in the archives...
http://www.indigorose.com/forums/thr...ces?highlight=...
Leave a comment: