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

SCPrompt - SC on Steroids (7, 8, 10, 2k8+) 26/3/20

Single Click discussions / bugs
Post Reply
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

JDStar wrote:Bug is in double "::" - correct is one ":"
Thanks, I simplified the connection code some time back, and it appears I missed the use of single ':' with repeaters, will change the code to use single for reapeaters.

thanks for reporting the bug, & working it out as well, much appreciated
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

0.9.10.33 has been released

this release has the following:

0.9.10.33
  • - Fixed Repeater connections with double colon "::" problem (REF: $Use_UVNC_Connect_Colon)
    - Fixed Button GUI alignments & sizes
    - Added [Common]RemoteINI setting to INI (allows getting scprompt.ini from HTTP, HTTPS or SMB locations for easy updates of configurations (REF: $RemoteINI)
    - Added and changed eventlog settings so more info is logged if needed (if $DebugLevel = 9 maximum, if $DebugLevel = 1 minimal logging) (REF: V2M_EventLog(), $DebugLevel)
    - Changed 'Service Mode' to use existing UltraVNC install when installed (instead of trying to install a new one over the existing, and removing it when finished) (REF: _VNCRun(), _VNCServiceMode()$YTS_ServiceMode, $UVNC_ExistingService, $UVNC_ServiceRegRead, $YTS_AdminCheckbox)
the uvnc_service can be installed anywhere, and we can use it, as we read settings from registry.

NOTE: the sc_prompt setting in service mode wasn't working for me on latest release server version (tested on 3 different winxp machines it gives a black screen), I will have to take this up with the devs to see if its just me ...

enjoy.
Last edited by JDaus on 2009-10-19 21:19, edited 2 times in total.
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
eXonius
Posts: 4
Joined: 2009-10-18 15:15

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by eXonius »

How do I change the icon ? :s
phoenix
8
8
Posts: 9
Joined: 2006-05-20 18:49

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by phoenix »

hello eXonius,

just replace the icons in the scprompt folder
eXonius
Posts: 4
Joined: 2009-10-18 15:15

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by eXonius »

I have tried to replace the icons like in the picture... But the icon always shows up like the one with a red circle no matter how I change them :/

Image
marcgistel
40
40
Posts: 72
Joined: 2008-03-26 09:07
Location: Ulm, Germany

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by marcgistel »

hi exonius,

wrote sh!$ :D

best regards,
marc
Last edited by marcgistel on 2009-10-21 07:38, edited 1 time in total.
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

eXonius wrote:I have tried to replace the icons
Replacing the icon for the built end application is not as simple as replacing icons in the folder ...
marcgistel wrote:this icon comes from "autoit 3"
The icon in shown in the image doesn't come with Autoit3 ... it is an icon from a pack of icons i had previously purchased for other reasons ... the latest alphas have a different icon which was taken from the scrompt image that was kindly donated.

You can just [post=62930]DOWNLOAD THE LATEST BUILDER[/post] which allows (hopefully) changing of the built EXE to the Logo.ico in the selected folder (for SCPrompt it is the scprompt directory) ... should make it easier

http://www.askvg.com/tutorial-all-about ... -tutorial/ Appears (at a quick glance) to be a fairly good tutorial on how to use reshacker ...

OR, follow the instructions below ...
JDaus wrote:to replace the icons in either the final built product, download reshacker and run it.
  • Click "File > Open".
    Select the application you want to replace the icon in (scprompt\scprompt.exe for example) and click open.
    In the left side tree menu, click "Icon > 1 > XXXX" (where XXXX is a resource number).
    In the left side tree menu, right click on the above resource number, and replace resource.
    Click button "Open file with new ICON".
    Select ICON file (make sure it is small in size ... 10KB or less) and click "Open".
    Click "Replace" and the icon group should now open in the tree menu.
    Click "File > save" (reshacker automatically creates a backup of original file)
    Click "File > Exit"
This can be done with any executable, but be aware that it breaks signatures on the applications, so it should only be done where needed.

You can also do this to the SFX file located in the "build_resources" directory, then the next time you build your application, you will have the icon already replaced.

i am attempting to find a way of using reshacker commandline arguements to automatically replace the icon (with your choice, or in this case "scprompt\Logo.ico") but i have hit a few snags in doing this (no matter what i try i cannot get it to work). so this will be a feature for the future sometime.

NOTE: you shouldn't need to replace the icons in the scprompt\scprompt.exe as it uses Logo.ico whenever it exists, but replacing the icon in the SFX will allow the client to see your familiar logo when they download and run the EXE ...

hope this helps some people out, and if you need more clarification, i can write a website article with screenshots if needed (when i get time :D ).
Last edited by JDaus on 2009-10-22 21:59, edited 3 times in total.
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by pgmoney »

JDaus wrote:
  • Click "File > Open".
    Select the application you want to replace the icon in (scprompt\scprompt.exe for example) and click open.
    In the left side tree menu, click "Icon > 1 > XXXX" (where XXXX is a resource number).
    In the left side tree menu, right click on the above resource number, and replace resource.
    Click button "Open file with new ICON".
    Select ICON file (make sure it is small in size ... 10KB or less) and click "Open".
    Click "Replace" and the icon group should now open in the tree menu.
    Click "File > save" (reshacker automatically creates a backup of original file)
    Click "File > Exit"
This can be done with any executable, but be aware that it breaks signatures on the applications, so it should only be done where needed.

You can also do this to the SFX file located in the "build_resources" directory, then the next time you build your application, you will have the icon already replaced.

i am attempting to find a way of using reshacker commandline arguements to automatically replace the icon (with your choice, or in this case "scprompt\Logo.ico") but i have hit a few snags in doing this (no matter what i try i cannot get it to work). so this will be a feature for the future sometime.
The command line options for ResourceHacker is not documented very well.

To do the above from the command line:

Code: Select all

ResHacker.exe -addoverwrite "<SOURCE PROGRAM>", "<DESTINATION NAME>", "<SOURCE ICON>",  ICONGROUP,<ICON TYPE>,<ICON NAME>

-or a realworld example-

ResHacker.exe -addoverwrite "C:\scprompt\SCprompt.exe", "C:\scprompt\SCprompt.exe", "C:\scprompt\Logo.ico",  ICONGROUP,161,2057
As JDaus stated earlier, it will break digital signatures when you change an executable.

Edits: Added full paths to command line examples for clarification.
Last edited by pgmoney on 2009-10-21 09:17, edited 3 times in total.
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

pgmoney wrote:The command line options for ResourceHacker is not documented very well.

Code: Select all

ResHacker.exe -addoverwrite "C:\scprompt\SCprompt.exe", "C:\scprompt\SCprompt.exe", "C:\scprompt\Logo.ico",  ICONGROUP,161,2057
AWESOME thanks pgmoney ... that should be all i need to get it working ... your right ... the reshacker commandline options are not well documented (i thought it was just me) ... will try this out tomorrow ... thanks again !!!
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

AWESOME .....

i can now replace the icon in the 7zipped SCPrompt ...

thanks for your help pgmoney ... much appreciated ...

now to update the builder to :
c
  • heck for the reshacker.exe
    if exist, use it to update the ICON
    if not exist, prompt user to download it if they want to update ICON ...
    Then when builder nearly finished, replace icon with Logo.ico
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

Updated Builder Released

Download (EXE Only) for the 7z EXE builder ... this update adds change of icon to built product ...

i will update it further to download and extract the reshacker.exe into the right place, but for now, it just opens the reshacker homepage, and tells you where to put it ...

hope this works as well for everyone as it does for me ... :D

I will also try to get the label on the extraction to change for the product you are archiving, thus allowing you to choose all aspects of the build process

i also hope to work out how to sign the end product (using your own certificate) thus allowing more trust from your customers ... but that will have to wait a while ...
Last edited by JDaus on 2009-10-22 21:47, edited 1 time in total.
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
batgod
Posts: 2
Joined: 2009-10-07 07:03

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by batgod »

Hello

Nice job for the scprompt.ini, it works perfectly.

Now i have another question.
Is it possible to have more than 10 connections??

Thank you...

Regard

Fred
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

batgod wrote:Is it possible to have more than 10 connections??
'Radio' & 'Button' GUI's where limited to that amount for size reasons, but the 'Combo' can handle as many as your willing to give it (think there would be some limit, maybe 256 at a guess).

The Radio GUI may possibly be changed to allow many more connections without much hassle ... simply change the GUI dimensions, and the rest "should" automatically resize to suite - the GUI has been updated by several people since this was last tested, so i cannot be 100% sure on this.

hope this helps ...

also, check out the latest Alpha downloads ... some nice new features in there that will help out some people.
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
btdownloads7
Posts: 5
Joined: 2009-06-22 00:52

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by btdownloads7 »

JDaus wrote:Updated Builder Released

Download (EXE Only) for the 7z EXE builder ... this update adds change of icon to built product ...
I have ResHacker in the right folder, but the final icon doesn't change. Is there a settings in any of the config files that I'm missing? What should be the filename of the icon file and where should it be?
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

btdownloads7 wrote:I have ResHacker in the right folder
in the 'build_resources' folder ???
btdownloads7 wrote:Is there a settings in any of the config files that I'm missing?
there shouldn't be, but check in the builder INI file for new settings (i'm on the road at moment, & don't have laptop with me)
btdownloads7 wrote:What should be the filename of the icon file and where should it be?
Its the 'Logo.ico' from the scprompt directory ... the same one as the scprompt.exe uses (figured this was a sensible starting place ...)

try running the builder with debuglog or -debuglog arguments, to get a dump of what its doing ... and then PM or post the results
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
btdownloads7
Posts: 5
Joined: 2009-06-22 00:52

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by btdownloads7 »

Its the 'Logo.ico' from the scprompt directory ... the same one as the scprompt.exe uses
Ahh... That's where my problem lies -- I renamed the directory to a different name, and also renamed the executable. I changed the Build_7z_exe.ini file to reflect my changes, and it builds just fine. However, I'm sure that if those paths are hardwired into the new builder, that's why it can't find them.

I actually tried renaming the directory back to "scprompt", but left my custom executable name, and the final executable still doesn't have my custom icon. is there any way to have the builder use the directory and executable names from the ini file instead of having them hardwired?
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

btdownloads7 wrote:is there any way to have the builder use the directory and executable names from the ini
This should have already been setup this way, but it appears you found a bug ... I will look at the code when I get a chance ... just busy making my laptop work again ... bloody driver update made the thing non-bootable, even safe mode is dead ... (serves me right for buying an ACER ... cheap rubish) thankful for backups ...
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
Iwo
8
8
Posts: 12
Joined: 2008-05-13 09:01
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by Iwo »

Hi,

how to use ecnryption with this SC?

Peter
Last edited by Iwo on 2009-10-28 20:27, edited 1 time in total.
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

Iwo wrote:how to use ecnryption with this SC?
the latest alpha uses encryption with the latest "UVNC SC" ... if you have the DSM in the same directory it will use it, if not, then it will not ...

the latest beta uses "UVNC Server" to establish the connection, [post=61814]the setup of this is described earlier in this thread[/post] ...

i do not use DSM, so i am of little use explaining the setup procedure sorry ...

perhaps someone else in this thread can help ???
Last edited by JDaus on 2009-10-29 01:39, edited 1 time in total.
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
Iwo
8
8
Posts: 12
Joined: 2008-05-13 09:01
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by Iwo »

Are you using "upx -9" ? I think that best setting is: "upx --lzma --best".

Is there option to connect to viewer just after launching exe (w/o options and info screen) ?

Is the latest alpha based on UNVC 1.0.8.0 ?
Last edited by Iwo on 2009-10-29 13:51, edited 1 time in total.
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

Iwo wrote:Are you using "upx -9" ? I think that best setting is: "upx --lzma --best".
Iwo wrote:Is there option to connect to viewer just after launching exe (w/o options and info screen) ?
You can use the count-down-timer, otherwise try:
  • running the uvnc.exe with whatever arguments you want.
    rename the build_7z.ini
    execute builer app
    locate the folder & file "scprompt\uvnc.exe"
    when asked for commandline options, add the ones decided upon in step #1
    When asked if you have tested the app, click no.
Iwo wrote:Is the latest alpha based on UNVC 1.0.8.0 ?
No ... but download it, place the winvnc.exe in the scprompt folder, remove the uvnc.exe, & give it a test ... should work as expected ...
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
magdar444
Posts: 1
Joined: 2009-11-07 17:25

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by magdar444 »

Hello, I'm new here but I thought it was really awesome when I saw this project. I must be missing some vital piece of information though. The connection client I made works perfectly when service mode isn't checked, but if service mode is checked the program doesn't attempt to call out to the internet. I have set ServiceMode=1 and UseSC_Server=1

What am I missing? Are there extra files that need to be included in the scprompt folder for service mode? I did update to the latest scprompt.exe version already.

Any help is greatly appreciated.
Last edited by magdar444 on 2009-11-07 17:35, edited 1 time in total.
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.6.4) 1/1

