Search found 15 matches

Go to advanced search

by skywalker
Fri Sep 01, 2017 3:31 pm
Forum: Building Installers
Topic: installation progress
Replies: 1
Views: 2216
 
Jump to post

installation progress

Hello!

Is there a way that it shows me which package is being installed during the installation? maybe in %?
Actually it is only showing "Installing xy...."
(Feature-based)

thanks
by skywalker
Fri Aug 04, 2017 8:05 am
Forum: Building Installers
Topic: LaunchFile: msiexec in cmd
Replies: 3
Views: 3346
 
Jump to post

Re: LaunchFile: msiexec in cmd

Well, this is now working with your advice.

thank you Sorin :)
by skywalker
Thu Aug 03, 2017 1:59 pm
Forum: Building Installers
Topic: LaunchFile: msiexec in cmd
Replies: 3
Views: 3346
 
Jump to post

LaunchFile: msiexec in cmd

Hey,
I have a big xy.cmd that is launched with Custom Action -> LaunchFile
The problem is that he isn't installing a little program with the following line:
msiexec /i c:\xy.msi /qn

When I run this xy.cmd as admin then it works.

I tried it with "Run as Administrator" and "Run under the LocalSystem ...
by skywalker
Wed Aug 02, 2017 9:28 am
Forum: Building Installers
Topic: Execution order
Replies: 3
Views: 3593
 
Jump to post

Re: Execution order

SQL Express Advanced 2014 is installed Feature-Based. On a clean Win10 installation dotnet3.5 is not installed, which is needed for SQL.
I have found now this http://www.smart-arab.com/2013/12/install-net-on-windows-8-1-and-windows-10-offline/ to install dotnet3.5 offline.
This is working for me ...
by skywalker
Tue Aug 01, 2017 3:26 pm
Forum: Building Installers
Topic: Execution order
Replies: 3
Views: 3593
 
Jump to post

Execution order

Hey,
where can I determine that the Windows Features will be installed first?

Can I basically control somewhere which will be first executed?

Does it depend on the order in which I build it?


thanks
by skywalker
Tue Aug 01, 2017 3:18 pm
Forum: Building Installers
Topic: Create folder with user rights IUSR
Replies: 5
Views: 14477
 
Jump to post

Re: Create folder with user rights IUSR

Hello,

Please ensure that when setting the folder permission, the "Domain" field from the "Permission" dialog is empty. This field should be set only if the target comupter is enrolled into a domain.

Also, I recommend you to check the "Keep existing permissions" option from the "Edit Folder ...
by skywalker
Wed Jul 26, 2017 3:17 pm
Forum: Building Installers
Topic: SQL Server Express Example Installer
Replies: 21
Views: 22397
 
Jump to post

Re: SQL Server Express Example Installer

Ok with the right path through the command line it is working :)

thank you!
by skywalker
Wed Jul 26, 2017 2:36 pm
Forum: Building Installers
Topic: SQL Server Express Example Installer
Replies: 21
Views: 22397
 
Jump to post

Re: SQL Server Express Example Installer

In the prerequisites I can add files "Additional files", why can I not use this for the MySQLConfigFile.ini?

thanks
by skywalker
Wed Jul 26, 2017 10:15 am
Forum: Building Installers
Topic: SQL Server Express Example Installer
Replies: 21
Views: 22397
 
Jump to post

Re: SQL Server Express Example Installer

Have completely forgotten.
The setup always looks for the MySQLConfigFile.ini file in C:\Users\USERNAME\AppdData\Roaming\TestAPP\TestFolder\SQL 2014 SP2 Express , so I get an error that the file can't be found.
I have copied the file itself to make it work.

My Output Folder is: C:\Testpackage
and ...
by skywalker
Tue Jul 25, 2017 3:30 pm
Forum: Building Installers
Topic: Create folder with user rights IUSR
Replies: 5
Views: 14477
 
Jump to post

Create folder with user rights IUSR

Hey,
I need to create a folder with IUSR rights. When I enter IUSR in the permissions, I get a security error message in the installation.

Is this somehow possible?

Second question:
How to create a folder on d:?

thanks
by skywalker
Tue Jul 25, 2017 12:29 pm
Forum: Building Installers
Topic: SQL Server Express Example Installer
Replies: 21
Views: 22397
 
Jump to post

Re: SQL Server Express Example Installer

Just for your info.
I went through everything again clean, now it works.

I appreciate your help, thanks
by skywalker
Fri Jul 21, 2017 11:47 am
Forum: Building Installers
Topic: SQL Server Express Example Installer
Replies: 21
Views: 22397
 
Jump to post

Re: SQL Server Express Example Installer

Hi,

In order for the files to be automatically extracted, you can install the prerequisite fully silent by sending the "/q" switch to it.

Best regards,
Eusebiu
When I put the SQL Express install in the "Pre-Install" I get a error with /q
How to solve this?
Errormessage: SQL Server Express 2014 ...
by skywalker
Thu Jul 20, 2017 10:11 am
Forum: Building Installers
Topic: SQL Server Express Example Installer
Replies: 21
Views: 22397
 
Jump to post

Re: SQL Server Express Example Installer

Ok thank you, this is working for me.

But how can I do this that the files will be automatically extracted? Actually he is asking where to extract the SQL Express files.

thx
by skywalker
Wed Jul 19, 2017 3:10 pm
Forum: Building Installers
Topic: Silent install of SQL Server 2014 Express
Replies: 7
Views: 20347
 
Jump to post

Re: Silent install of SQL Server 2014 Express

Well I have the same problem, how can I use my configuration.ini (Setup.exe /ConfigurationFile=configurationfile.ini]) ?

I see in prerequisites the three command lines "Fall UI" "Basic UI" and "Silent (no UI)", how can I say him which one he should use?

thx

Edit: I think it would be easy when ...
by skywalker
Mon Jul 17, 2017 12:51 pm
Forum: Building Installers
Topic: Which version for SQL and IIs
Replies: 1
Views: 2434
 
Jump to post

Which version for SQL and IIs

Hello,

I want to know which version I need.
Some points that I need:
- prerequisties (framework 3.5 etc.)
- IIs install with configuration
- SQL Server 2014 express mixed mode install with defined password, reporting service off
This should be done on Windows 10.

Can I do this with the Advanced ...

Go to advanced search