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

Error 2090

$
0
0
I am using Windows 8.1 (x64) with VS2013 V3 and SUF 9.3.1.0

I have a setup using .net X64 and have the following error message:-

Compressing files...
Error 2090: Dependency file not found: C:\Program Files (x86)\Setup Factory 9\Dependencies\msi45x64\WindowsServer2003-KB942288-v4-x64.exe

Build failed - 1 Error(s), 0 Warning(s)

I have downloaded the above file, run it as administrator, restarted Windows and still get the same error.

Incidentally, I have only select windows 7, 8 and 8.1 in the setup so I don't understand why it is asking for the above file anyway. Any help would be appreciated.

Regards
Peter

Visual C/C++ 2013 Dependency Module?

$
0
0
This has been out for a while. Has anybody built the dependency file?

User installation folder for registry settings

$
0
0
I'm trying to use the variables to generate the registry files based on installed directory. I need to set the installfolder in the registry based on where the user chooses to install the program, not just the default location. If they chose to install MyProgram in d:\someprogram\ I need the registry installfolder to read d:\someprogram\MyProgram\

Call URL before and after install

$
0
0
We are having some problems where users seem to register and download our software but never then login.

Is there any way I can call a URL when the installer starts and a different one when the installation ends? We would use this to estimate installs started and not finished to locate potential issues.

Thanks

How do you ouput " using TextFile.WriteFromString?

$
0
0
Hi all,

Just wondering how I can output and update a text file with a full path including the quote " character.

basically I want to update a file path that is inside a batch script.

thanks in advance.

How to add Minimize Button to installation screens?

$
0
0
The help file in SUF 9.2 talks about a minimize button on the screens, but I cannot get one to show up. How do I get the minimize button to show on my screens? Thanks.

How do you get the full session trail?

$
0
0
I am using: sqltempVar = SessionVar.Get("%sqltempfolder%");

in my %sqltempfolder% session I have: %ProgramFilesFolder%\Your Product\sqltemp

When I use the sqltempVar it will output exactually the above in my output result.

How do I get it to include the %ProgramFilesFolder% also? i.e C:\ProgramFiles etc rather than the %ProgramFilesFolder% text.

Do I need to concatenate the session vars some how?

thanks for any help in advance.

"Pushing" a Setup Factory install

$
0
0
We have customers that use various forms of push installation technology to install the client portion of our solution. Our current installs are MSI-based. The customers have tools that read the MSI and create the package they need to use with their push tools.

As we are moving to Setup Factory, and thankfully away from MSI, I'm wondering if anyone has experience with using Setup Factory installs with various push installation systems.

Any feedback based on your experience would be appreciated. Thank you!

Greg

irsetup.exe is getting crashed on Server 2012 Core HyperV

$
0
0
Running Installer on Free Hyper-V Server 2012
When running an installer created with Setup Factory 9.2 on the Hyper-V 2012, an error is encountered:

---------------------------
irsetup.exe - Application Error
---------------------------
The application was unable to start correctly (0xc000007b).
---------------------------

This same installer runs fine on Windows Server 2012 and 2012 R2.

Is there any way around this issue or if not, will installations on Hyper-V 2012 be possible in any future release?

Please Help...!

Thanks.

Working with XML files

$
0
0
Hello.
I am new to the forum and not advanced in SF, so I would appreciate your help very much.

What I need to do is to insert a program path into my XML file after the install. Although I have already searched quite a lot I am having troubles with that. It works fine with INIFile.SetValue but somehow I am unable to repeat this with XML. Here is what I need to do (at least as far as I have understood):

1. Search for the installed XML file after the install:
XML.Load(SessionVar.Expand("%FolderA%".."\\AAA\\ex e.xml"));

2. Insert my product path saved in a variable:
XML.SetValue("Section1/Section2/Element", "%FolderA%\\BBB\\Program.exe", false);

3. Save the changed XML file:
XML.Save("%FolderB%".."\\exe.xml");


No problems with step 1. In step 2 I am unable to insert the path, which is inside the %FolderA% variable, into the XML file. It simply shows as %FolderA%, not as a correct path. In step 3 same problems with setting correct variables to be able to save the file into the correct location...

Finally I was even trying to save my file on my desktop using:

SessionVar.Set("%Desktop%", "C:\Users\XNOTE\Desktop" );
Desktopx = SessionVar.Expand("%Desktop%");
XML.Save("Desktopx".."\\exe.xml");

...and obviously it did not work.

Thank you in advance for any help!

Registry settings for MS Access

$
0
0
Hi. I have moved to Setup Factory from another installer. In the past I could set up a Registry edit to turn off the VBA warnings in MS Access. I don't seem to have something right now as it won't write to the registry with the code I'm using. If I delete the registry line for MS Access Security and run the installer it does not create or set it.

Any suggestions? This was pasted from the Pre-Intall Actions. It is line 01, and 02

Registry.CreateKey(HKEY_CURRENT_USER, "Software\Microsoft\Office\12\Access\Security" );
Registry.SetValue(HKEY_CURRENT_USER, "Software\Microsoft\Office\12\Access\Security" , "VBAWarnings", "1", REG_DWORD);

"irsetup - Failed to load output file"

$
0
0
Hi,
When trying to run the setup we are getting an error as "irsetup - Failed to load output file".