Post by JDaus »

magdar444 wrote:Hello, I'm new here but I thought it was really awesome when I saw this project.
Hello and welcome to the forum ...
magdar444 wrote:The connection client I made works perfectly when service mode isn't checked, but if service mode is checked the program doesn't attempt to call out to the internet.
When your asking for help, it is usually best practise to give version numbers of the product your talking about ... in this case i know its the latest ALPHA ... so no need, but thought i would let you know all the same.

The Service mode depends on the UVNC SERVER being included into the scprompt package folder. ALPHA software is experimental (even more so than beta :D ) and should only be used once tested properly (had to be said sorry) ...

because the latest RYO version uses UVNC SC application (uvnc.exe in the scprompt folder) you will need to remove this from the package, and add the UVNC SERVER (you can leave it named winvnc.exe, or rename to uvnc.exe ... the choice is yours)

repackage the scprompt release EXE and you should be good to go ... perhaps some further explaination of the following settings is in order within the example_scprompt.ini file ... i will do this right away ...
magdar444 wrote:ServiceMode=1 and UseSC_Server=1
magdar444 wrote:Any help is greatly appreciated.
Thanks ... its always nice to be appreciated :P :twisted:

hope this helps, and let us know how you go ... (maybe it would be easier to just use the UVNC SERVER version in the RYO ... that way all features are available straight away ... anyone object ???

(if size is an issue, you could download the UVNC SC, and replace the UVNC SERVER ... but think most people will not be too worried about the few hundred KB extra)
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.8.0)

