Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all 2105 articles
Browse latest View live

Signed installer is not signed after distribution

$
0
0
Hi all,

I'm just testing out using a signed installer using a newly purchased certificate.

I have a test SUF project with no real code, just a couple of files.

I add in the details in the 'code signing' tab of the Build Settings dialog and then build the installer.

On my Development system
--------------------------
When I run the installer in my development system (Windows 7 Enterprise x86) I get the Windows UAC dialog displayed showing the the installer is signed by my company. If I show the certificate details etc then all looks fine. :yes

On another system
------------------
I then copy the 'setup.exe' file across to another system (Windows 7 Professional x64) as if this was a customer system where our software is going to be installed.

But when I run the installer the UAC dialog that comes up saying that the "Publisher is unknown".

What have I done wrong?

I'm using SUF 9.5.1.0.

My 'signtool.exe' is from the Windows 8.1 SDK (v6.3.9600.17298).

Cheers,
Dave

Path to App Shortcut Folder

$
0
0
Is there any way to get the full path to App Shortcut Folder (%AppShortcutFolderName%)?

install drivers

$
0
0
how can a driver (inf, sys, cat) installed with setup factory / start?
I can take a detour by a batch I used but I do not want!

Files read-only after install

$
0
0
hi

My setup copies DBISAM database files to : C:\ProgramDate\myApplication\Data

When starting the application the datase files are marked as read-only (seems to be
a Windows thing for security)

How can i mark/set them to 'normal' so the user can run the application?

Regards Peter

New Setup Factory website is live

IrSetup.exe not passed by Deepguard scanner

