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

How to create empty folder (like TMP) in %AppFolder%?

$
0
0
When I add files to SF project with subfolders SF ignore empty folders.
How to create empty subfolders in %AppFolder% (like %AppFolder%\TMP)

Error reading registry key

$
0
0
Hi,

I have the following code :

Code:

if (not Registry.DoesKeyExist(HKEY_CLASSES_ROOT, "CielGestionCommerciale.Application\\CLSID")) then
        Dialog.Message( "Warning", "App is not registered on this pc !");
        Application.Exit();
        else
        CielGestionCLSID = Registry.GetValue(HKEY_CLASSES_ROOT, "CielGestionCommerciale.Application\\CLSID", "");
        Dialog.Message("CLSID", CielGestionCLSID );
end

I want to get the (Default) value of the CLSID and according to the documentation, I must pass "" as parameter.

Any clue ?
thanks in advance,
Domi.

the Registry.DoesKeyExist works fine but I get the following error on the Registry.GetValue :

Code:

On Startup, Line ..:3 arguments required.
Stack Traceback...

Question RE: _UninstallStages

$
0
0
We're running our product uninstall on a scheduled task; it's a companion to another product and won't be needed if its' companion product is uninstalled. To accomplish this, in Uninstall OnStartup, I check for the existence of the companion product's uninstall key; if found, we bail, if it's not found, we proceed with the uninstall.

The problem I'm having is that even if we bail in OnStartup, Uninstall.exe is deleting itself, so isn't there the next time the scheduled task runs. My question is: if I set _UninstallStages{RemoveUninstallFiles=false}, will this prevent the uninstall.exe from being deleted?

Thanks!
DDoutelMS

Update: No, that doesn't work; is there a way to prevent uninstall.exe from deleting itself if I bail without uninstalling the archive files?

how to change Initializing screen

$
0
0
I want to change this Initializing screen(see picture) into my customize loading screen.
How to do this?
Attached Images

New Version Available 9.3.0.0

$
0
0
Today (June 11, 2014) we have released a new version of Setup Factory (v9.3.0.0). Commercial users can download the new full installer from your customer portal.

This release contains the following features and bug fixes:
  • Feature: Added support for Right-to-left text on the Setup screen based on the RTL value in the language map.
  • Fix: Fixed a bug where importing language files using the 'Import' button on the Languages dialog would not save it's location. This resulted in the language file not being found upon future editing of the project file.
  • Fix: Fixed a bug where the 'All Future OSs' OS condition checkbox would fail to load it's saved state correctly.
  • Fix: Fixed a bug in the loading and saving of OS conditions (file and system requirements) that was introduced in version 9.1.1.0. This issue resulted in incorrect OS conditions being selected when loading projects created prior to 9.1.1.0. As a result, users should double check their operating system requirements in their projects on the Requirements tab of project settings, and any file conditions they've set. We apologize for the inconvenience.
  • Fix: Implemented resizing of the Operating System checkbox tree on the Requirements tab of Project Settings.
  • Fix: Changed the Windows Installer 4.5 (32-bit) dependency module's detection script so that it doesn't try to install on Windows 8 or later OS's.
  • Fix: Changed the Windows Installer 4.5 (64-bit) dependency module's detection script so that it doesn't try to install on Windows 8 or later OS's.
  • Fix: Fixed a couple issues in the 'File.Copy' action where the 'AbortOnFail' parameter wasn't working properly, and progress wasn't handled correctly upon failure.
  • Fix: Fixed a bug where the second optional argument of the 'Window.Close' action was mistakenly required at runtime.
  • Fix: Some minor changes to Setup Factory's installation regarding reinstallation.

Inf Driver File Install - SetupCopyOEMInf

$
0
0
Thanks to Microsoft Win 8.1 enhancements, we now have to install an INF file to update a HID driver.
After creating it, creating an associated CAT file and signing it, it works from the desktop with right clicking and selecting Install.

But we have two issues:
- I would like to do this from the installer. How would I use SetupCopyOEMInf, which is recommended for this purpose here:
http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
- I also have to remove any previous PID keys, since the inf install does not update configured devices in the registry. Has anybody done this? It is messy, since there are a couple of differing keys for each entry.

Thanks,
-- Harald

HKEY_LOCAL_MACHINE Key Permissions

$
0
0
I am installing as administrator, but under Windows 8.1 I am unable to create certain keys in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\U SB.

This is refused both in regedit running under admin mode and in the installer. This stuff works fine on Windows XP, so it looks like a permissions issue that is new.

Is there a way to change permissions on these keys via script? Admin does not appear to be enough!

I might be ok, since I only have to change a value, if the key exists. And that seems to work.

Having a problem with DLL.CallFunction on Win8.x

$
0
0
Hey guys,

Any thoughts as to why DLL.CallFunction would work fine under XP SP3-Win7, but fail to load with an error 2400 on Win8.x?

Thanks!
DDoutelMS

overwrite file in use dialog to always install/uninstall on restart

