Quantcast
Viewing all articles
Browse latest Browse all 3825

New Post: Issue with Custom Update

Well, after a bit more RTFM,D I was making an error. :)

Everything is working properly now.

Also, in case anyone is interested I added a step to kill the fpassist.exe process prior to the install, and then triggered a reboot at the end so that fpassist.exe is running.

XML
<CustomUpdate>
<Action>
<ElementType>CustomUpdateElements.KillProcessElement</ElementType>
<ProcessName>fpassist.exe</ProcessName>
</Action>
<Action>
<ElementType>CustomUpdateElements.ExecutableElement</ElementType>
<PathToExecutable>fpsetup.exe</PathToExecutable>
<Parameters>/q</Parameters>
<KillProcess>True</KillProcess>
<TimeBeforeKilling>10</TimeBeforeKilling>
<Variable/>
</Action>
<Action>
<ElementType>CustomUpdateElements.RegistryElement</ElementType>
<RegAction>Modify</RegAction>
<RegHive>HKEY_LOCAL_MACHINE</RegHive>
<RegKey>SOFTWARE\Wow6432Node\shbox\FreePdfXP</RegKey>
<RegValue>gswin32c</RegValue>
<RegType>REG_SZ</RegType>
<RegData>C:\Program Files\gs\gs9.07\bin\gswin64c.exe</RegData>
<RegVariable/>
</Action>
<Action>
<ElementType>CustomUpdateElements.PowerManagementElement</ElementType>
<PowerAction>Reboot</PowerAction>
</Action>
</CustomUpdate>

Viewing all articles
Browse latest Browse all 3825

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>