Please suggest.

...
Thanks'

A full sample of Setup Factory project for a full process installation

$
0
0
Hello,

Where could we find a full sample project where further features be executed than only basic ones:
1. Pre-install MS SQL Server allowing to select Server Name from a combo, to enter User ID and Password.
2. Run a SQL Script in order to create a database and populate its tables.
3. Execute the basic installation process
4. Re-write a web.config file according to local variables.

We are evaluating ten days ago this product but it has been exhausting trying to make it work and now we feel that we are wasting our time because it is very hard to find these features in this forum because of lack of information about it.

Please, let me know if those features are not able to execute your product.

Thanks!,

Leonardo
PM

New Version Available 9.3.2.0

$
0
0
Today (September 4, 2014) we have released a new version of Setup Factory (v9.3.2.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 some settings on the Project Settings dialog would fail to load properly.
  • Fix: Fixed a bug where the Select Packages screen wasn't showing the correct package size in it's description when the "AdditionalDiskSpace" value was set using the SetupData.SetPackageProperties action.
  • Fix: Fixed a bug where setting the "CreateUninstall" item in the _InstallStages table to false would cause an error while installing files.
  • Fix: Fixed a bug where the uininstall would sometimes hang during it's final cleanup phase.

License Agreement Background

$
0
0
Hello,

i hope iam right here, because i have a little problem.

I tryed to implement a background into the License Agreements via HTML.
and i used this code for example:

Code:

<body style="background-image:url(http://www.XXXXX/XXX/XXX.jpg)">
This solution works great! But is there any way to implement the background file directly in Setup Factory, just for the case i will shut down my webserver ;)

I mean, i can move files into the archiv, but all of them want a destination, is there any way to put the destination on "local use" and i can use this file like:

Code:

<body style="background-image:url(%LOCALUSE%/Background.jpg)">
Thanks for the help and best regards
Chris

Icon Setup file

$
0
0
Hey guys,

how can i change the Setup icon?

I found this thread
http://www.indigorose.com/forums/thr...con-file-setup

Quote: Not currently... ... .. but very soon you will be able

i hope soon is now? I dont want the standard icon in the windows control panel :p

Is there a way to change it?

Cheers
Chris

irsetup error pop up message

$
0
0
I am getting the following pop up message/error during installation irsetup Removed! 1
Any idea what is wrong or how I can get rid of this message?
:huh

Problem with dependency module

$
0
0
I am new to Setup Factory, but I have been asked to help create an installation using Setup Factory v8.0 on a Windows v8.1 HP laptop. I think I've gotten it figured out fairly well. The application to be installed connects to a remote MySQL database. So I need the installation process to install the MyODBC driver, if it is not already on the target system.

I took a dependency module I found on this site (http://www.indigorose.com/forums/thr...le-MyODBC-3.51), and updated it for v5.3.4. I believe I got everything adjusted I need to. Everything works fine, except the install process does not seem to be able to install the separate MyODBC driver.

The log file reports, "Error Script: Dependency Installation Script: MyODBC 5.3.4, Line 64 (1013)". Line 64 of the installation script is, "local nResult = File.Run(strFileToRun,"","",SW_SHOWNORMAL,true);" - obviously this is where it tries to run the MyODBC install. That install file is an MSI file (MySQL-connector-odbc-5.3.4-win32.msi).

Because I have not yet been able to find definitive info on this, I am wondering - can Setup Factory handle installing an external MSI file? Or does anyone have any other ideas?

License Agreement Background

$
0
0
Hello,

i hope iam right here, because i have a little problem.

I tryed to implement a background into the License Agreements via HTML.
and i used this code for example:

Code:

<body style="background-image:url(http://www.XXXXX/XXX/XXX.jpg)">
This solution works great! But is there any way to implement the background file directly in Setup Factory, just for the case i will shut down my webserver ;)

I mean, i can move files into the archiv, but all of them want a destination, is there any way to put the destination on "local use" and i can use this file like:

Code:

<body style="background-image:url(%LOCALUSE%/Background.jpg)">
Thanks for the help and best regards
Chris

Setting registry values and using the %AppFolder variable

$
0
0
I have some registry values that need to be set that are very long. I use the following in order to get the appfolder value:

Code:

app_folder_result = SessionVar.Expand("%AppFolder%");
I am trying to set the registry using this code:
Code:

Registry.SetValue(HKEY_CURRENT_USER, "Software\\My_Software\\V20.0\\Java", "ImageFile", app_folder_result .."\\Images\\my_image.png;"app_folder_result .."\\imageFile2\\my_image2.png;" app_folder_result .."\\JRE\\1.3\\lib\\tools.jar;"app_folder_result .."\\JRE\\1.3\\lib\\rt.jar", REG_SZ);
So the actual key value would be something like this:
C:\Program Files (x86)\My_Software\Images\my_image.png;C:\Program Files (x86)\My_Software\imageFile2\my_image2.png;C:\Prog ram Files (x86)\My_Software\JRE\1.3\lib\tools.jar;C:\Program Files (x86)\My_Software\JRE\1.3\lib\rt.jar

So the question is how to use the appFolder variable multiple times within a single string. Thanks in advance for helping me out
Viewing all 2105 articles
Browse latest View live