$
0
0
Hi,

Is there any way I can overwrite the file in use message box to always install or uninstall the file that is use at restart? I don't want the message of file in use to be displayed , but I want the option "Ignore" to be selected by default when the file is in use ( to always install/uninstall the file at restart and files that are in use). I was thinking to set the silent flag at INSTALL_STAGE_INSTALLING_FILES, and then set back to not silent on MSG_PROG_CREATING_UNINSTALL, will this work or is there any other way to not show the file in use notice dialog?

Thank you

Service.Create

$
0
0
I noticed in the Service.Create action that there is not a parameter for Description.

To create this entry, am I going to have to create it in the registry using Registry.SetValue?

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\somename\Description

Thanks in advance!

Unable to install SQL 2008 R2 Express to windows 8.1 PC.

$
0
0
We are unable to get the sql 2008 R2 Express (64bit) version to install to a windows 8.1 pc.

We have updated to 9.3 and we still receive a message stating that 2008 SQL R2 needs windows installer 4.5.

How can we override this?

We have tried installing windows installer 4.5 but we get the message that installer 5.0 is already installed.

New Version Available 9.3.1.0

$
0
0
Today (June 19, 2014) we have released a new version of Setup Factory (v9.3.1.0). Commercial users can download the new full installer from your customer portal.

This release contains the following bug fixes:
  • Fix: Fixed a bug where projects would fail to load if they contained a GroupBox screen control.
  • Fix: Fixed a bug where projects containing a GroupBox screen control would cause the project file format to be incorrect. This affected projects from 9.0.0.0 until 9.3.0.0.
  • Fix: Fixed a bug where Setup Factory 7, and 8 projects would fail to load.

Dependency file not found when building project. SetupFactory 9.0.1.0

$
0
0
I'm using Setup Factory 9.0.1.0 trying to build an installer for a NET 4.0 WPF desktop application. Everything seems fine, but when I try to build the project, I get an error on the build:

Build failed.
-------- Errors ---------
Compressing files...
Error 2090: Dependency file not found: C:\Program Files (x86)\Setup Factory 9\Dependencies\dotnet4\dotNetFx40_Full_x86_x64.exe
--------------------------

And indeed such file does not exist on my machine. In fact, there is no directory named 'dotnet4' in the 'Dependencies' folder. Any clues as to why this is happening? I've tried re-installing Setup Factory a few times and that didn't help.

If I configure the setup project and do not make any NET library a prerequisite, the build goes fine and the resulting setup.exe file properly installs the application. That works because I already know that I have NET 4 on my machine.

Why would I not even have the

C:\Program Files (x86)\Setup Factory 9\Dependencies\dotnet4\

folder on my machine?

Any suggestions are welcome.

Update from previous version

$
0
0
I havve downloaded version 9.3 and was about to install when it asked to uninstall the current version. That is a worry for me because I have lots of custom language files and dialogs.

Will uninstalling version 9.2 remove those so that when 9.3 is installed they will not be used or even worse... overwritten by default language files?

Why can't a minor update simply overwrite existing files?

Cant find Update.Exe

$
0
0
Whenever I try to run the update, I get the following message:

Runtime Error!

Program:C:\ProgramData\IndigoRose\Setup Factory\9.0\update.exe

abnormal program termination


I'm trying to upgrade from 9.0 to 9.3, but my download was the 9.1 version. How do I get to update to 9.3? Is there a 9.3 version available for download?

Thank You

Yehuda Nathan:huh

custom icon in the advanced settings not working in 9.3.1

$
0
0
Hi,
I have upgraded from 9.2.0 to ver9.3.1 and noticed that the following bugs

1. in the advanced settings, the custom icon is not working.
After I set it, save it and exit setup factory. Open the project file again, the settings disappear.

furthermore, when I build the installation program, the custom icon did not show.

The hide taskbar has the same problem also.

pls check.
thanks

how to detect the user has aborted the installation

$
0
0
Hi,

Is there any way to detect that the user has aborted installation while installing the files (e.g. clicking the close button on top while installation in progress) or installation aborted due to the fact that the installation encountered some errors?

thanks

Show windows command running into Scrolling Text Progress

$
0
0
Hi

I want to show command sqlcmd to attach database into Screen : Scrolling Text Progress, How can I do that?

Thanks,
Wiwa

Gif Animated

$
0
0
I add gif file to screen by using billboard and setting up as attachment , but it is not working.

Please help and Thank you

Wiwa

Attachment 12623
Attached Images

setup factory found virus

$
0
0
Hi,
I have update a installer to goggle driver but when user download it.
goggle warn that file "Sorry, this file is infected with a virus".

and I ceate a test exe uplaod to "virustotal" to analysis.It is has "Virus.Win32.Part.a".
the report URL:https://www.virustotal.com/en/file/2...is/1405647537/

I am sure my computer do not infected.
my setup factory version is 9.3.1.0
Viewing all 2105 articles
Browse latest View live