Search found 11 matches

Go to advanced search

by micamoita
Wed May 26, 2021 8:35 am
Forum: Common Problems
Topic: Prerequisite not installed when launched as System
Replies: 2
Views: 3622
 
Jump to post

Re: Prerequisite not installed when launched as System

I came to a solution. It seems that when launched as System, the [AppDataFolder] folder resolves not to a user-bound space, but directly on C:. This probably causes problems with extraction of the prerequisite, since this folder is the default base path for prerequisite extraction (as configured in ...
by micamoita
Tue May 25, 2021 9:49 am
Forum: Building Installers
Topic: Running prerequisite setup with logging if parent was
Replies: 3
Views: 6483
 
Jump to post

Re: Running prerequisite setup with logging if parent was

Hello Catalin,

That's what I suspected.
thanks for your feedback!

Regards
by micamoita
Mon May 24, 2021 5:40 pm
Forum: Common Problems
Topic: Prerequisite not installed when launched as System
Replies: 2
Views: 3622
 
Jump to post

Prerequisite not installed when launched as System

Hello, My setup integrates an msi prerequisite, which is set as feature-based. I'm having an issue when launching my setup with System user: only in this case, the prerequisite setup fails to launch (or perhaps even to extract: it should be launched with logging flags itself, but that log isn't crea...
by micamoita
Fri May 07, 2021 11:54 am
Forum: Building Installers
Topic: Running prerequisite setup with logging if parent was
Replies: 3
Views: 6483
 
Jump to post

Running prerequisite setup with logging if parent was

Hello,

Is there a way to know if my setup project was launched with logging flags (/l*v on exe bootstrapper)?
My desire is to run a prerequisite setup with logging (in Install Command Lines section of the prerequisite), in case my own setup was launched with logging flag.

Regards,

Michele
by micamoita
Mon May 29, 2017 3:54 pm
Forum: Common Problems
Topic: Installer fails due to missing digital signature on Powershell scripts, even if they're signed
Replies: 6
Views: 8531
 
Jump to post

Re: Installer fails due to missing digital signature on Powershell scripts, even if they're signed

Hi Sorin, I followed your suggestion, adding my signed scripts as temporary files, and pointing to them with [TempFolder] inside the custom action properties. Unfortunately, the result is almost unchanged: it seems like a temporary copy file is still created and executed instead of my signed one. He...
by micamoita
Wed May 24, 2017 9:35 am
Forum: Common Problems
Topic: Installer fails due to missing digital signature on Powershell scripts, even if they're signed
Replies: 6
Views: 8531
 
Jump to post

Re: Installer fails due to missing digital signature on Powershell scripts, even if they're signed

Hi Sorin, I understand this may solve the issue with the scripts' digital signature. However, this will prevent me from running the scripts during the initial setup stage (before "Files and Folders" are copied to the target machine), am I right? Is there a workaround for this hurdle, too? ...
by micamoita
Tue May 23, 2017 3:26 pm
Forum: Common Problems
Topic: Installer fails due to missing digital signature on Powershell scripts, even if they're signed
Replies: 6
Views: 8531
 
Jump to post

Installer fails due to missing digital signature on Powershell scripts, even if they're signed

Hi, I'm facing an issue with a setup project that contains 3 powershell scripts as custom actions. Target machines now demands (for security policies), for all scripts, a valid digital signature. Originally, these scripts were set as Run PowerShell inline script custom actions, so the weren't digita...
by micamoita
Fri Jun 19, 2015 4:52 pm
Forum: Building Installers
Topic: .NET Framework prerequisite inclusion
Replies: 1
Views: 2604
 
Jump to post

.NET Framework prerequisite inclusion

Hello, I have a question regarding .NET framework inclusion as a prerequisite inside a setup package. What is the difference between a normal inclusion (let's say ".NET Framework 3.5 SP1") and its "web install" one? What exactly gets included in the package in one case and the ot...
by micamoita
Thu Jun 04, 2015 11:07 am
Forum: Common Problems
Topic: Installing .NET ActiveX as current user
Replies: 1
Views: 2609
 
Jump to post

Installing .NET ActiveX as current user

Hi, I'm having hard times figuring out how to install my ActiveX component, which is developed as a .NET assembly, without the generated setup package needing to be launched as administrator. To be more precise, I am in need of installing this component without administrator privileges, and I'm fine...
by micamoita
Mon Feb 03, 2014 11:21 am
Forum: Common Problems
Topic: Error embedding Jar and adding it to classpath
Replies: 2
Views: 2573
 
Jump to post

Re: Error embedding Jar and adding it to classpath

The error while setting the JAR is resolved as of AI 10.9. However, the "can't find main class" error remains.
I'm not allowed to send you the JAR, so as for now I fall back on a third party Jar-exe wrapper.
I'll let you know if I find a solution or if I need further assistance.
by micamoita
Fri Jan 31, 2014 9:35 am
Forum: Common Problems
Topic: Error embedding Jar and adding it to classpath
Replies: 2
Views: 2573
 
Jump to post

Error embedding Jar and adding it to classpath

Hello, I have a question regarding an installer project designed to install a Java application. I have a Jar with a main class that needs to be executed. In the Java Products section I created a product, but trying to add my Jar to the classpath section ([JAR(s)...] button) or even trying to add it ...

Go to advanced search