Champs Print Setup MSI based install has multiple embeded setup.exe installations using Ghostscript. http://www.ghostscript.com
The embeded ghostscripts work fine however there is no pass through from the msi to the GhostScript setup.exe's.
I made an autoit script to do the install. Note that this script expects to be run by multiple users. This is because intalling for "All Users" does not appear to completely work.
---------------Begin Autoit Script-------------------------
if FileExists(@scriptdir & "\ChampsPrintSetup.msi") Then
If FileExists(@ScriptDir & "\" & @UserName & ".txt") then
Exit
Else
;FileCopy(@ScriptDir & "\Check.txt", @ScriptDir & "\" & @UserName & ".txt")
EndIf
Else
Exit
EndIf
WinWait("GSview Install", "Select a directory in which to install GSview")
WinActivate("GSview Install", "Select a directory in which to install GSview")
ControlSetText("GSview Install", "Select a directory in which to install GSview", 52, "C:\Ghostgum" )
ControlSend("GSview Install", "", "[CLASSNN:Button17; INSTANCE:17]", "{Enter}")
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