$
0
0
A couple of our customers mentioned to us that when they install software made by us with SetupFactory, that they get a response from their virusscanner. You find the message from the virusscanner below (translated from Dutch to English it reads :

F-Secure client security (virusscanner)
Application is blocked
Deepguard has blocked an application as it is is an application that is not used often.
Application : irsetup.exe
Cause : rare application

IrSetup.exe is part of SetupFactory. We did sign our setup with a recent certificate for code signing from Comodo.

Could it be that irsetup.exe is not signed ?
Can this blocking be avoided by using a higher version of SetupFactory (we are using 9.2) ?
Are there other possiblities to avoid this blocking ?


Attachment 12895
Attached Images

Check the Client's System Settings for Display Size

$
0
0
Is it possible to check the client's Windows system settings for desktop display size? My application requires the client's computer be set to Smaller (default) display size (96 DPI). I see how to check for installed RAM, screen resolution and color depth, but I don't see where to specify display size.
Attached Images

web installer error

$
0
0
Does anyone know why I keep getting this error message with web installers created with Setup Factory?

This is happening with web installers where all required files are contained within the installer itself - so these messages should not be appearing.



It only ever happens with software packaged in Setup Factory created web installers. This even happens with a legacy version of AMS (v5.0) packaged in a Setup Factory created installer.

Is it a glitch with the installer itself? Or some kind of software clash on my system? Seems to happen on both my laptops as well as my desktop system (which each are running WinXP-S3).

Certified for Windows

$
0
0
Our software comes very close to passing Certified for Windows. However, we fail on one part. "A non-optional value 'ProductVersion' is missing or invalid for program ECC-GLOBE." and "How to fix: Add the necessary info to the app’s Windows Installer package so it can configure Add/Remove Programs in Control Panel correctly. Setting these properties automatically writes the corresponding values into the registry. See link below for more information: "

How do I go about doing this in SetUp factory? We are storing the version in %ProductVer% (4.0.12) but this doesn't work.

Crypto Quistion

$
0
0
hi all
Code:
val=[[/wEPDwUJODE0NjAxNjI3D2QWAmYPZBYCAgMPZBYCAgkPZBYEAgUPFwcFB
khlaWdodAcAAAAAAEiIQAUEQkFTRWQFBHJzSUQFFENyeXN0YWxSZXBvcnRTb3VyY
2UxBQNjc3NlBQJwbQspe0NyeXN0YWxEZWNpc2lvbnMuV2ViLlByaW50TW9kZSwgQ
3J5c3RhbERlY2lzaW9ucy5XZWIsIFZlcnNpb249MTAuMi4zNjAwLjAsIEN1bHR1c
mU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49NjkyZmJlYTU1MjFlMTMwNAEFD1Jlc
G9ydFZpZXdTdGF0ZRcGBQpEZXNpZ25Nb2RlaAUSUGFnZVJlcXVlc3RDb250ZXh0F
wMFClBhZ2VOdW1iZXICAQUVSXNMYXN0UGFnZU51bWJlcktub3duZwUOTGFzdFBhZ
2VOdW1iZXICBAUHRmFjdG9yeQWWAUNyeXN0YWxEZWNpc2lvbnMuUmVwb3J0U291c
mNlLlJlcG9ydFNvdXJjZUZhY3RvcnksQ3J5c3RhbERlY2lzaW9ucy5SZXBvcnRTb
3VyY2UsIFZlcnNpb249MTAuMi4zNjAwLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVib==]]

dec = Crypto.BlowfishDecryptString(val, "bla_bla");
Dialog.Message("Notice", dec, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
the result always the same
even with different passwords
why ??

network visibility and temp folder

$
0
0
Hi all

I have a question to use file.runAs, how can I prevent from a pc connected into a network seeing the temp folder when ams is open? I mean, I try to disable temporaly the netman service only if ams 8 app exe is open, Anybody can tell me which commandline should I use to disable the network.

Note: I am referring to a network with several PCs I dont want cut the internet connection to the final user where is the ams8's exe being executed at.

Example:

Code:
 cmdReg = 'REG add \"HKLM\\SYSTEM\\CurrentControlSet\\services\\Netman\\" /v Start /t REG_DWORD /d 4 /f';

    if File.DoesExist(_WindowsFolder.."\\regedit.exe") then
      nResult = File.RunAs(_WindowsFolder.."\\regedit.exe", cmdReg, _WindowsFolder, SW_SHOWNORMAL, true, "Administrador", "", "", LOGON_WITH_PROFILE);
    end
Any idea why is not being changed when I go to my regedit and that value is still not changed?

Thanks

CDD Files

$
0
0
I have downloaded some program that easily cracked my own compiled project. After ******** I see all my code and code's comments! Let's imagine: I cook very tasty pie, and some guy ask me to sell it for him. Then I sell pie. BUT I don't sell a recipe of the pie for him, I sell only pie. Why projects compiled not as binary files? Why ams distributes a my recipe? Is there way to compile only binary code without distributing of source code?

HTTP.TestConnection + https

$
0
0
Recently the URL that I was checking for an Internet connection switched from http to https. So I changed the line of code below from:

Code:
local bConnected = HTTP.TestConnection("http://mywebsite.com.au", 20, 80, nil, nil);
to:

Code:
local bConnected = HTTP.TestConnection("https://mywebsite.com.au", 20, 443, nil, nil);
But this always reports failed

Is the HTTP.TestConnection supposed to work with URLs that use https? Perhaps I have the incorrect syntax?

Install same file to multiple locations

$
0
0
Hi folks,

I need to install the same source file into two locations on the customer system.

I know that I can install it once and then "file.copy" it across to the other location but I wondered if there was another way of doing this. If I use the "file.copy" method then I have to remember to add an additional entry to the uninstall commands - which is doable but is more work (and at some point I will probably forget it).

The more automated I can make this the better, because the number of locations will probably increase.

Cheers,
Dave

Loading Image into ImageObject on Page 2 while being on Page 1 (without switch there)

$
0
0
Hello guys,
For my question see the subject line. I have the problem that I can not change the loaded image of the object, while I am on a separate page. Is there any possibility to do this?

Greetz, NetDaemon

Vbs Script

$
0
0
Hello,

I would like to display device IP on Windows legal screen. Does anyone know how to do this?

I tried but no luck getting the IP to display. Below is thr script I tried changing. The legal text works fine and display IP with a pop works. I'm trying to get the IP to display in the legal captions. Is there a better way to do this. Sysinternals did not work. Thanks

Code:
trComputer = "."
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Set IPConfigSet = objWMIService.ExecQuery _
    ("Select * from Win32_NetworkAdapterConfiguration Where IPEnabled=TRUE")

For Each IPConfig in IPConfigSet
    If Not IsNull(IPConfig.IPAddress) Then
        For i=LBound(IPConfig.IPAddress) to UBound(IPConfig.IPAddress)
           'WScript.Echo "Your computer IP address is: " & IPConfig.IPAddress(i)
        Next
    End If
Next


set wShell = CreateObject("Wscript.Shell")



Const POLICY_KEY = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\"
Const sIPaddr = "& IPConfig.IPAddress(i)"
strLegalCaption = sIPaddr
Const LEGAL_TEXT_VALUENAME = "legalnoticetext"

strLegalText = strLegalText & "The Hamilton Township School district (HTSD) Network incorporates all electronic communication systems and equipment at the Central Board of Education. This Network Acceptable Use Policy (AUP) sets forth the standards by which all Users may use the shared HTSD Network." & vbcrlf & vbcrlf
strLegalText = strLegalText & "The HTSD Network is provided to support the district and its mission of education, service, and research. Any other uses, including uses that jeopardize the integrity of the HTSD Network, the privacy or safety of other Users, or that are otherwise illegal are prohibited. The use of the HTSD Network is a revocable privilege." & vbcrlf & vbcrlf
strLegalText = strLegalText & "By using or accessing the HTSD Network, Users agree to comply with this AUP and other applicable HTSD policies which may be implemented from time to time, as well as all federal, state, and local laws and regulations. Only Users are authorized to use and/or access the HTSD Network.The term (User) refers to any faculty, staff or student associated with the HTSD, as well as any other individual with access to computers or other network devices that have been approved by the Technology Department for ITS Communication Technologies for connection to the HTSD Network. This definition includes, but is not limited to, contractors, visitors, and temporary affiliates." & vbcrlf & vbcrlf
strLegalText = strLegalText & "By selecting OK, you are agreeing to the terms of the HTSD Acceptable Use Policy." & vbcrlf & vbcrlf

' Copy the line above and repeat for each paragraph in the legal notice.
' Remember it is best to limit your notice to two paragraph that contain no more than 4
' sentences.

wShell.RegWrite POLICY_KEY & LEGAL_CAPTION_VALUENAME, strLegalCaption, "REG_SZ"
WShell.RegWrite POLICY_KEY & LEGAL_TEXT_VALUENAME, strLegalText, "REG_SZ"

Testing Articles

OK, Developer Chat is Back!

$
0
0
Found this forum category today while moving things to the new server... Figured there might be some useful development stuff in here.

If you find any issues with the new forum software, please let me know here.

irsetup.exe remains (not deleted) from _TempLaunchFolder

$
0
0
Using SUF 9.5, in some setup projects, after exiting the setup, the IRSETUP.EXE file remains in the _TempLaunchFolder. This does not happen with all projects and I am trying to figure out what are the situations where IRSETUP.EXE will remain?

PDF Object

$
0
0
The current PDF object relies on installation of Adobe Reader.

Modern operating systems, e.g. Microsoft Windows 10 and some browsers will at the very least read PDF files without other software installed. Microsoft Edge may be used to read PDF files. Therefore there is little need to install Adobe Reader; especially for casual use.

Could you please remove the dependency on Adobe Reader in the PDF object? I realize this may require a rewrite however there are a plethora of pdf software components now available.

Regards
David



Viewing all 2105 articles
Browse latest View live