Post by JDaus »

Repackaged all updates into a stable RYO release ...

SCPrompt 2009 december stable release

have updated UVNC version to 1.0.8.0, and UVNC Server is used by default in this release (with service mode enabled by default).
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
dghundt
8
8
Posts: 14
Joined: 2009-04-11 21:01

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.8.0) 1/1

Post by dghundt »

The icon generated for the sc application is fuzzy. I tried changing the icons that come by default, but the fuzzy aqua marine icon with an eye keeps being generated when I run the script.
Using the december release.
faba
8
8
Posts: 28
Joined: 2009-05-11 10:08

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.8.0) 1/1

Post by faba »

Scprompt is really great, with Service Mode and the SecureVNCplugin it has everything what is needed.

But there are some problems with the service mode and since it is only needed for Vista is it possible to add a command line parameter to initiate service mode? So service mode can be disabled per default but activated manually in the GUI or through the parameter for Vista? In this case the customer only needs to start a link and the connection is automatically initiated with service mode.
There are also some problems with wrong illustration of vowels. They are fine in the text file but are wrong shown through the program.
I mainly use the SCPrompt for one connection. It would be great if the window could be smaller if only one or few and the manual connection is used. It would be also great to disable the manual connection completely so the window could be very small.

Anyway great program and very powerful, thanks.
Last edited by faba on 2009-12-05 14:27, edited 3 times in total.
z-vap
Posts: 4
Joined: 2009-12-05 17:29

