User Tools

Site Tools


userspace:freepdf_4.06

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
userspace:freepdf_4.06 [2012/09/19 13:11]
bhubal created
userspace:freepdf_4.06 [2021/08/23 08:37] (current)
Line 10: Line 10:
 ghostscript is needed, so make a dependency \\ ghostscript is needed, so make a dependency \\
  
-Full package: https://download.uib.de/opsi4.0/products/contribute/full-package/freepdf_4.06-2.opsi+Full package: http://download.uib.de/opsi4.0/products/contribute/full-package/
  
 ==== setup.ins ==== ==== setup.ins ====
Line 143: Line 143:
  
 [Winbatch_uninstall] [Winbatch_uninstall]
-"$InstallDir$\fpsetup.exe" /r+"$InstallDir$\fpsetup.exe" /r /qn
  
 [Winbatch_uninstall_msi] [Winbatch_uninstall_msi]
Line 183: Line 183:
  endif  endif
 endif endif
 +</code>
 +
 +
 +==== uninstall.ins ====
 +
 +<code winst>
 +; Copyright (c) uib gmbh (www.uib.de)
 +; This sourcecode is owned by uib gmbh
 +; and published under the Terms of the General Public License.
 +; credits: http://www.opsi.org/credits/
 +
 +[Actions]
 +requiredWinstVersion >= "4.11.2.6"
 +
 +DefVar $MsiId$
 +DefVar $UninstallProgram$
 +DefVar $LogDir$
 +DefVar $ExitCode$
 +DefVar $ProductId$
 +DefVar $InstallDir$
 +DefVar $LicenseRequired$
 +DefVar $LicensePool$
 +
 +Set $LogDir$ = "%SystemDrive%\tmp"
 +
 +; ----------------------------------------------------------------
 +; - Please edit the following values                             -
 +; ----------------------------------------------------------------
 +Set $ProductId$       = "freepdf"
 +Set $InstallDir$      = "%ProgramFiles32Dir%\freepdf_xp"
 +Set $LicenseRequired$ = "false"
 +Set $LicensePool$     = "p_" + $ProductId$
 +; ----------------------------------------------------------------
 +
 +
 +comment "Show product picture"
 +ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
 +
 +Message "Uninstalling " + $ProductId$ + " ..."
 +
 +if FileExists("%ScriptPath%\delsub.ins")
 + comment "Start uninstall sub section"
 + Sub "%ScriptPath%\delsub.ins"
 +endif
 +
 </code> </code>
userspace/freepdf_4.06.1348060281.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)