Search found 15 matches

Go to advanced search

by Horst1701
Tue Apr 30, 2013 1:26 pm
Forum: Common Problems
Topic: Pre-Install of Framework 4.0 and Visual C++ 2010
Replies: 3
Views: 3549
 
Jump to post

Re: Pre-Install of Framework 4.0 and Visual C++ 2010

Hello Daniel

Thanks for the fast Feedback!

The Problem I had was, that the Setup of my application dosn't check the prerequirements on install procedure.
Example:
- I have a pure Windows XP (without Framework 4.0)
- Running my Setup on that machine dosn't detect that there is no Framework 4.0 on ...
by Horst1701
Mon Apr 29, 2013 3:51 pm
Forum: Common Problems
Topic: Pre-Install of Framework 4.0 and Visual C++ 2010
Replies: 3
Views: 3549
 
Jump to post

Pre-Install of Framework 4.0 and Visual C++ 2010

Suddenly "Framework 4.0" and "Visual C++ 2010 Redistibuable x86" will no longer installed.
Any Idea what's going wrong.
I can't remember to changed anything.
I checked the Project file in to the Team Foundation Server as it runs.
See attached Screenhots

Best regards
Horst
by Horst1701
Wed Mar 27, 2013 1:55 pm
Forum: Building Installers
Topic: Set HKEY_CURRENT_USER\...\Winlogon “Shell”
Replies: 3
Views: 13912
 
Jump to post

Re: Set HKEY_CURRENT_USER\...\Winlogon “Shell”

Hi Eusebiu

Thanks for your Swift feedback!
I found and read that article yesterday.
But I don't really understand/know, how do it tell it my target System.

Do I have to add the user into the Setup before?
And what are the "magic words" in the registry modifications in Advanced Setup?

Best regards ...
by Horst1701
Wed Mar 27, 2013 1:48 pm
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Re: Set Registry Entry depending on CheckBox

After Lunch
I found the reason in the after read the original documentation Microsofts documentation :mrgreen: :

Quotation marks helps! :roll:

REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName
/\ /\


Best regards
Horst
by Horst1701
Wed Mar 27, 2013 11:53 am
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Re: Set Registry Entry depending on CheckBox

Hi Daniel

I have add the command "REG DELETE HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon /v DefaultUserName" to the custom action.
But it dosn't work :-(
After running the Setup a error message box is shown.

If I run the command in the CMD promt this error is shown:
"Invalid command ...
by Horst1701
Wed Mar 27, 2013 9:55 am
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Re: Set Registry Entry depending on CheckBox

Hello Daniel

Thanks a lot for the sample!
I found your Extension in Tab "Custom Behaviour" -> "Custom Actions"!
It helps me to understand how to do it!!!

Also the link to REG Command is very helpfull.

Horst
by Horst1701
Wed Mar 27, 2013 9:43 am
Forum: Building Installers
Topic: Set HKEY_CURRENT_USER\...\Winlogon “Shell”
Replies: 3
Views: 13912
 
Jump to post

Set HKEY_CURRENT_USER\...\Winlogon “Shell”

Hi

How can I set with Advanced Installer the Winlogon for a specific user?

The autologon I can set ;) (See topic Set Registry Entry depending on CheckBox )

What I also want to do, is to set this registry settings only for one user (e.q. "MyUser")
HKEY_CURRENT_USER\Software\Microsoft\Windows NT ...
by Horst1701
Mon Mar 25, 2013 10:35 am
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Re: Set Registry Entry depending on CheckBox

Dear Daniel

Thanks four your Support.
I understand the solution you wrote.
But I'm confused about the way how to to it.
I'm a beginner in using Advansed installert and I don't know where I have to set this Settings.
You you please explain a little bit more Details where I have to do what?

Best ...
by Horst1701
Fri Mar 15, 2013 11:04 am
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Re: Set Registry Entry depending on CheckBox

I have moved the CheckBox from the ExitDialog to the VerifyReadyDlg.
Set the Contitions again and now it works?!?
Can't I do this conditions settings in the Exit Dialog?

Another question:
If I select "Modify" (after installation)
And I uncheck my checkbox the Registry Settings will be not removed ...
by Horst1701
Fri Mar 15, 2013 10:39 am
Forum: Building Installers
Topic: LicenseAgreementDlg before WelcomeDlg?
Replies: 1
Views: 2127
 
Jump to post

LicenseAgreementDlg before WelcomeDlg?

I can't add the LicenceAgreementDlg before the WelcomeDlg.
Is this by design?

1. Select PrepareDlg
2. ContextMenu "Add Dialog..."
3. Select "LicenceAgreementDlg"
4. Added after WelcomDlg

Best regards
Horst
by Horst1701
Fri Mar 15, 2013 9:09 am
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Re: Set Registry Entry depending on CheckBox

Hi Mihai

I have done what you wrote me.
But it dosn't work :-(

In the ExitDialog I have add a CheckBox named "CheckBox_AutoStart" with a property called "CheckBox_AutoStart_Checked".
I have select "AutoAdminLogon" in Regestry settings, press F8,
then copy the property name into the Condition.

See ...
by Horst1701
Thu Mar 14, 2013 3:27 pm
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Re: Set Registry Entry depending on CheckBox

Hi Mihai

Thanks for your swift feedback! :P
I have add the CheckBox into the ExitDialog.
If the user uninstall our Software the checkbox will be shown also checked.
Is there a way to uncheck the checkBox and hide it on uninstall?

Horst
by Horst1701
Thu Mar 14, 2013 6:49 am
Forum: Building Installers
Topic: Use custom Localization IDs
Replies: 1
Views: 1967
 
Jump to post

Use custom Localization IDs

How (and where) can I add custom Localization IDs?
by Horst1701
Thu Mar 14, 2013 6:27 am
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Re: Set Registry Entry depending on CheckBox

THX reditec
No, I'm nor from Germany :-(
I'm from Switzerland ;-)

The sample with the ExitDialog I saw too.
But how I can write values into the registry is my big question?!

Gruss aus der Schweiz :mrgreen:
by Horst1701
Wed Mar 13, 2013 6:08 pm
Forum: Building Installers
Topic: Set Registry Entry depending on CheckBox
Replies: 14
Views: 12975
 
Jump to post

Set Registry Entry depending on CheckBox

Hi

I want add a custom dialog to give the user the option if an autostart option is written into the registry.
For example:
My custom dialog should have a checkbox lit this:
[ ] Autologon and start application on Windows start

If Checked the registry settings will done hidden.
If not checked no ...

Go to advanced search