Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Compile SCIII + video hook driver"

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
nolazabal
8
8
Posts: 22
Joined: 2005-08-19 12:14

Compile SCIII + video hook driver"

Post by nolazabal »

i was not able to find how to compile the scIII into one file so i made this innosetup script inluding the video driver install for 2k and xp

the script will also unistall the driver on uninstall

i hope you guys can use it

Code: Select all

[Setup]
DisableReadyMemo=true
DisableReadyPage=true
DisableStartupPrompt=true
AppName=Remote Support
AppVerName=Remote Support
DisableDirPage=true
DefaultDirName={pf}\Remote Support
DefaultGroupName=Remote Support
DisableProgramGroupPage=true
UninstallDisplayIcon={app}\program.ico
OutputBaseFilename=supportxp
SetupIconFile=icon2.ico
AppID={{16295FEC-8BC3-44D7-87F1-0B399476DEC8}
ShowLanguageDialog=no
UninstallRestartComputer=true

[Files]
Source: helpdesk.txt; DestDir: {app}
Source: background.bmp; DestDir: {app}
Source: logo.bmp; DestDir: {app}
Source: enter.bmp; DestDir: {app}
Source: icon1.ico; DestDir: {app}
Source: icon2.ico; DestDir: {app}
Source: winvnc.exe; DestDir: {app}
Source: UltraVncDriverSetupSilent.exe; DestDir: {app}; MinVersion: 0,5.0.2195

[Icons]
Name: {group}\Remote Support; Filename: {app}\winvnc.exe; IconFilename: {app}\icon2.ico; IconIndex: 0
Name: {group}\Uninstall Remote Support; Filename: {uninstallexe}
Name: {userdesktop}\Uninstall Remote Support; Filename: {uninstallexe}; IconFilename: {app}\icon2.ico; IconIndex: 0

[Run]
Filename: {app}\UltraVncDriverSetupSilent.exe; Parameters: /verysilent; WorkingDir: {app}; StatusMsg: Installing Video Hook Driver; MinVersion: 0,5.0.2195
Filename: {app}\winvnc.exe; WorkingDir: {app}; Description: Connect to HelpDesk Now!; StatusMsg: Connecting to HelpDesk...; Flags: postinstall

[UninstallRun]
Filename: net stop vnccom; MinVersion: 0,5.0.2195
Filename: {pf}\UltraVNC\driver\setupdrv; Parameters: uninstalls; WorkingDir: {pf}\UltraVNC\; Flags: skipifdoesntexist runhidden; MinVersion: 0,5.0.2195
Filename: {pf}\UltraVNC\unins000.exe; Flags: runhidden skipifdoesntexist; WorkingDir: {pf}\UltraVNC\; Parameters: /verysilent; MinVersion: 0,5.0.2195

[UninstallDelete]
Name: {sys}\DRIVERS\vncdrv.sys; Type: files; MinVersion: 0,5.0.2195
Name: {sys}\DRIVERS\vnccom.sys; Type: files; MinVersion: 0,5.0.2195
Name: {sys}\DRIVERS\vncdrv.dll; Type: files; MinVersion: 0,5.0.2195

[Registry]
Root: HKLM; Subkey: SYSTEM\CurrentControlSet\Services\vncdrv; Flags: uninsdeletekey; MinVersion: 0,5.0.2195
[mod=494,1124663894]modified title from \"Compile\" to Compile SCIII + video hook driver\"[/mod]
Last edited by nolazabal on 2005-08-23 00:08, edited 2 times in total.
nolazabal
8
8
Posts: 22
Joined: 2005-08-19 12:14

Post by nolazabal »

ty for fixing title :P
Post Reply