Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
userspace:citrix_online_plugin_made_with_citrix_receiver [2014/05/28 23:27] SisterOfMercy |
userspace:citrix_online_plugin_made_with_citrix_receiver [2014/05/28 23:29] (current) SisterOfMercy |
||
---|---|---|---|
Line 8: | Line 8: | ||
We need the ICAWebWrapper.msi file, this is the .msi of the Online Plugin.\\ | We need the ICAWebWrapper.msi file, this is the .msi of the Online Plugin.\\ | ||
- | What can be an useful tool is InstEd!: http://www.instedit.com/download.html\\ | + | An useful tool is InstEd!: http://www.instedit.com/download.html\\ |
With this we make an msi transform to change the title that is shown in the add/remove programs interface in windows. "Online Plugin" doesn't say very much, does it?\\ | With this we make an msi transform to change the title that is shown in the add/remove programs interface in windows. "Online Plugin" doesn't say very much, does it?\\ | ||
In InstEd! we choose Tables -> Property, change ProductName to Citrix Online Plug-in 14.1.0.0 (or the version that you are installing).\\ | In InstEd! we choose Tables -> Property, change ProductName to Citrix Online Plug-in 14.1.0.0 (or the version that you are installing).\\ | ||
Line 17: | Line 17: | ||
Shortcuts are made for the https://subdomain.your-mom.com site, which of course doesn't really exist.\\ | Shortcuts are made for the https://subdomain.your-mom.com site, which of course doesn't really exist.\\ | ||
- | So we have : | + | So we have :\\ |
- | %scriptpath%\files\Citrix_ICAWebWrapper_14.1.0.0.mst | + | %scriptpath%\files\Citrix_ICAWebWrapper_14.1.0.0.mst\\ |
- | %scriptpath%\files\Citrix_ICAWebWrapper_14.1.0.0.msi | + | %scriptpath%\files\Citrix_ICAWebWrapper_14.1.0.0.msi\\ |
==== control file ==== | ==== control file ==== | ||
Line 218: | Line 218: | ||
[Registry_install_AllProfiles] | [Registry_install_AllProfiles] | ||
; Add gisportal2.eneco.nl to Trusted Sites in IE | ; Add gisportal2.eneco.nl to Trusted Sites in IE | ||
- | openkey [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\eneco.nl\gisportal2] | + | openkey [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\your-mom.com\subdomain] |
set "https" = REG_DWORD:0002 | set "https" = REG_DWORD:0002 | ||
Line 228: | Line 228: | ||
set_subfolder Citrix | set_subfolder Citrix | ||
set_link | set_link | ||
- | name: Stedin - E-GIS (Mozilla Firefox) | + | name: YOURCUNT (Mozilla Firefox) |
target: "%ProgramFiles32Dir%\Mozilla Firefox\firefox.exe" | target: "%ProgramFiles32Dir%\Mozilla Firefox\firefox.exe" | ||
- | parameters: https://gisportal2.eneco.nl | + | parameters: https://subdomain.your-mom.com |
working_dir: "%ProgramFiles32Dir%\Mozilla Firefox" | working_dir: "%ProgramFiles32Dir%\Mozilla Firefox" | ||
icon_file: "$InstallDir32$\wfica32.exe" | icon_file: "$InstallDir32$\wfica32.exe" | ||
Line 236: | Line 236: | ||
end_link | end_link | ||
set_link | set_link | ||
- | name: Stedin - E-GIS (Internet Explorer) | + | name: YOURCUNT (Internet Explorer) |
target: "%ProgramFiles32Dir%\Internet Explorer\iexplore.exe" | target: "%ProgramFiles32Dir%\Internet Explorer\iexplore.exe" | ||
- | parameters: https://gisportal2.eneco.nl | + | parameters: https://subdomain.your-mom.com |
working_dir: "%ProgramFiles32Dir%\Internet Explorer\" | working_dir: "%ProgramFiles32Dir%\Internet Explorer\" | ||
icon_file: "$InstallDir32$\wfica32.exe" | icon_file: "$InstallDir32$\wfica32.exe" | ||
Line 247: | Line 247: | ||
set_subfolder "" | set_subfolder "" | ||
set_link | set_link | ||
- | name: Stedin - E-GIS | + | name: YOURCUNT |
target: "%ProgramFiles32Dir%\Mozilla Firefox\firefox.exe" | target: "%ProgramFiles32Dir%\Mozilla Firefox\firefox.exe" | ||
- | parameters: https://gisportal2.eneco.nl | + | parameters: https://subdomain.your-mom.com |
working_dir: "%ProgramFiles32Dir%\Mozilla Firefox" | working_dir: "%ProgramFiles32Dir%\Mozilla Firefox" | ||
icon_file: "$InstallDir32$\wfica32.exe" | icon_file: "$InstallDir32$\wfica32.exe" |