Search found 16 matches

by ZvikaCastel
Mon May 28, 2012 5:35 am
Forum: Technical Support
Topic: Rollback - integrate into the process
Replies: 10
Views: 16548

Re: Rollback - integrate into the process

Dear Francesco, You are prtialy correct, custom actions can not be rolled back, not in Wise and (I think) not in any windows installation tool. let me be more clear: if I write a custom action to do something, and this action is somewhere in the installation flow, then Windows installer engine CAN N...
by ZvikaCastel
Wed May 23, 2012 7:07 am
Forum: Technical Support
Topic: PreRequisites - Check, do not install
Replies: 5
Views: 10917

Re: PreRequisites - Check, do not install

To Whom It May Concern :wink: When you add the Prerequisites actions, you get 2 additional scripts into the MsiCode: The first is for checking thr prereq' and the second is for installing the prereq'. if you don't want to install the prereq', and just to display a warning, you should REMOVE the seco...
by ZvikaCastel
Wed May 23, 2012 5:01 am
Forum: Technical Support
Topic: Rollback - integrate into the process
Replies: 10
Views: 16548

Re: Rollback - integrate into the process

Dear Francesco, You are correct, these actions are out of MSI engine's scope, so the rollback process doesn't aware to/of them. That's why I should write the "rollback" actions by myself, and combine them into the MSI engine's rollback process. Wise allowed me to put ANY custom action with...
by ZvikaCastel
Sun May 20, 2012 12:46 am
Forum: Technical Support
Topic: Rollback - integrate into the process
Replies: 10
Views: 16548

Re: Rollback - integrate into the process

:oops: to tell you the true, I didn't think of it :( I use to think in a "windows installer" way, every action there is a reversed action. And you say: do all the non-rollback actions after a "point of no return". Am I correct so far ? I feel un commutable with that way - What if...
by ZvikaCastel
Thu May 17, 2012 12:52 am
Forum: Technical Support
Topic: Rollback - integrate into the process
Replies: 10
Views: 16548

Re: Rollback - integrate into the process

Many thanks, dear Francesco, generaly writing, you are correct, so let me refine a little. supose there is MsiCode action that do what NtRights.exe is doing, called "Enable rights" so the install process order will look like this: 1. (some action) 2. add new user 3. Enable rights 4. (more ...
by ZvikaCastel
Wed May 16, 2012 12:39 am
Forum: Non-Technical
Topic: Dependency scanning, am I missing something?
Replies: 22
Views: 69213

Re: Dependency scanning, am I missing something?

I find this dynamically scanning annoying, too. can't always make the executable to start in a clean release build environment. Not to mention Services.
by ZvikaCastel
Wed May 16, 2012 12:30 am
Forum: Technical Support
Topic: Rollback - integrate into the process
Replies: 10
Views: 16548

Re: Rollback - integrate into the process

Hey, Francesco

Your silence here is telling me: Zvika, please go and rt<beep>m about transactions in msicode, and do some exercises to really understand the simplicity of this topic.

o.k. I'm going... don't try to stop me...
by ZvikaCastel
Mon May 07, 2012 11:12 pm
Forum: Non-Technical
Topic: User data at install time
Replies: 7
Views: 11238

Re: User data at install time

Yes, it's not. I can use to it.
by ZvikaCastel
Mon May 07, 2012 11:06 pm
Forum: Technical Support
Topic: PreRequisites - Check, do not install
Replies: 5
Views: 10917

Re: PreRequisites - Check, do not install

O.k. got the idea, thanks.
by ZvikaCastel
Mon May 07, 2012 5:31 am
Forum: Non-Technical
Topic: The path we must sometimes take
Replies: 7
Views: 34415

Re: The path we must sometimes take

Tears from ... my eyes.
I was Wise not to take the Shield... now I'm (almost) Aware.
Great.
by ZvikaCastel
Mon May 07, 2012 5:09 am
Forum: Technical Support
Topic: Rollback - integrate into the process
Replies: 10
Views: 16548

Rollback - integrate into the process

Hi, In one of my installations, I created a local user and give him "logon as service rights" by ntrights.exe command. step 1: creating the user by MsiCode action "Create User" or by the Design section. step 2: seting the right is by MsiCode action "Run Command". step3:...
by ZvikaCastel
Sun May 06, 2012 8:02 am
Forum: Technical Support
Topic: PreRequisites - Check, do not install
Replies: 5
Views: 10917

PreRequisites - Check, do not install

Hi, Our Servers are managed, means we KNOW what's on them, OS, SP, NET version, IIS version, etc'. but, to be on the safe side, i prefared to check before installing the application, and to display a message about the missing component. InstallAware have this "Application runtimes" that Ch...
by ZvikaCastel
Thu May 03, 2012 12:57 am
Forum: Non-Technical
Topic: User data at install time
Replies: 7
Views: 11238

Re: User data at install time

:(
by ZvikaCastel
Wed May 02, 2012 4:51 am
Forum: Non-Technical
Topic: User data at install time
Replies: 7
Views: 11238

Re: User data at install time

Hi Francesco, I looked at this sample project. as I understood, I have to do the "dirty" work, i.e. defining the variables, creating the dialog and its controls, and responsible of combining this all together to make it work (retriev all IP addresses of the server, for exsample, and put it...

Go to advanced search