bad zip file header

Post by z-vap »

First of all this is a great project. Thanks a million for the services that you all provide.

Secondly. I wanted to download the Roll your own version, and it is telling me:

bad zip file header

when I try to open it. It lets me unzip it, but I can't be sure that it is not corrupted in some way.

EDIT: Okay never mind. I re-downloaded it, and it is fine. Silly me. I should have tried that in the first place :P
EDIT2: actually I had used a DL Manager (DownthemAll), and that was what was causing the corruption.
Last edited by z-vap on 2009-12-05 18:16, edited 2 times in total.
z-vap
Posts: 4
Joined: 2009-12-05 17:29

custom taskbar ICO

Post by z-vap »

How can I replace the scprompt.exe taskbar ICO with a differnet one?
lwc
40
40
Posts: 90
Joined: 2006-08-08 11:00

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.8.0)

Post by lwc »

JDaus wrote:Repackaged all updates into a stable RYO release ...
But how can one change the language?
I tried, for example, putting this in scprompt.ini:

Code: Select all

LANGUAGE =German
LANGUAGE = LANG_GERMAN
LANGUAGE = LANG_NAME_3
LANGUAGE = LANG_IDENT_3
I even did it with settings_manager.exe just to make sure it's done properly. But none of them worked as it always sticks to English no matter what. Using quotes didn't help either.
Last edited by lwc on 2009-12-11 18:21, edited 3 times in total.
z-vap
Posts: 4
Joined: 2009-12-05 17:29

Re: SCPrompt 2009 (Vista Capable - SC or Server 1.0.8.0)

Post by z-vap »

lwc wrote:
JDaus wrote:Repackaged all updates into a stable RYO release ...
But how can one change the language?
I tried, for example, putting this in scprompt.ini:

Code: Select all

LANGUAGE =German
LANGUAGE = LANG_GERMAN
LANGUAGE = LANG_NAME_3
LANGUAGE = LANG_IDENT_3
I even did it with settings_manager.exe just to make sure it's done properly. But none of them worked as it always sticks to English no matter what. Using quotes didn't help either.

P.S.
Did anyone try to use [topic=16247]the new -sc/sc_prompt/sc_exit command line options[/topic]?
Have you tried removing it all together? Supposedly it will revert to the system language of the OS
Post Reply